Cellmapper Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cellmapper 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/338106.svg" alt="Cellmapper icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338106.svg" alt="Cellmapper icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338106.svg" alt="Cellmapper icon" :width="24" :height="24" />
CSS background
.icon-cellmapper {
background-image: url('https://proicons.com/icon/338106.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><path class="c" d="M9.2353,19.5626c4.6537-2.4637,9.9874-3.7971,15.6212-3.647,5.0246.1413,9.7401,1.4394,13.8993,3.6558"/><path class="c" d="M12.9618,26.5741c3.7883-2.0134,8.1683-3.0112,12.7601-2.6757,3.3644.2473,6.5169,1.1833,9.3162,2.6668"/><path class="c" d="M16.6353,33.4796c2.9582-1.5365,6.411-2.1635,9.9432-1.5895,1.7131.2826,3.3291.8212,4.7862,1.5807"/><path class="c" d="M27.8501,40.076c-.1325-.0706-.2649-.1325-.4062-.1943-2.4372-1.0685-5.0952-.9184-7.294.1943L5.5,12.5335c5.5191-2.9406,11.8153-4.6095,18.5-4.6095s12.9809,1.669,18.5,4.6095l-14.6499,27.5425Z"/></svg>
Copied!