ice cream 04 icon
ice-cream-04 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- ice-cream-04
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the ice cream 04 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8.489 9c-2.041 0-3.203 2.41-2.005 4h12.03c1.085-1.44.26-3.625-1.545-3.958a2.5 2.5 0 0 0-2.465.958m2.465-.958c.593-3.807-3.604-2.814-4.292-5.12c-.184-.617-.034-1.351.825-1.922c-2.528 0-4.275 1.557-3.93 3.175m0 0c.133.628.582 1.266 1.423 1.825M9.571 5.175c-2.253.89-1.972 4.29.422 4.775m-2.189 8.918L6.5 13h12l-1.304 5.868c-.334 1.501-.5 2.252-1.049 2.692s-1.317.44-2.856.44H11.71c-1.539 0-2.308 0-2.856-.44c-.549-.44-.715-1.19-1.05-2.692"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsIceCream04(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M8.489 9c-2.041 0-3.203 2.41-2.005 4h12.03c1.085-1.44.26-3.625-1.545-3.958a2.5 2.5 0 0 0-2.465.958m2.465-.958c.593-3.807-3.604-2.814-4.292-5.12c-.184-.617-.034-1.351.825-1.922c-2.528 0-4.275 1.557-3.93 3.175m0 0c.133.628.582 1.266 1.423 1.825M9.571 5.175c-2.253.89-1.972 4.29.422 4.775m-2.189 8.918L6.5 13h12l-1.304 5.868c-.334 1.501-.5 2.252-1.049 2.692s-1.317.44-2.856.44H11.71c-1.539 0-2.308 0-2.856-.44c-.549-.44-.715-1.19-1.05-2.692"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8.489 9c-2.041 0-3.203 2.41-2.005 4h12.03c1.085-1.44.26-3.625-1.545-3.958a2.5 2.5 0 0 0-2.465.958m2.465-.958c.593-3.807-3.604-2.814-4.292-5.12c-.184-.617-.034-1.351.825-1.922c-2.528 0-4.275 1.557-3.93 3.175m0 0c.133.628.582 1.266 1.423 1.825M9.571 5.175c-2.253.89-1.972 4.29.422 4.775m-2.189 8.918L6.5 13h12l-1.304 5.868c-.334 1.501-.5 2.252-1.049 2.692s-1.317.44-2.856.44H11.71c-1.539 0-2.308 0-2.856-.44c-.549-.44-.715-1.19-1.05-2.692"/></svg> </template>
CSS
.icon-ice-cream-04 {
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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M8.489%209c-2.041%200-3.203%202.41-2.005%204h12.03c1.085-1.44.26-3.625-1.545-3.958a2.5%202.5%200%200%200-2.465.958m2.465-.958c.593-3.807-3.604-2.814-4.292-5.12c-.184-.617-.034-1.351.825-1.922c-2.528%200-4.275%201.557-3.93%203.175m0%200c.133.628.582%201.266%201.423%201.825M9.571%205.175c-2.253.89-1.972%204.29.422%204.775m-2.189%208.918L6.5%2013h12l-1.304%205.868c-.334%201.501-.5%202.252-1.049%202.692s-1.317.44-2.856.44H11.71c-1.539%200-2.308%200-2.856-.44c-.549-.44-.715-1.19-1.05-2.692%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M8.489%209c-2.041%200-3.203%202.41-2.005%204h12.03c1.085-1.44.26-3.625-1.545-3.958a2.5%202.5%200%200%200-2.465.958m2.465-.958c.593-3.807-3.604-2.814-4.292-5.12c-.184-.617-.034-1.351.825-1.922c-2.528%200-4.275%201.557-3.93%203.175m0%200c.133.628.582%201.266%201.423%201.825M9.571%205.175c-2.253.89-1.972%204.29.422%204.775m-2.189%208.918L6.5%2013h12l-1.304%205.868c-.334%201.501-.5%202.252-1.049%202.692s-1.317.44-2.856.44H11.71c-1.539%200-2.308%200-2.856-.44c-.549-.44-.715-1.19-1.05-2.692%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/ice-cream-04.svg?color=%231a73e8&size=48