icecream three icon
icecream-three from IconPark by ByteDance · Color · Foods · Apache-2.0 Free for personal and commercial use.
- Name
- icecream-three
- Set
- IconPark
- Style
- Color
- Category
- Foods
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More foods icons from IconPark
Use the icecream three icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path d="M14 14C14 8.47715 18.4772 4 24 4V4C29.5228 4 34 8.47715 34 14V31.7308C34 31.8795 33.8795 32 33.7308 32H14.2692C14.1205 32 14 31.8795 14 31.7308V14Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M21 32V41C21 42.6569 22.3431 44 24 44V44C25.6569 44 27 42.6569 27 41V32"/><path stroke-linecap="round" stroke-linejoin="round" d="M14 16V16C16.7614 18.7614 21.2386 18.7614 24 16V16V16C26.7614 13.2386 31.2386 13.2386 34 16V16"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkIcecreamThree(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeWidth="4"><path d="M14 14C14 8.47715 18.4772 4 24 4V4C29.5228 4 34 8.47715 34 14V31.7308C34 31.8795 33.8795 32 33.7308 32H14.2692C14.1205 32 14 31.8795 14 31.7308V14Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M21 32V41C21 42.6569 22.3431 44 24 44V44C25.6569 44 27 42.6569 27 41V32"/><path strokeLinecap="round" strokeLinejoin="round" d="M14 16V16C16.7614 18.7614 21.2386 18.7614 24 16V16V16C26.7614 13.2386 31.2386 13.2386 34 16V16"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path d="M14 14C14 8.47715 18.4772 4 24 4V4C29.5228 4 34 8.47715 34 14V31.7308C34 31.8795 33.8795 32 33.7308 32H14.2692C14.1205 32 14 31.8795 14 31.7308V14Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M21 32V41C21 42.6569 22.3431 44 24 44V44C25.6569 44 27 42.6569 27 41V32"/><path stroke-linecap="round" stroke-linejoin="round" d="M14 16V16C16.7614 18.7614 21.2386 18.7614 24 16V16V16C26.7614 13.2386 31.2386 13.2386 34 16V16"/></g></svg> </template>
CSS
.icon-icecream-three {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M14%2014C14%208.47715%2018.4772%204%2024%204V4C29.5228%204%2034%208.47715%2034%2014V31.7308C34%2031.8795%2033.8795%2032%2033.7308%2032H14.2692C14.1205%2032%2014%2031.8795%2014%2031.7308V14Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21%2032V41C21%2042.6569%2022.3431%2044%2024%2044V44C25.6569%2044%2027%2042.6569%2027%2041V32%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2016V16C16.7614%2018.7614%2021.2386%2018.7614%2024%2016V16V16C26.7614%2013.2386%2031.2386%2013.2386%2034%2016V16%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M14%2014C14%208.47715%2018.4772%204%2024%204V4C29.5228%204%2034%208.47715%2034%2014V31.7308C34%2031.8795%2033.8795%2032%2033.7308%2032H14.2692C14.1205%2032%2014%2031.8795%2014%2031.7308V14Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21%2032V41C21%2042.6569%2022.3431%2044%2024%2044V44C25.6569%2044%2027%2042.6569%2027%2041V32%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2016V16C16.7614%2018.7614%2021.2386%2018.7614%2024%2016V16V16C26.7614%2013.2386%2031.2386%2013.2386%2034%2016V16%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/icecream-three.svg?color=%231a73e8&size=48