icecream icon
icecream from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- icecream
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
The same icon in other sets
Use the icecream icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M128 256l128 224 128-224z" fill="currentColor"/><path d="M402.5 172.6c-.8-.4-1.5-.8-2.3-1.3-4.4-2.8-8.4-8.5-8.7-12.7l.1-.7c3.2-9 5-19.2 5-29.8 0-53.1-43-96.1-96.1-96.1-31.4 0-59.2 15-76.8 38.3 0 0-9.1 14-10.8 29 0 0 1.1-19.4 4.2-31.5-7.4-2.5-15.4-3.8-23.6-3.8-41.7 0-75.6 33.8-75.6 75.6 0 6.4.8 12.6 2.3 18.5 0 .4-.1.7-.2 1-.9 5.1-4 9.5-8.4 12.3-.7.5-1.5.9-2.2 1.3-8.2 5-13.5 13.6-13.5 23.4 0 15.4 13.5 28 29.9 28H386c16.4 0 29.8-12.5 29.8-28 .2-9.8-5.2-18.5-13.3-23.5z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIcecream(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M128 256l128 224 128-224z" fill="currentColor"/><path d="M402.5 172.6c-.8-.4-1.5-.8-2.3-1.3-4.4-2.8-8.4-8.5-8.7-12.7l.1-.7c3.2-9 5-19.2 5-29.8 0-53.1-43-96.1-96.1-96.1-31.4 0-59.2 15-76.8 38.3 0 0-9.1 14-10.8 29 0 0 1.1-19.4 4.2-31.5-7.4-2.5-15.4-3.8-23.6-3.8-41.7 0-75.6 33.8-75.6 75.6 0 6.4.8 12.6 2.3 18.5 0 .4-.1.7-.2 1-.9 5.1-4 9.5-8.4 12.3-.7.5-1.5.9-2.2 1.3-8.2 5-13.5 13.6-13.5 23.4 0 15.4 13.5 28 29.9 28H386c16.4 0 29.8-12.5 29.8-28 .2-9.8-5.2-18.5-13.3-23.5z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M128 256l128 224 128-224z" fill="currentColor"/><path d="M402.5 172.6c-.8-.4-1.5-.8-2.3-1.3-4.4-2.8-8.4-8.5-8.7-12.7l.1-.7c3.2-9 5-19.2 5-29.8 0-53.1-43-96.1-96.1-96.1-31.4 0-59.2 15-76.8 38.3 0 0-9.1 14-10.8 29 0 0 1.1-19.4 4.2-31.5-7.4-2.5-15.4-3.8-23.6-3.8-41.7 0-75.6 33.8-75.6 75.6 0 6.4.8 12.6 2.3 18.5 0 .4-.1.7-.2 1-.9 5.1-4 9.5-8.4 12.3-.7.5-1.5.9-2.2 1.3-8.2 5-13.5 13.6-13.5 23.4 0 15.4 13.5 28 29.9 28H386c16.4 0 29.8-12.5 29.8-28 .2-9.8-5.2-18.5-13.3-23.5z" fill="currentColor"/></svg> </template>
CSS
.icon-icecream {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M128%20256l128%20224%20128-224z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M402.5%20172.6c-.8-.4-1.5-.8-2.3-1.3-4.4-2.8-8.4-8.5-8.7-12.7l.1-.7c3.2-9%205-19.2%205-29.8%200-53.1-43-96.1-96.1-96.1-31.4%200-59.2%2015-76.8%2038.3%200%200-9.1%2014-10.8%2029%200%200%201.1-19.4%204.2-31.5-7.4-2.5-15.4-3.8-23.6-3.8-41.7%200-75.6%2033.8-75.6%2075.6%200%206.4.8%2012.6%202.3%2018.5%200%20.4-.1.7-.2%201-.9%205.1-4%209.5-8.4%2012.3-.7.5-1.5.9-2.2%201.3-8.2%205-13.5%2013.6-13.5%2023.4%200%2015.4%2013.5%2028%2029.9%2028H386c16.4%200%2029.8-12.5%2029.8-28%20.2-9.8-5.2-18.5-13.3-23.5z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M128%20256l128%20224%20128-224z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M402.5%20172.6c-.8-.4-1.5-.8-2.3-1.3-4.4-2.8-8.4-8.5-8.7-12.7l.1-.7c3.2-9%205-19.2%205-29.8%200-53.1-43-96.1-96.1-96.1-31.4%200-59.2%2015-76.8%2038.3%200%200-9.1%2014-10.8%2029%200%200%201.1-19.4%204.2-31.5-7.4-2.5-15.4-3.8-23.6-3.8-41.7%200-75.6%2033.8-75.6%2075.6%200%206.4.8%2012.6%202.3%2018.5%200%20.4-.1.7-.2%201-.9%205.1-4%209.5-8.4%2012.3-.7.5-1.5.9-2.2%201.3-8.2%205-13.5%2013.6-13.5%2023.4%200%2015.4%2013.5%2028%2029.9%2028H386c16.4%200%2029.8-12.5%2029.8-28%20.2-9.8-5.2-18.5-13.3-23.5z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/icecream.svg?color=%231a73e8&size=48