Modpizza Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Modpizza 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/344011.svg" alt="Modpizza icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344011.svg" alt="Modpizza icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344011.svg" alt="Modpizza icon" :width="24" :height="24" />
CSS background
.icon-modpizza {
background-image: url('https://proicons.com/icon/344011.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="M28.68,19.4a3.15,3.15,0,0,0-3.31-3.14,3.27,3.27,0,0,0-3,3.32v2.91a3.15,3.15,0,0,0,3.15,3.14h0a3.15,3.15,0,0,0,3.14-3.14V19.4"/><polyline class="a" points="10.84 25.63 10.84 16.26 15.51 25.64 20.19 16.27 20.19 25.64"/><path class="a" d="M30.88,25.63V16.24h1.59a4.69,4.69,0,0,1,4.69,4.7h0a4.69,4.69,0,0,1-4.69,4.69Z"/><path class="a" d="M22.2,4.86,6.69,11.25V27C6.69,35.44,24,43.5,24,43.5S41.31,35.44,41.31,27V11.25L25.8,4.86A4.68,4.68,0,0,0,22.2,4.86Z"/></svg>
Copied!