ice cream icon
ice-cream-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- ice-cream-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
ice-creamEmoji One (Colored)ice-creamElement Plusice-creamFont Awesome 6 Solidice-creamFont Awesome Solidice-creamFluent Emojiice-creamFluent Emoji Flatice-creamFluent Emoji High Contrastice-creamIconoirice-creamIonIconsice-creamJam Iconsice-creamLine Awesomeice-creamMaterial Design Iconsice-cream-fillMingCute Iconice-creamNoto Emojiice-creamOpenMojiice-creamTabler Iconsice-creamTDesign Iconsice-creamTwitter Emoji
Use the ice cream icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M204 100.4V96a76 76 0 0 0-152 0v4.4a20 20 0 0 0 4 39.6h5.61l56 97.95a12 12 0 0 0 20.84 0l56-97.95H200a20 20 0 0 0 4-39.6M131.47 234a4 4 0 0 1-6.94 0l-53.71-94h28.57l42.9 75.06Zm5.64-94l24 42.06L146.89 207l-38.28-67Zm28.64 34l-19.43-34h38.86ZM200 132H56a12 12 0 0 1 0-24a4 4 0 0 0 4-4v-8a68 68 0 0 1 136 0v8a4 4 0 0 0 4 4a12 12 0 0 1 0 24"/></svg>
React
import type { SVGProps } from "react";
export function PhIceCreamThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M204 100.4V96a76 76 0 0 0-152 0v4.4a20 20 0 0 0 4 39.6h5.61l56 97.95a12 12 0 0 0 20.84 0l56-97.95H200a20 20 0 0 0 4-39.6M131.47 234a4 4 0 0 1-6.94 0l-53.71-94h28.57l42.9 75.06Zm5.64-94l24 42.06L146.89 207l-38.28-67Zm28.64 34l-19.43-34h38.86ZM200 132H56a12 12 0 0 1 0-24a4 4 0 0 0 4-4v-8a68 68 0 0 1 136 0v8a4 4 0 0 0 4 4a12 12 0 0 1 0 24"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M204 100.4V96a76 76 0 0 0-152 0v4.4a20 20 0 0 0 4 39.6h5.61l56 97.95a12 12 0 0 0 20.84 0l56-97.95H200a20 20 0 0 0 4-39.6M131.47 234a4 4 0 0 1-6.94 0l-53.71-94h28.57l42.9 75.06Zm5.64-94l24 42.06L146.89 207l-38.28-67Zm28.64 34l-19.43-34h38.86ZM200 132H56a12 12 0 0 1 0-24a4 4 0 0 0 4-4v-8a68 68 0 0 1 136 0v8a4 4 0 0 0 4 4a12 12 0 0 1 0 24"/></svg> </template>
CSS
.icon-ice-cream-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M204%20100.4V96a76%2076%200%200%200-152%200v4.4a20%2020%200%200%200%204%2039.6h5.61l56%2097.95a12%2012%200%200%200%2020.84%200l56-97.95H200a20%2020%200%200%200%204-39.6M131.47%20234a4%204%200%200%201-6.94%200l-53.71-94h28.57l42.9%2075.06Zm5.64-94l24%2042.06L146.89%20207l-38.28-67Zm28.64%2034l-19.43-34h38.86ZM200%20132H56a12%2012%200%200%201%200-24a4%204%200%200%200%204-4v-8a68%2068%200%200%201%20136%200v8a4%204%200%200%200%204%204a12%2012%200%200%201%200%2024%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M204%20100.4V96a76%2076%200%200%200-152%200v4.4a20%2020%200%200%200%204%2039.6h5.61l56%2097.95a12%2012%200%200%200%2020.84%200l56-97.95H200a20%2020%200%200%200%204-39.6M131.47%20234a4%204%200%200%201-6.94%200l-53.71-94h28.57l42.9%2075.06Zm5.64-94l24%2042.06L146.89%20207l-38.28-67Zm28.64%2034l-19.43-34h38.86ZM200%20132H56a12%2012%200%200%201%200-24a4%204%200%200%200%204-4v-8a68%2068%200%200%201%20136%200v8a4%204%200%200%200%204%204a12%2012%200%200%201%200%2024%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/ice-cream-thin.svg?color=%231a73e8&size=48