Sensibo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sensibo 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/332573.svg" alt="Sensibo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332573.svg" alt="Sensibo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332573.svg" alt="Sensibo icon" :width="24" :height="24" />
CSS background
.icon-sensibo {
background-image: url('https://proicons.com/icon/332573.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="M36.8205,12.1929l-12.1721-7.1768c-1.263-.7446-2.845-.679-4.0419.1674l-7.354,5.2008c-1.1969.8464-1.7858,2.3163-1.5046,3.7551l2.7107,13.8679c.0273.1394.0849.2602.1294.3892l-3.6098,2.553c-1.7149,1.2127-1.6082,3.7909.2013,4.8575l12.1721,7.1769c1.2628.7446,2.8449.679,4.0419-.1674l7.3538-5.2009c1.1971-.8464,1.7859-2.3163,1.5047-3.7549l-2.7109-13.8679c-.0272-.1396-.0849-.2602-.1294-.3892l3.6099-2.553c1.7148-1.2128,1.6082-3.7907-.2013-4.8577Z"/></svg>
Copied!