Shitter Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Shitter 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/332682.svg" alt="Shitter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332682.svg" alt="Shitter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332682.svg" alt="Shitter icon" :width="24" :height="24" />
CSS background
.icon-shitter {
background-image: url('https://proicons.com/icon/332682.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="g" d="m40.7964,4.5l-10.409,7.0295"/><path id="d" class="g" d="m32.797,9.9022s-2.2357-3.4296-5.3836-3.5772c-3.1479-.1476-6.7493,2.9003-6.8943,5.9276-.2912,6.0809,7.5948,6.63,7.2322,12.1868-.2788,4.2724-5.2279,9.5859-9.7331,9.3951-5.4718-.2317-10.6877-6.4349-10.8146-12.3692"/><path id="e" class="g" d="m34.7132,20.0796c.1429,10.4275-5.0489,16.8385-11.8284,16.7965-5.3185.1411-6.8865,2.4335-7.2322,6.6239"/><path id="f" class="g" d="m13.9627,9.0286c-12.0276,9.0437,1.8119,22.0409,9.3276,14.4645"/></svg>
Copied!