Telepizza Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Telepizza 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/333763.svg" alt="Telepizza icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333763.svg" alt="Telepizza icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333763.svg" alt="Telepizza icon" :width="24" :height="24" />
CSS background
.icon-telepizza {
background-image: url('https://proicons.com/icon/333763.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M13.9439,14.5327c2.6863-.1821,7.5794-1.6119,9.0356-4.2436,1.2822-2.3171,7.2065-2.7072,3.1267-4.9569S13.409,5.8279,10.0536,8.4207s-7.2447,5.2619-3.66,6.3295S11.6943,14.6852,13.9439,14.5327Z"/><path class="a" d="M39.7947,43.1187c.0763-.9151-1.4108-4.5374-1.64-5.7194a5.53,5.53,0,0,0-.6863-1.8684s3.3935-2.4022,3.5842-2.6691a1.8637,1.8637,0,0,0,1.9827-1.9446c0-1.7158-.7626-6.9777-3.3554-7.7022a3.95,3.95,0,0,0-4.08,1.1058s-2.7453-3.05-3.2791-2.059-.7245,1.5252-.4194,1.8683,1.3726,1.64,1.3726,1.64-.0762,1.1439-1.8683,1.3345a3.6092,3.6092,0,0,0-.2288,1.4871s-1.64,2.0209-2.059,2.4022l1.5633,2.0971A8.9642,8.9642,0,0,0,27.67,31.8323c-.9914,0-3.508-1.7539-4.69-1.6014,0,0-3.7764-6.7422-4.3468-7.74-1.22-2.1353,2.2017-4.4245,1.1439-5.2619-.9151-.7245-2.1352,2.669-2.9741,2.364-2.2115-1.6014-2.8216-4.0417-4.3086-3.0122-.4807.6843,3.3173,4.2324,3.5079,5.9482s2.2878,8.9605,2.86,9.6849a40.2379,40.2379,0,0,0,3.0885,2.86l-.1906.877,3.0122,3.1648L23.2464,43.5"/></svg>
Copied!