My Supplies Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My Supplies 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/344349.svg" alt="My Supplies icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344349.svg" alt="My Supplies icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344349.svg" alt="My Supplies icon" :width="24" :height="24" />
CSS background
.icon-my-supplies {
background-image: url('https://proicons.com/icon/344349.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" xml:space="preserve" viewBox="0 0 48 48"><path d="m13.047 24.364 6.57 6.454L33.6 16.94" style="fill:none;stroke:#fff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round"/><path d="M45.5 24A21.5 21.5 0 0 1 24 45.5 21.5 21.5 0 0 1 2.5 24 21.5 21.5 0 0 1 24 2.5 21.5 21.5 0 0 1 45.5 24" style="fill:none;stroke:#fff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round"/></svg>
Copied!