Simplyplural Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Simplyplural 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/332798.svg" alt="Simplyplural icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332798.svg" alt="Simplyplural icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332798.svg" alt="Simplyplural icon" :width="24" :height="24" />
CSS background
.icon-simplyplural {
background-image: url('https://proicons.com/icon/332798.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m39.8514,42.5h-3.1264c-2.0713,0-4.0176-.9909-5.2361-2.6659l-12.8332-17.6407c-1.6496-2.1652-4.5501-5.0158-4.5501-9.2394,0-3.9874,3.2383-7.454,7.7433-7.454,4.3874,0,7.4981,3.4666,7.4981,7.454,0,4.2227-3.4215,7.8327-9.7443,9.0323-7.0485,1.3373-11.4542,5.2046-11.4542,11.5802,0,5.1545,3.2494,8.9334,9.745,8.9334,8.539,0,13.5649-8.097,20.9874-18.0483"/></svg>
Copied!