ice cream cone icon
ice-cream-cone from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- ice-cream-cone
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the ice cream cone icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="m7.5 12l1.756 5.076C10.399 20.382 10.97 22 11.996 22s1.6-1.617 2.745-4.922L16.5 12"/><path d="M9.495 11.328C9.81 10.975 10 10.51 10 10a2 2 0 1 0 4 0c0 .51.19.975.505 1.328a2 2 0 0 0 3.225-2.333a37 37 0 0 1-.65-1.132c-.095-.222-.042-.027-.072-.266C17 7.535 17 7.357 17 7A5 5 0 0 0 7 7c0 .357 0 .535-.008.597c-.03.24.023.044-.071.266c-.025.058-.234.416-.65 1.132a2 2 0 0 0 3.225 2.333Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsIceCreamCone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="m7.5 12l1.756 5.076C10.399 20.382 10.97 22 11.996 22s1.6-1.617 2.745-4.922L16.5 12"/><path d="M9.495 11.328C9.81 10.975 10 10.51 10 10a2 2 0 1 0 4 0c0 .51.19.975.505 1.328a2 2 0 0 0 3.225-2.333a37 37 0 0 1-.65-1.132c-.095-.222-.042-.027-.072-.266C17 7.535 17 7.357 17 7A5 5 0 0 0 7 7c0 .357 0 .535-.008.597c-.03.24.023.044-.071.266c-.025.058-.234.416-.65 1.132a2 2 0 0 0 3.225 2.333Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="m7.5 12l1.756 5.076C10.399 20.382 10.97 22 11.996 22s1.6-1.617 2.745-4.922L16.5 12"/><path d="M9.495 11.328C9.81 10.975 10 10.51 10 10a2 2 0 1 0 4 0c0 .51.19.975.505 1.328a2 2 0 0 0 3.225-2.333a37 37 0 0 1-.65-1.132c-.095-.222-.042-.027-.072-.266C17 7.535 17 7.357 17 7A5 5 0 0 0 7 7c0 .357 0 .535-.008.597c-.03.24.023.044-.071.266c-.025.058-.234.416-.65 1.132a2 2 0 0 0 3.225 2.333Z"/></g></svg> </template>
CSS
.icon-ice-cream-cone {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m7.5%2012l1.756%205.076C10.399%2020.382%2010.97%2022%2011.996%2022s1.6-1.617%202.745-4.922L16.5%2012%22%2F%3E%3Cpath%20d%3D%22M9.495%2011.328C9.81%2010.975%2010%2010.51%2010%2010a2%202%200%201%200%204%200c0%20.51.19.975.505%201.328a2%202%200%200%200%203.225-2.333a37%2037%200%200%201-.65-1.132c-.095-.222-.042-.027-.072-.266C17%207.535%2017%207.357%2017%207A5%205%200%200%200%207%207c0%20.357%200%20.535-.008.597c-.03.24.023.044-.071.266c-.025.058-.234.416-.65%201.132a2%202%200%200%200%203.225%202.333Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m7.5%2012l1.756%205.076C10.399%2020.382%2010.97%2022%2011.996%2022s1.6-1.617%202.745-4.922L16.5%2012%22%2F%3E%3Cpath%20d%3D%22M9.495%2011.328C9.81%2010.975%2010%2010.51%2010%2010a2%202%200%201%200%204%200c0%20.51.19.975.505%201.328a2%202%200%200%200%203.225-2.333a37%2037%200%200%201-.65-1.132c-.095-.222-.042-.027-.072-.266C17%207.535%2017%207.357%2017%207A5%205%200%200%200%207%207c0%20.357%200%20.535-.008.597c-.03.24.023.044-.071.266c-.025.058-.234.416-.65%201.132a2%202%200%200%200%203.225%202.333Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/ice-cream-cone.svg?color=%231a73e8&size=48