Widgeet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Widgeet 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/349703.svg" alt="Widgeet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349703.svg" alt="Widgeet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349703.svg" alt="Widgeet icon" :width="24" :height="24" />
CSS background
.icon-widgeet {
background-image: url('https://proicons.com/icon/349703.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="m20.4276,26.7944H7.8355c-.6404,0-1.1596-.5192-1.1596-1.1596V7.8227c0-.6404.5192-1.1596,1.1596-1.1596h12.5921c.6404,0,1.1596.5192,1.1596,1.1596v17.8121c0,.6404-.5192,1.1596-1.1596,1.1596Z"/><path class="c" d="m37.3644,18.5558h-10.8218c-.6404,0-1.1596-.5192-1.1596-1.1596V6.6596c0-.6404.5192-1.1596,1.1596-1.1596h10.8218c.6404,0,1.1596.5192,1.1596,1.1596v10.7367c0,.6404-.5192,1.1596-1.1596,1.1596Z"/><path class="c" d="m20.4389,40.8319h-7.9507c-.6404,0-1.1596-.5192-1.1596-1.1596v-7.86c0-.6404.5192-1.1596,1.1596-1.1596h7.9507c.6404,0,1.1596.5192,1.1596,1.1596v7.86c0,.6404-.5192,1.1596-1.1596,1.1596Z"/><path class="c" d="m40.1645,42.5h-13.5552c-.6404,0-1.1596-.5192-1.1596-1.1596v-17.7667c0-.6404.5192-1.1596,1.1596-1.1596h13.5552c.6404,0,1.1596.5192,1.1596,1.1596v17.7667c0,.6404-.5192,1.1596-1.1596,1.1596Z"/></svg>
Copied!