Midgt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Midgt 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/329254.svg" alt="Midgt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329254.svg" alt="Midgt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329254.svg" alt="Midgt icon" :width="24" :height="24" />
CSS background
.icon-midgt {
background-image: url('https://proicons.com/icon/329254.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="m26.3151,5.5l-2.4516,7.5968s-.2812,1.1548-1.7689,1.1548h-13.272l-1.412,4.7677h23.5337s5.0724.1893,7.2205-5.0784,3.2171-8.2553,3.2171-8.2553l-15.0668-.1855Z"/><path id="c" class="e" d="m21.6849,42.5l2.4516-7.5968s.2812-1.1548,1.7689-1.1548h13.272l1.412-4.7677h-23.5337s-5.0724-.1893-7.2205,5.0784c-2.148,5.2677-3.2171,8.2553-3.2171,8.2553l15.0668.1855Z"/><path id="d" class="e" d="m6.9072,24h34.423"/></svg>
Copied!