ice cream icon
ice-cream-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- ice-cream-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
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-creamNoto Emojiice-creamOpenMojiice-creamPhosphorice-creamTabler Iconsice-creamTDesign Iconsice-creamTwitter Emoji
Related icons in MingCute Icon
Use the ice cream icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 2a5 5 0 0 0-4.645 3.147a4.5 4.5 0 0 0-3.31 4.995c.032.219.149.46.26.652l5.967 10.23c.772 1.322 2.684 1.322 3.456 0l5.967-10.23c.111-.192.228-.434.26-.652Q20 9.826 20 9.5a4.5 4.5 0 0 0-3.355-4.353A5 5 0 0 0 12 2m0 2c-.956 0-1.81.448-2.359 1.146c.942.246 1.764.79 2.359 1.525a4.5 4.5 0 0 1 2.359-1.525A3 3 0 0 0 12 4m5.995 5.347A2.5 2.5 0 0 0 13 9.5v.967a16.8 16.8 0 0 0 4.995-1.12M11 10.467V9.5a2.5 2.5 0 0 0-4.995-.153c.884.353 2.716.972 4.995 1.12" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteIceCreamFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M12 2a5 5 0 0 0-4.645 3.147a4.5 4.5 0 0 0-3.31 4.995c.032.219.149.46.26.652l5.967 10.23c.772 1.322 2.684 1.322 3.456 0l5.967-10.23c.111-.192.228-.434.26-.652Q20 9.826 20 9.5a4.5 4.5 0 0 0-3.355-4.353A5 5 0 0 0 12 2m0 2c-.956 0-1.81.448-2.359 1.146c.942.246 1.764.79 2.359 1.525a4.5 4.5 0 0 1 2.359-1.525A3 3 0 0 0 12 4m5.995 5.347A2.5 2.5 0 0 0 13 9.5v.967a16.8 16.8 0 0 0 4.995-1.12M11 10.467V9.5a2.5 2.5 0 0 0-4.995-.153c.884.353 2.716.972 4.995 1.12" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 2a5 5 0 0 0-4.645 3.147a4.5 4.5 0 0 0-3.31 4.995c.032.219.149.46.26.652l5.967 10.23c.772 1.322 2.684 1.322 3.456 0l5.967-10.23c.111-.192.228-.434.26-.652Q20 9.826 20 9.5a4.5 4.5 0 0 0-3.355-4.353A5 5 0 0 0 12 2m0 2c-.956 0-1.81.448-2.359 1.146c.942.246 1.764.79 2.359 1.525a4.5 4.5 0 0 1 2.359-1.525A3 3 0 0 0 12 4m5.995 5.347A2.5 2.5 0 0 0 13 9.5v.967a16.8 16.8 0 0 0 4.995-1.12M11 10.467V9.5a2.5 2.5 0 0 0-4.995-.153c.884.353 2.716.972 4.995 1.12" clip-rule="evenodd"/></svg> </template>
CSS
.icon-ice-cream-fill {
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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202a5%205%200%200%200-4.645%203.147a4.5%204.5%200%200%200-3.31%204.995c.032.219.149.46.26.652l5.967%2010.23c.772%201.322%202.684%201.322%203.456%200l5.967-10.23c.111-.192.228-.434.26-.652Q20%209.826%2020%209.5a4.5%204.5%200%200%200-3.355-4.353A5%205%200%200%200%2012%202m0%202c-.956%200-1.81.448-2.359%201.146c.942.246%201.764.79%202.359%201.525a4.5%204.5%200%200%201%202.359-1.525A3%203%200%200%200%2012%204m5.995%205.347A2.5%202.5%200%200%200%2013%209.5v.967a16.8%2016.8%200%200%200%204.995-1.12M11%2010.467V9.5a2.5%202.5%200%200%200-4.995-.153c.884.353%202.716.972%204.995%201.12%22%20clip-rule%3D%22evenodd%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202a5%205%200%200%200-4.645%203.147a4.5%204.5%200%200%200-3.31%204.995c.032.219.149.46.26.652l5.967%2010.23c.772%201.322%202.684%201.322%203.456%200l5.967-10.23c.111-.192.228-.434.26-.652Q20%209.826%2020%209.5a4.5%204.5%200%200%200-3.355-4.353A5%205%200%200%200%2012%202m0%202c-.956%200-1.81.448-2.359%201.146c.942.246%201.764.79%202.359%201.525a4.5%204.5%200%200%201%202.359-1.525A3%203%200%200%200%2012%204m5.995%205.347A2.5%202.5%200%200%200%2013%209.5v.967a16.8%2016.8%200%200%200%204.995-1.12M11%2010.467V9.5a2.5%202.5%200%200%200-4.995-.153c.884.353%202.716.972%204.995%201.12%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/ice-cream-fill.svg?color=%231a73e8&size=48