Stockswidget Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Stockswidget 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/347910.svg" alt="Stockswidget icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347910.svg" alt="Stockswidget icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347910.svg" alt="Stockswidget icon" :width="24" :height="24" />
CSS background
.icon-stockswidget {
background-image: url('https://proicons.com/icon/347910.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M5.5,5.5v35a2,2,0,0,0,2,2h35"/><line class="a" x1="5.5" y1="36" x2="8.5" y2="36"/><line class="a" x1="5.5" y1="30" x2="8.5" y2="30"/><line class="a" x1="5.5" y1="24" x2="8.5" y2="24"/><line class="a" x1="5.5" y1="18" x2="8.5" y2="18"/><line class="a" x1="5.5" y1="12" x2="8.5" y2="12"/><circle class="a" cx="39" cy="12" r="3.5"/><circle class="a" cx="33.28" cy="25.08" r="3.5"/><circle class="a" cx="21.85" cy="18" r="3.5"/><circle class="a" cx="15.2" cy="33" r="3.5"/><line class="a" x1="16.62" y1="29.8" x2="20.43" y2="21.2"/><line class="a" x1="30.31" y1="23.24" x2="24.82" y2="19.84"/><line class="a" x1="37.61" y1="15.21" x2="34.73" y2="21.9"/></svg>
Copied!