Sensify Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sensify 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/347133.svg" alt="Sensify icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347133.svg" alt="Sensify icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347133.svg" alt="Sensify icon" :width="24" :height="24" />
CSS background
.icon-sensify {
background-image: url('https://proicons.com/icon/347133.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="f" d="m22.0508,7.1381c-.3291.2043-.7867,4.7018-2.3826,6.375-1.8805,1.9717-5.809,7.8244-6.0461,11.2623-.2371,3.438-.4742,8.4171,2.8452,10.966,3.3194,2.5488,4.5362.4779,3.7344-.4742-1.1481-1.3633-2.4896-4.8013-2.371-6.3425.1185-1.5412,3.3643-4.7877,5.157-7.9429,1.4819-2.6081,1.912-4.2846,1.912-4.2846.3859-1.1964,1.6812-1.7568,2.83-.1611,1.1088,1.5401,3.6158,6.6388,3.6751,9.0099.0593,2.371-.2549,6.7823-6.6388,8.5357-4.2942,1.1794-2.218,7.0701-.1185,8.1207,0,0,3.3558,1.8904,7.5873-.8299,4.1493-2.6674,6.1547-8.7992,5.809-15.8265-.2606-5.2984-2.6662-7.6791-4.7982-10.0978-.9591-1.3188-4.1593-5.2921-5.3379-8.0405-1.256-2.9286-1.8103-3.566-1.8103-3.566-1.2932,1.1125-2.7307,2.2103-4.0465,3.2963Z"/><path id="e" class="f" d="m13.9333,15.2029c-2.5327.8918-3.7456,3.7812-3.7812,4.2806-.5277,1.9985-.1751,2.9868.3924,5.2438,0,0,.5141-1.27,1.2128-3.7099.852-2.701,1.3998-3.0508,2.176-5.8145Z"/></g></svg>
Copied!