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

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

The same emoji in other sets

More food & drink icons from Fluent Emoji High Contrast

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="currentColor"><path d="M15.32 5.93a1.01 1.01 0 1 1-2.02 0a1.01 1.01 0 0 1 2.02 0m-3.35 1.45a1.01 1.01 0 1 1-2.02 0a1.01 1.01 0 0 1 2.02 0m1.99 3.08a1.01 1.01 0 1 0 0-2.02a1.01 1.01 0 0 0 0 2.02"/><path d="M16 1a11 11 0 0 1 10.249 14.993l-.058.124l-1.32 2.37l-7.439 11.73a1.7 1.7 0 0 1-2.869-.009L7.16 18.542L5.75 16A11 11 0 0 1 16 1m-.02 16a4.97 4.97 0 0 1-4.764-3.49a.76.76 0 0 0-.726-.51a.75.75 0 0 0-.725.517a5 5 0 0 1-1.744 2.465l.853 1.532l.308.486h7.505L21.3 8.5a.9.9 0 0 1 .8-.5c.66 0 1.09.69.8 1.28L18.667 18h4.148l.34-.536l.821-1.475a4.97 4.97 0 0 1-1.744-2.465a.8.8 0 0 0-.154-.261l.89-1.832a2.8 2.8 0 0 1 1.175 1.484a3 3 0 0 0 .63 1.1a9 9 0 1 0-17.546 0c.286-.315.5-.688.63-1.093A2.74 2.74 0 0 1 10.49 11a2.78 2.78 0 0 1 2.633 1.906a3 3 0 0 0 4.025 1.855L16.06 17z"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastShavedIce(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M15.32 5.93a1.01 1.01 0 1 1-2.02 0a1.01 1.01 0 0 1 2.02 0m-3.35 1.45a1.01 1.01 0 1 1-2.02 0a1.01 1.01 0 0 1 2.02 0m1.99 3.08a1.01 1.01 0 1 0 0-2.02a1.01 1.01 0 0 0 0 2.02"/><path d="M16 1a11 11 0 0 1 10.249 14.993l-.058.124l-1.32 2.37l-7.439 11.73a1.7 1.7 0 0 1-2.869-.009L7.16 18.542L5.75 16A11 11 0 0 1 16 1m-.02 16a4.97 4.97 0 0 1-4.764-3.49a.76.76 0 0 0-.726-.51a.75.75 0 0 0-.725.517a5 5 0 0 1-1.744 2.465l.853 1.532l.308.486h7.505L21.3 8.5a.9.9 0 0 1 .8-.5c.66 0 1.09.69.8 1.28L18.667 18h4.148l.34-.536l.821-1.475a4.97 4.97 0 0 1-1.744-2.465a.8.8 0 0 0-.154-.261l.89-1.832a2.8 2.8 0 0 1 1.175 1.484a3 3 0 0 0 .63 1.1a9 9 0 1 0-17.546 0c.286-.315.5-.688.63-1.093A2.74 2.74 0 0 1 10.49 11a2.78 2.78 0 0 1 2.633 1.906a3 3 0 0 0 4.025 1.855L16.06 17z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M15.32 5.93a1.01 1.01 0 1 1-2.02 0a1.01 1.01 0 0 1 2.02 0m-3.35 1.45a1.01 1.01 0 1 1-2.02 0a1.01 1.01 0 0 1 2.02 0m1.99 3.08a1.01 1.01 0 1 0 0-2.02a1.01 1.01 0 0 0 0 2.02"/><path d="M16 1a11 11 0 0 1 10.249 14.993l-.058.124l-1.32 2.37l-7.439 11.73a1.7 1.7 0 0 1-2.869-.009L7.16 18.542L5.75 16A11 11 0 0 1 16 1m-.02 16a4.97 4.97 0 0 1-4.764-3.49a.76.76 0 0 0-.726-.51a.75.75 0 0 0-.725.517a5 5 0 0 1-1.744 2.465l.853 1.532l.308.486h7.505L21.3 8.5a.9.9 0 0 1 .8-.5c.66 0 1.09.69.8 1.28L18.667 18h4.148l.34-.536l.821-1.475a4.97 4.97 0 0 1-1.744-2.465a.8.8 0 0 0-.154-.261l.89-1.832a2.8 2.8 0 0 1 1.175 1.484a3 3 0 0 0 .63 1.1a9 9 0 1 0-17.546 0c.286-.315.5-.688.63-1.093A2.74 2.74 0 0 1 10.49 11a2.78 2.78 0 0 1 2.633 1.906a3 3 0 0 0 4.025 1.855L16.06 17z"/></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%22currentColor%22%3E%3Cpath%20d%3D%22M15.32%205.93a1.01%201.01%200%201%201-2.02%200a1.01%201.01%200%200%201%202.02%200m-3.35%201.45a1.01%201.01%200%201%201-2.02%200a1.01%201.01%200%200%201%202.02%200m1.99%203.08a1.01%201.01%200%201%200%200-2.02a1.01%201.01%200%200%200%200%202.02%22%2F%3E%3Cpath%20d%3D%22M16%201a11%2011%200%200%201%2010.249%2014.993l-.058.124l-1.32%202.37l-7.439%2011.73a1.7%201.7%200%200%201-2.869-.009L7.16%2018.542L5.75%2016A11%2011%200%200%201%2016%201m-.02%2016a4.97%204.97%200%200%201-4.764-3.49a.76.76%200%200%200-.726-.51a.75.75%200%200%200-.725.517a5%205%200%200%201-1.744%202.465l.853%201.532l.308.486h7.505L21.3%208.5a.9.9%200%200%201%20.8-.5c.66%200%201.09.69.8%201.28L18.667%2018h4.148l.34-.536l.821-1.475a4.97%204.97%200%200%201-1.744-2.465a.8.8%200%200%200-.154-.261l.89-1.832a2.8%202.8%200%200%201%201.175%201.484a3%203%200%200%200%20.63%201.1a9%209%200%201%200-17.546%200c.286-.315.5-.688.63-1.093A2.74%202.74%200%200%201%2010.49%2011a2.78%202.78%200%200%201%202.633%201.906a3%203%200%200%200%204.025%201.855L16.06%2017z%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%22currentColor%22%3E%3Cpath%20d%3D%22M15.32%205.93a1.01%201.01%200%201%201-2.02%200a1.01%201.01%200%200%201%202.02%200m-3.35%201.45a1.01%201.01%200%201%201-2.02%200a1.01%201.01%200%200%201%202.02%200m1.99%203.08a1.01%201.01%200%201%200%200-2.02a1.01%201.01%200%200%200%200%202.02%22%2F%3E%3Cpath%20d%3D%22M16%201a11%2011%200%200%201%2010.249%2014.993l-.058.124l-1.32%202.37l-7.439%2011.73a1.7%201.7%200%200%201-2.869-.009L7.16%2018.542L5.75%2016A11%2011%200%200%201%2016%201m-.02%2016a4.97%204.97%200%200%201-4.764-3.49a.76.76%200%200%200-.726-.51a.75.75%200%200%200-.725.517a5%205%200%200%201-1.744%202.465l.853%201.532l.308.486h7.505L21.3%208.5a.9.9%200%200%201%20.8-.5c.66%200%201.09.69.8%201.28L18.667%2018h4.148l.34-.536l.821-1.475a4.97%204.97%200%200%201-1.744-2.465a.8.8%200%200%200-.154-.261l.89-1.832a2.8%202.8%200%200%201%201.175%201.484a3%203%200%200%200%20.63%201.1a9%209%200%201%200-17.546%200c.286-.315.5-.688.63-1.093A2.74%202.74%200%200%201%2010.49%2011a2.78%202.78%200%200%201%202.633%201.906a3%203%200%200%200%204.025%201.855L16.06%2017z%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-high-contrast/shaved-ice.svg?color=%231a73e8&size=48