Piggy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Piggy icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/345816.svg" alt="Piggy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345816.svg" alt="Piggy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345816.svg" alt="Piggy icon" :width="24" :height="24" />
CSS background
.icon-piggy {
background-image: url('https://proicons.com/icon/345816.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="c" d="M24.1061,20.4448v6.8328c0,1.2579-1.0197,2.2776-2.2776,2.2776h0c-.6289,0-1.1983-.2549-1.6105-.6671"/><rect class="c" x="19.5509" y="20.4448" width="4.5552" height="6.0357" rx="2.2776" ry="2.2776" transform="translate(43.657 46.9252) rotate(-180)"/><path class="c" d="M30.8031,20.4448v6.8328c0,1.2579-1.0197,2.2776-2.2776,2.2776h0c-.6289,0-1.1983-.2549-1.6105-.6671"/><rect class="c" x="26.2478" y="20.4448" width="4.5552" height="6.0357" rx="2.2776" ry="2.2776" transform="translate(57.0509 46.9252) rotate(-180)"/><path class="c" d="M37.5,24.2028v3.0748c0,1.2579-1.0197,2.2776-2.2776,2.2776h0c-.6289,0-1.1983-.2549-1.6105-.6671"/><path class="c" d="M37.5,20.4448v3.7581c0,1.2579-1.0197,2.2776-2.2776,2.2776h0c-1.2579,0-2.2776-1.0197-2.2776-2.2776v-3.7581"/><line class="c" x1="17.253" y1="20.4448" x2="17.253" y2="26.4804"/><path class="c" d="M10.5,24.2028c0,1.2579,1.0197,2.2776,2.2776,2.2776h0c1.2579,0,2.2776-1.0197,2.2776-2.2776v-1.4804c0-1.2579-1.0197-2.2776-2.2776-2.2776h0c-1.2579,0-2.2776,1.0197-2.2776,2.2776"/><line class="c" x1="10.5" y1="20.4448" x2="10.5" y2="29.5552"/></svg>
Copied!