Snapwidget Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Snapwidget 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/333002.svg" alt="Snapwidget icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333002.svg" alt="Snapwidget icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333002.svg" alt="Snapwidget icon" :width="24" :height="24" />
CSS background
.icon-snapwidget {
background-image: url('https://proicons.com/icon/333002.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M9.5,5.5c-2.2091,0-4,1.7909-4,4v14.559c.46-.11.931-.17,1.404-.176h.006c2.1256-.0002,4.1127,1.0549,5.303,2.816,1.9568-2.9528,5.9369-3.7602,8.8897-1.8034,1.3304.8817,2.3282,2.2574,2.7257,3.9413.4572,1.9369-.0999,3.9774-1.3251,5.5456l-.0473.0605-.052.057-6.799,8h22.895c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4H9.5Z"/><path class="b" d="M10.417,30.354c-1.241-.0014-2.2481,1.0031-2.2494,2.2436-.0006.5174.1776,1.0192.5044,1.4204l3.603,4.229,3.569-4.186.017-.02.018-.023c.7976-.952.6718-2.3698-.2811-3.1667s-2.3719-.6712-3.1695.2808c-.055.0657-.1062.1344-.1534.2059-.4172-.6152-1.1124-.9838-1.856-.984h-.002Z"/></svg>
Copied!