Inventory Og Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Inventory Og 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/327504.svg" alt="Inventory Og icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327504.svg" alt="Inventory Og icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327504.svg" alt="Inventory Og icon" :width="24" :height="24" />
CSS background
.icon-inventory-og {
background-image: url('https://proicons.com/icon/327504.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;}.c{fill:#000;stroke-width:0px;}</style></defs><path class="b" d="m25.4659,27.0581c0,3.9838-3.0402,6.2731-6.7904,5.1131-3.7503-1.1599-6.7904-5.3298-6.7904-9.3136h0c0-3.9838,3.0402-6.2731,6.7904-5.1131h0c3.7503,1.1599,6.7904,5.3298,6.7904,9.3136h0Z"/><path class="b" d="m23.0855,26.2232c0,1.6107-.8327,2.9058-2.1843,3.3974-1.3517.4916-3.017.1051-4.3686-1.014-1.3517-1.1191-2.1843-2.8007-2.1843-4.4113"/><line class="b" x1="16.7973" y1="8.4325" x2="17.0315" y2="13.3485"/><line class="b" x1="34.2477" y1="16.0407" x2="33.7793" y2="39.5675"/><polyline class="b" points="4.5 11.5928 16.7973 8.4325 43.5 11.3587"/><polygon class="b" points="4.5 11.5928 6.6081 31.3741 33.7793 39.5675 42.9144 31.6082 43.5 11.3587 34.2477 16.0407 4.5 11.5928"/><path class="c" d="m21.0571,22.8095c0,.3976-.3034.6261-.6777.5103,0,0,0,0,0,0-.3743-.1158-.6777-.5319-.6777-.9295s.3034-.6261.6777-.5103.6777.5319.6777.9295Z"/><path class="c" d="m16.5726,21.716c0,.3976-.3034.6261-.6777.5103h0c-.3743-.1158-.6777-.5319-.6777-.9295,0-.3976.3034-.6261.6777-.5103h0c.3743.1158.6777.5319.6777.9295Z"/></svg>
Copied!