On this forum you are supposed to show an attempted solution or at least describe the difficulty. Surely you can plot the first graph: there is nothing that requires ingenuity about it.
In general the equation f(|g(x,y)|) = 0 for any functions f and g is equivalent to the following:
\[
\left\{\begin{aligned}f(g(x,y))&=0\\g(x,y)&\ge0\end{aligned}\right.\quad\text{or}\quad
\left\{\begin{aligned}f(-g(x,y))&=0\\g(x,y)&<0\end{aligned}\right.
\]
To make |x + y| = 2 a special case of f(|g(x,y)|) = 0 we define f(x) = x - 2 and g(x,y) = x + y; then f(|g(x,y)|) = 0 is |x + y| - 2 = 0. According to the statement above, it is equivalent to
\[
\left\{\begin{aligned}x+y-2&=0\\x+y&\ge0\end{aligned}\right.\quad\text{or}\quad
\left\{\begin{aligned}-(x+y)-2&=0\\x+y&<0\end{aligned}\right.
\]
So you need to find the set of (x, y) that lie on the line x+y-2 = 0 and also satisfy x + y >= 0, and take the union with the set of (x, y) that lie on the line x+y+2 = 0 and also satisfy x + y < 0.