shaved-ice from Fluent Emoji Flat by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.

Name
shaved-ice
Set
Fluent Emoji Flat
Style
Default
Category
Food & Drink
Viewbox
32×32
License
MIT

The same emoji in other sets

More food & drink icons from Fluent Emoji Flat

Use the shaved ice emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffdea7" d="m8 18l-1.32-2.37c.109-.05.196-.332.3-.391c.854-.494 1.28-1.074 1.583-2.029c.23-.74 1.167-1.446 1.928-1.446s1.617.726 1.847 1.446c.51 1.62 1.824 2.597 3.614 2.597s3.105-.987 3.615-2.597c.23-.73 1.143-1.446 1.903-1.446s1.615.726 1.845 1.446c.298.94.87 1.538 1.704 2.029c.116.068.178.335.301.391L24 18l-.551.244H8.563z"/><path fill="#ff6dc6" d="M16 2C10.48 2 6 6.48 6 12c0 1.28.24 2.5.68 3.63a4 4 0 0 0 2.13-2.41c.23-.74.92-1.22 1.68-1.22s1.45.49 1.68 1.21A3.99 3.99 0 0 0 15.98 16c1.79 0 3.3-1.17 3.81-2.78c.23-.73.92-1.21 1.68-1.21h.04c.76 0 1.45.49 1.68 1.21a3.98 3.98 0 0 0 2.13 2.41c.44-1.13.68-2.35.68-3.63c-.01-5.52-4.48-10-10-10"/><path fill="#fbb8ab" d="M14.31 5.94a1.01 1.01 0 1 0 0-2.02a1.01 1.01 0 0 0 0 2.02m-3.35 1.45a1.01 1.01 0 1 0 0-2.02a1.01 1.01 0 0 0 0 2.02m4.01 1.06a1.01 1.01 0 1 1-2.02 0a1.01 1.01 0 0 1 2.02 0"/><path fill="#00a6ed" d="M25.1 8c.66 0 1.09.69.8 1.28l-4.325 8.91h-1.98L24.3 8.5c.15-.31.47-.5.8-.5"/><path fill="#26eafc" d="m8 18l7.41 11.68a.7.7 0 0 0 1.18 0L24 18z"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatShavedIce(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffdea7" d="m8 18l-1.32-2.37c.109-.05.196-.332.3-.391c.854-.494 1.28-1.074 1.583-2.029c.23-.74 1.167-1.446 1.928-1.446s1.617.726 1.847 1.446c.51 1.62 1.824 2.597 3.614 2.597s3.105-.987 3.615-2.597c.23-.73 1.143-1.446 1.903-1.446s1.615.726 1.845 1.446c.298.94.87 1.538 1.704 2.029c.116.068.178.335.301.391L24 18l-.551.244H8.563z"/><path fill="#ff6dc6" d="M16 2C10.48 2 6 6.48 6 12c0 1.28.24 2.5.68 3.63a4 4 0 0 0 2.13-2.41c.23-.74.92-1.22 1.68-1.22s1.45.49 1.68 1.21A3.99 3.99 0 0 0 15.98 16c1.79 0 3.3-1.17 3.81-2.78c.23-.73.92-1.21 1.68-1.21h.04c.76 0 1.45.49 1.68 1.21a3.98 3.98 0 0 0 2.13 2.41c.44-1.13.68-2.35.68-3.63c-.01-5.52-4.48-10-10-10"/><path fill="#fbb8ab" d="M14.31 5.94a1.01 1.01 0 1 0 0-2.02a1.01 1.01 0 0 0 0 2.02m-3.35 1.45a1.01 1.01 0 1 0 0-2.02a1.01 1.01 0 0 0 0 2.02m4.01 1.06a1.01 1.01 0 1 1-2.02 0a1.01 1.01 0 0 1 2.02 0"/><path fill="#00a6ed" d="M25.1 8c.66 0 1.09.69.8 1.28l-4.325 8.91h-1.98L24.3 8.5c.15-.31.47-.5.8-.5"/><path fill="#26eafc" d="m8 18l7.41 11.68a.7.7 0 0 0 1.18 0L24 18z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffdea7" d="m8 18l-1.32-2.37c.109-.05.196-.332.3-.391c.854-.494 1.28-1.074 1.583-2.029c.23-.74 1.167-1.446 1.928-1.446s1.617.726 1.847 1.446c.51 1.62 1.824 2.597 3.614 2.597s3.105-.987 3.615-2.597c.23-.73 1.143-1.446 1.903-1.446s1.615.726 1.845 1.446c.298.94.87 1.538 1.704 2.029c.116.068.178.335.301.391L24 18l-.551.244H8.563z"/><path fill="#ff6dc6" d="M16 2C10.48 2 6 6.48 6 12c0 1.28.24 2.5.68 3.63a4 4 0 0 0 2.13-2.41c.23-.74.92-1.22 1.68-1.22s1.45.49 1.68 1.21A3.99 3.99 0 0 0 15.98 16c1.79 0 3.3-1.17 3.81-2.78c.23-.73.92-1.21 1.68-1.21h.04c.76 0 1.45.49 1.68 1.21a3.98 3.98 0 0 0 2.13 2.41c.44-1.13.68-2.35.68-3.63c-.01-5.52-4.48-10-10-10"/><path fill="#fbb8ab" d="M14.31 5.94a1.01 1.01 0 1 0 0-2.02a1.01 1.01 0 0 0 0 2.02m-3.35 1.45a1.01 1.01 0 1 0 0-2.02a1.01 1.01 0 0 0 0 2.02m4.01 1.06a1.01 1.01 0 1 1-2.02 0a1.01 1.01 0 0 1 2.02 0"/><path fill="#00a6ed" d="M25.1 8c.66 0 1.09.69.8 1.28l-4.325 8.91h-1.98L24.3 8.5c.15-.31.47-.5.8-.5"/><path fill="#26eafc" d="m8 18l7.41 11.68a.7.7 0 0 0 1.18 0L24 18z"/></g></svg>
</template>

