soft ice cream emoji
soft-ice-cream from OpenMoji by OpenMoji · Default · Food Drink · CC-BY-SA-4.0 Attribution required.
- Name
- soft-ice-cream
- Set
- OpenMoji
- Style
- Default
- Category
- Food Drink
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More food drink icons from OpenMoji
Use the soft ice cream emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M53.935 36v4H18.368v-4h1.002c-.02-.34.01-.68.1-1c.3-1.05 1.17-1.92 2.33-2.18l3.77-.87c-1.5.11-2.88-.84-3.21-2.3c-.37-1.61.68-3.23 2.36-3.62l3.77-.87c-1.5.1-2.88-.85-3.21-2.3c-.37-1.61.69-3.23 2.37-3.62l3.79-.87c-1.51.13-2.9-.82-3.23-2.29c-.38-1.61.68-3.24 2.36-3.62l1.26-.29h.01C33.86 11.67 36 7 34 5h3c1.66 0 3 1.34 3 3s-1 2.52-2.69 2.9l2.77-.64c1.68-.39 3.34.61 3.71 2.22c.34 1.45-.47 2.89-1.84 3.46L43 15.7c1.68-.39 3.35.6 3.72 2.22c.33 1.44-.48 2.88-1.85 3.45l1.06-.24c1.68-.38 3.34.61 3.71 2.23c.34 1.46-.5 2.92-1.9 3.48l1.11-.26c1.68-.39 3.34.61 3.71 2.22c.38 1.62-.68 3.24-2.36 3.63l-2.39.55L50 33c1.31 0 2.42.83 2.82 2c.12.31 1.115.65 1.115 1"/><path fill="#fcea2b" d="M17 40h38v10H17zm35 10l-4 12c-.873 2.62-2.24 5-5 5H29c-2.76 0-4.127-2.38-5-5l-4-12"/><path fill="#f1b31c" d="M42.333 40H55v10H42.333zm1.023 10L40 63.03c-.374 1.454-.84 2.849-1.468 3.97H43c2.76 0 4.127-2.38 5-5l4-12z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"><path stroke-width="2" d="M17 40h38v10H17zm36-4a3 3 0 0 0-3-3l-2.219-.016"/><path stroke-width="2.04" d="M30.571 12.456c-1.68.387-2.738 2.01-2.366 3.625c.373 1.614 2.036 2.609 3.716 2.22l9.509-2.195c1.68-.387 2.738-2.01 2.365-3.625c-.372-1.614-2.035-2.608-3.715-2.22z"/><path stroke-width="2.04" d="M27.648 19.24c-1.68.388-2.739 2.01-2.366 3.625c.372 1.614 2.035 2.61 3.715 2.221l15.356-3.544c1.678-.388 2.738-2.012 2.365-3.626s-2.036-2.608-3.716-2.22z"/><path stroke-width="2.04" d="M49.64 23.356c-.372-1.615-2.035-2.61-3.714-2.222L24.725 26.03c-1.68.388-2.739 2.011-2.367 3.625c.373 1.615 2.037 2.609 3.716 2.221l21.201-4.894c1.68-.388 2.739-2.011 2.366-3.626"/><path stroke-width="2.04" d="M35.942 35.717L50.2 32.426c1.679-.388 2.738-2.011 2.365-3.625s-2.036-2.61-3.714-2.222l-27.048 6.245c-1.523.35-2.535 1.717-2.433 3.173"/><path stroke-width="2" d="M34 5h3c1.657 0 3 1.343 3 3s-1 2.521-2.687 2.896"/><path stroke-width="2" d="M34 5c2 2-.145 6.688-2.167 7.167M52 50l-4 12c-.873 2.62-2.24 5-5 5H29c-2.76 0-4.127-2.38-5-5l-4-12"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiSoftIceCream(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M53.935 36v4H18.368v-4h1.002c-.02-.34.01-.68.1-1c.3-1.05 1.17-1.92 2.33-2.18l3.77-.87c-1.5.11-2.88-.84-3.21-2.3c-.37-1.61.68-3.23 2.36-3.62l3.77-.87c-1.5.1-2.88-.85-3.21-2.3c-.37-1.61.69-3.23 2.37-3.62l3.79-.87c-1.51.13-2.9-.82-3.23-2.29c-.38-1.61.68-3.24 2.36-3.62l1.26-.29h.01C33.86 11.67 36 7 34 5h3c1.66 0 3 1.34 3 3s-1 2.52-2.69 2.9l2.77-.64c1.68-.39 3.34.61 3.71 2.22c.34 1.45-.47 2.89-1.84 3.46L43 15.7c1.68-.39 3.35.6 3.72 2.22c.33 1.44-.48 2.88-1.85 3.45l1.06-.24c1.68-.38 3.34.61 3.71 2.23c.34 1.46-.5 2.92-1.9 3.48l1.11-.26c1.68-.39 3.34.61 3.71 2.22c.38 1.62-.68 3.24-2.36 3.63l-2.39.55L50 33c1.31 0 2.42.83 2.82 2c.12.31 1.115.65 1.115 1"/><path fill="#fcea2b" d="M17 40h38v10H17zm35 10l-4 12c-.873 2.62-2.24 5-5 5H29c-2.76 0-4.127-2.38-5-5l-4-12"/><path fill="#f1b31c" d="M42.333 40H55v10H42.333zm1.023 10L40 63.03c-.374 1.454-.84 2.849-1.468 3.97H43c2.76 0 4.127-2.38 5-5l4-12z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10"><path strokeWidth="2" d="M17 40h38v10H17zm36-4a3 3 0 0 0-3-3l-2.219-.016"/><path strokeWidth="2.04" d="M30.571 12.456c-1.68.387-2.738 2.01-2.366 3.625c.373 1.614 2.036 2.609 3.716 2.22l9.509-2.195c1.68-.387 2.738-2.01 2.365-3.625c-.372-1.614-2.035-2.608-3.715-2.22z"/><path strokeWidth="2.04" d="M27.648 19.24c-1.68.388-2.739 2.01-2.366 3.625c.372 1.614 2.035 2.61 3.715 2.221l15.356-3.544c1.678-.388 2.738-2.012 2.365-3.626s-2.036-2.608-3.716-2.22z"/><path strokeWidth="2.04" d="M49.64 23.356c-.372-1.615-2.035-2.61-3.714-2.222L24.725 26.03c-1.68.388-2.739 2.011-2.367 3.625c.373 1.615 2.037 2.609 3.716 2.221l21.201-4.894c1.68-.388 2.739-2.011 2.366-3.626"/><path strokeWidth="2.04" d="M35.942 35.717L50.2 32.426c1.679-.388 2.738-2.011 2.365-3.625s-2.036-2.61-3.714-2.222l-27.048 6.245c-1.523.35-2.535 1.717-2.433 3.173"/><path strokeWidth="2" d="M34 5h3c1.657 0 3 1.343 3 3s-1 2.521-2.687 2.896"/><path strokeWidth="2" d="M34 5c2 2-.145 6.688-2.167 7.167M52 50l-4 12c-.873 2.62-2.24 5-5 5H29c-2.76 0-4.127-2.38-5-5l-4-12"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M53.935 36v4H18.368v-4h1.002c-.02-.34.01-.68.1-1c.3-1.05 1.17-1.92 2.33-2.18l3.77-.87c-1.5.11-2.88-.84-3.21-2.3c-.37-1.61.68-3.23 2.36-3.62l3.77-.87c-1.5.1-2.88-.85-3.21-2.3c-.37-1.61.69-3.23 2.37-3.62l3.79-.87c-1.51.13-2.9-.82-3.23-2.29c-.38-1.61.68-3.24 2.36-3.62l1.26-.29h.01C33.86 11.67 36 7 34 5h3c1.66 0 3 1.34 3 3s-1 2.52-2.69 2.9l2.77-.64c1.68-.39 3.34.61 3.71 2.22c.34 1.45-.47 2.89-1.84 3.46L43 15.7c1.68-.39 3.35.6 3.72 2.22c.33 1.44-.48 2.88-1.85 3.45l1.06-.24c1.68-.38 3.34.61 3.71 2.23c.34 1.46-.5 2.92-1.9 3.48l1.11-.26c1.68-.39 3.34.61 3.71 2.22c.38 1.62-.68 3.24-2.36 3.63l-2.39.55L50 33c1.31 0 2.42.83 2.82 2c.12.31 1.115.65 1.115 1"/><path fill="#fcea2b" d="M17 40h38v10H17zm35 10l-4 12c-.873 2.62-2.24 5-5 5H29c-2.76 0-4.127-2.38-5-5l-4-12"/><path fill="#f1b31c" d="M42.333 40H55v10H42.333zm1.023 10L40 63.03c-.374 1.454-.84 2.849-1.468 3.97H43c2.76 0 4.127-2.38 5-5l4-12z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"><path stroke-width="2" d="M17 40h38v10H17zm36-4a3 3 0 0 0-3-3l-2.219-.016"/><path stroke-width="2.04" d="M30.571 12.456c-1.68.387-2.738 2.01-2.366 3.625c.373 1.614 2.036 2.609 3.716 2.22l9.509-2.195c1.68-.387 2.738-2.01 2.365-3.625c-.372-1.614-2.035-2.608-3.715-2.22z"/><path stroke-width="2.04" d="M27.648 19.24c-1.68.388-2.739 2.01-2.366 3.625c.372 1.614 2.035 2.61 3.715 2.221l15.356-3.544c1.678-.388 2.738-2.012 2.365-3.626s-2.036-2.608-3.716-2.22z"/><path stroke-width="2.04" d="M49.64 23.356c-.372-1.615-2.035-2.61-3.714-2.222L24.725 26.03c-1.68.388-2.739 2.011-2.367 3.625c.373 1.615 2.037 2.609 3.716 2.221l21.201-4.894c1.68-.388 2.739-2.011 2.366-3.626"/><path stroke-width="2.04" d="M35.942 35.717L50.2 32.426c1.679-.388 2.738-2.011 2.365-3.625s-2.036-2.61-3.714-2.222l-27.048 6.245c-1.523.35-2.535 1.717-2.433 3.173"/><path stroke-width="2" d="M34 5h3c1.657 0 3 1.343 3 3s-1 2.521-2.687 2.896"/><path stroke-width="2" d="M34 5c2 2-.145 6.688-2.167 7.167M52 50l-4 12c-.873 2.62-2.24 5-5 5H29c-2.76 0-4.127-2.38-5-5l-4-12"/></g></svg> </template>
CSS
.icon-soft-ice-cream {
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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M53.935%2036v4H18.368v-4h1.002c-.02-.34.01-.68.1-1c.3-1.05%201.17-1.92%202.33-2.18l3.77-.87c-1.5.11-2.88-.84-3.21-2.3c-.37-1.61.68-3.23%202.36-3.62l3.77-.87c-1.5.1-2.88-.85-3.21-2.3c-.37-1.61.69-3.23%202.37-3.62l3.79-.87c-1.51.13-2.9-.82-3.23-2.29c-.38-1.61.68-3.24%202.36-3.62l1.26-.29h.01C33.86%2011.67%2036%207%2034%205h3c1.66%200%203%201.34%203%203s-1%202.52-2.69%202.9l2.77-.64c1.68-.39%203.34.61%203.71%202.22c.34%201.45-.47%202.89-1.84%203.46L43%2015.7c1.68-.39%203.35.6%203.72%202.22c.33%201.44-.48%202.88-1.85%203.45l1.06-.24c1.68-.38%203.34.61%203.71%202.23c.34%201.46-.5%202.92-1.9%203.48l1.11-.26c1.68-.39%203.34.61%203.71%202.22c.38%201.62-.68%203.24-2.36%203.63l-2.39.55L50%2033c1.31%200%202.42.83%202.82%202c.12.31%201.115.65%201.115%201%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M17%2040h38v10H17zm35%2010l-4%2012c-.873%202.62-2.24%205-5%205H29c-2.76%200-4.127-2.38-5-5l-4-12%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M42.333%2040H55v10H42.333zm1.023%2010L40%2063.03c-.374%201.454-.84%202.849-1.468%203.97H43c2.76%200%204.127-2.38%205-5l4-12z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M17%2040h38v10H17zm36-4a3%203%200%200%200-3-3l-2.219-.016%22%2F%3E%3Cpath%20stroke-width%3D%222.04%22%20d%3D%22M30.571%2012.456c-1.68.387-2.738%202.01-2.366%203.625c.373%201.614%202.036%202.609%203.716%202.22l9.509-2.195c1.68-.387%202.738-2.01%202.365-3.625c-.372-1.614-2.035-2.608-3.715-2.22z%22%2F%3E%3Cpath%20stroke-width%3D%222.04%22%20d%3D%22M27.648%2019.24c-1.68.388-2.739%202.01-2.366%203.625c.372%201.614%202.035%202.61%203.715%202.221l15.356-3.544c1.678-.388%202.738-2.012%202.365-3.626s-2.036-2.608-3.716-2.22z%22%2F%3E%3Cpath%20stroke-width%3D%222.04%22%20d%3D%22M49.64%2023.356c-.372-1.615-2.035-2.61-3.714-2.222L24.725%2026.03c-1.68.388-2.739%202.011-2.367%203.625c.373%201.615%202.037%202.609%203.716%202.221l21.201-4.894c1.68-.388%202.739-2.011%202.366-3.626%22%2F%3E%3Cpath%20stroke-width%3D%222.04%22%20d%3D%22M35.942%2035.717L50.2%2032.426c1.679-.388%202.738-2.011%202.365-3.625s-2.036-2.61-3.714-2.222l-27.048%206.245c-1.523.35-2.535%201.717-2.433%203.173%22%2F%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M34%205h3c1.657%200%203%201.343%203%203s-1%202.521-2.687%202.896%22%2F%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M34%205c2%202-.145%206.688-2.167%207.167M52%2050l-4%2012c-.873%202.62-2.24%205-5%205H29c-2.76%200-4.127-2.38-5-5l-4-12%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M53.935%2036v4H18.368v-4h1.002c-.02-.34.01-.68.1-1c.3-1.05%201.17-1.92%202.33-2.18l3.77-.87c-1.5.11-2.88-.84-3.21-2.3c-.37-1.61.68-3.23%202.36-3.62l3.77-.87c-1.5.1-2.88-.85-3.21-2.3c-.37-1.61.69-3.23%202.37-3.62l3.79-.87c-1.51.13-2.9-.82-3.23-2.29c-.38-1.61.68-3.24%202.36-3.62l1.26-.29h.01C33.86%2011.67%2036%207%2034%205h3c1.66%200%203%201.34%203%203s-1%202.52-2.69%202.9l2.77-.64c1.68-.39%203.34.61%203.71%202.22c.34%201.45-.47%202.89-1.84%203.46L43%2015.7c1.68-.39%203.35.6%203.72%202.22c.33%201.44-.48%202.88-1.85%203.45l1.06-.24c1.68-.38%203.34.61%203.71%202.23c.34%201.46-.5%202.92-1.9%203.48l1.11-.26c1.68-.39%203.34.61%203.71%202.22c.38%201.62-.68%203.24-2.36%203.63l-2.39.55L50%2033c1.31%200%202.42.83%202.82%202c.12.31%201.115.65%201.115%201%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M17%2040h38v10H17zm35%2010l-4%2012c-.873%202.62-2.24%205-5%205H29c-2.76%200-4.127-2.38-5-5l-4-12%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M42.333%2040H55v10H42.333zm1.023%2010L40%2063.03c-.374%201.454-.84%202.849-1.468%203.97H43c2.76%200%204.127-2.38%205-5l4-12z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M17%2040h38v10H17zm36-4a3%203%200%200%200-3-3l-2.219-.016%22%2F%3E%3Cpath%20stroke-width%3D%222.04%22%20d%3D%22M30.571%2012.456c-1.68.387-2.738%202.01-2.366%203.625c.373%201.614%202.036%202.609%203.716%202.22l9.509-2.195c1.68-.387%202.738-2.01%202.365-3.625c-.372-1.614-2.035-2.608-3.715-2.22z%22%2F%3E%3Cpath%20stroke-width%3D%222.04%22%20d%3D%22M27.648%2019.24c-1.68.388-2.739%202.01-2.366%203.625c.372%201.614%202.035%202.61%203.715%202.221l15.356-3.544c1.678-.388%202.738-2.012%202.365-3.626s-2.036-2.608-3.716-2.22z%22%2F%3E%3Cpath%20stroke-width%3D%222.04%22%20d%3D%22M49.64%2023.356c-.372-1.615-2.035-2.61-3.714-2.222L24.725%2026.03c-1.68.388-2.739%202.011-2.367%203.625c.373%201.615%202.037%202.609%203.716%202.221l21.201-4.894c1.68-.388%202.739-2.011%202.366-3.626%22%2F%3E%3Cpath%20stroke-width%3D%222.04%22%20d%3D%22M35.942%2035.717L50.2%2032.426c1.679-.388%202.738-2.011%202.365-3.625s-2.036-2.61-3.714-2.222l-27.048%206.245c-1.523.35-2.535%201.717-2.433%203.173%22%2F%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M34%205h3c1.657%200%203%201.343%203%203s-1%202.521-2.687%202.896%22%2F%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M34%205c2%202-.145%206.688-2.167%207.167M52%2050l-4%2012c-.873%202.62-2.24%205-5%205H29c-2.76%200-4.127-2.38-5-5l-4-12%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/soft-ice-cream.svg?color=%231a73e8&size=48