Chipolo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Chipolo 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/338218.svg" alt="Chipolo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338218.svg" alt="Chipolo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338218.svg" alt="Chipolo icon" :width="24" :height="24" />
CSS background
.icon-chipolo {
background-image: url('https://proicons.com/icon/338218.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m43.5,32.0745c0,2.1346-1.7304,3.865-3.865,3.865h0c-2.1346,0-3.865-1.7304-3.865-3.865h0c0-2.1346,1.7304-3.865,3.865-3.865h0c2.1346,0,3.865,1.7304,3.865,3.865h0Z"/><path class="b" d="m27.54,28.3985c-1.8039,4.5518-6.2038,7.541-11.1,7.541-6.5939,0-11.9394-5.3451-11.94-11.939,0-6.5943,5.3457-11.94,11.94-11.94,4.8958.0005,9.2953,2.9896,11.099,7.541"/></svg>
Copied!