CSS

.icon-shaved-ice {
  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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ffdea7%22%20d%3D%22m8%2018l-1.32-2.37c.109-.05.196-.332.3-.391c.854-.494%201.28-1.074%201.583-2.029c.23-.74%201.167-1.446%201.928-1.446s1.617.726%201.847%201.446c.51%201.62%201.824%202.597%203.614%202.597s3.105-.987%203.615-2.597c.23-.73%201.143-1.446%201.903-1.446s1.615.726%201.845%201.446c.298.94.87%201.538%201.704%202.029c.116.068.178.335.301.391L24%2018l-.551.244H8.563z%22%2F%3E%3Cpath%20fill%3D%22%23ff6dc6%22%20d%3D%22M16%202C10.48%202%206%206.48%206%2012c0%201.28.24%202.5.68%203.63a4%204%200%200%200%202.13-2.41c.23-.74.92-1.22%201.68-1.22s1.45.49%201.68%201.21A3.99%203.99%200%200%200%2015.98%2016c1.79%200%203.3-1.17%203.81-2.78c.23-.73.92-1.21%201.68-1.21h.04c.76%200%201.45.49%201.68%201.21a3.98%203.98%200%200%200%202.13%202.41c.44-1.13.68-2.35.68-3.63c-.01-5.52-4.48-10-10-10%22%2F%3E%3Cpath%20fill%3D%22%23fbb8ab%22%20d%3D%22M14.31%205.94a1.01%201.01%200%201%200%200-2.02a1.01%201.01%200%200%200%200%202.02m-3.35%201.45a1.01%201.01%200%201%200%200-2.02a1.01%201.01%200%200%200%200%202.02m4.01%201.06a1.01%201.01%200%201%201-2.02%200a1.01%201.01%200%200%201%202.02%200%22%2F%3E%3Cpath%20fill%3D%22%2300a6ed%22%20d%3D%22M25.1%208c.66%200%201.09.69.8%201.28l-4.325%208.91h-1.98L24.3%208.5c.15-.31.47-.5.8-.5%22%2F%3E%3Cpath%20fill%3D%22%2326eafc%22%20d%3D%22m8%2018l7.41%2011.68a.7.7%200%200%200%201.18%200L24%2018z%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ffdea7%22%20d%3D%22m8%2018l-1.32-2.37c.109-.05.196-.332.3-.391c.854-.494%201.28-1.074%201.583-2.029c.23-.74%201.167-1.446%201.928-1.446s1.617.726%201.847%201.446c.51%201.62%201.824%202.597%203.614%202.597s3.105-.987%203.615-2.597c.23-.73%201.143-1.446%201.903-1.446s1.615.726%201.845%201.446c.298.94.87%201.538%201.704%202.029c.116.068.178.335.301.391L24%2018l-.551.244H8.563z%22%2F%3E%3Cpath%20fill%3D%22%23ff6dc6%22%20d%3D%22M16%202C10.48%202%206%206.48%206%2012c0%201.28.24%202.5.68%203.63a4%204%200%200%200%202.13-2.41c.23-.74.92-1.22%201.68-1.22s1.45.49%201.68%201.21A3.99%203.99%200%200%200%2015.98%2016c1.79%200%203.3-1.17%203.81-2.78c.23-.73.92-1.21%201.68-1.21h.04c.76%200%201.45.49%201.68%201.21a3.98%203.98%200%200%200%202.13%202.41c.44-1.13.68-2.35.68-3.63c-.01-5.52-4.48-10-10-10%22%2F%3E%3Cpath%20fill%3D%22%23fbb8ab%22%20d%3D%22M14.31%205.94a1.01%201.01%200%201%200%200-2.02a1.01%201.01%200%200%200%200%202.02m-3.35%201.45a1.01%201.01%200%201%200%200-2.02a1.01%201.01%200%200%200%200%202.02m4.01%201.06a1.01%201.01%200%201%201-2.02%200a1.01%201.01%200%200%201%202.02%200%22%2F%3E%3Cpath%20fill%3D%22%2300a6ed%22%20d%3D%22M25.1%208c.66%200%201.09.69.8%201.28l-4.325%208.91h-1.98L24.3%208.5c.15-.31.47-.5.8-.5%22%2F%3E%3Cpath%20fill%3D%22%2326eafc%22%20d%3D%22m8%2018l7.41%2011.68a.7.7%200%200%200%201.18%200L24%2018z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/shaved-ice.svg?color=%231a73e8&size=48