Plurall Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Plurall 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/331395.svg" alt="Plurall icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331395.svg" alt="Plurall icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331395.svg" alt="Plurall icon" :width="24" :height="24" />
CSS background
.icon-plurall {
background-image: url('https://proicons.com/icon/331395.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m33.3417,22.3614c0,13.0867-16.5288,14.0179-18.0919,1.8624-.3159-6.5517-8.0981-7.4829-9.1125-.6319-.5607,9.8658,6.9825,18.3181,16.8483,18.8788,9.8658.5607,18.3181-6.9825,18.8788-16.8483.0117-.2055.0198-.4112.0244-.6171.1829-7.3332-7.6159-6.7013-8.5471-2.6439Z"/><path class="b" d="m36.4513,5.5c2.5109,0,4.5396,2.0952,4.5396,4.6893s-2.0287,4.7059-4.5396,4.7059-4.5396-2.1118-4.5396-4.7059,2.0287-4.6893,4.5396-4.6893Z"/><path class="b" d="m11.5084,5.8159c2.5109,0,4.5396,2.0952,4.5396,4.6893s-2.0287,4.6893-4.5396,4.6893-4.5396-2.0952-4.5396-4.6893,2.0287-4.6893,4.5396-4.6893Z"/></svg>
Copied!