Crrowd Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Crrowd 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/338687.svg" alt="Crrowd icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338687.svg" alt="Crrowd icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338687.svg" alt="Crrowd icon" :width="24" :height="24" />
CSS background
.icon-crrowd {
background-image: url('https://proicons.com/icon/338687.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M12.4336,37.44a3.0081,3.0081,0,1,0,0,6.0162H35.5668a3.0081,3.0081,0,1,0,0-6.0162Z"/><path class="a" d="M30.176,43.5V37.7384"/><path class="a" d="M29.88,15.3483H38.096a14.5316,14.5316,0,1,0,0,7.3711H29.88"/><path class="a" d="M29.88,15.3483h.0124A6.9714,6.9714,0,0,0,23.9959,12.09h0a6.9426,6.9426,0,1,0,5.8988,10.629H29.88"/></svg>
Copied!