ice emoji
ice from Fluent Emoji Flat by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.
- Name
- 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 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="#00a6ed" d="m14.703 11.776l14.342-5.404A1.5 1.5 0 0 1 30 7.769V23.58a2 2 0 0 1-1.311 1.878l-11.311 4.15a4 4 0 0 1-2.465.094a.937.937 0 0 0 1.087-.927v-15.06c0-.85-.514-1.618-1.297-1.939M6.19 11.1a.7.7 0 0 0-.641.242l-1.436 1.673l-.056.056l-.016.02c-.367.456-.571 1.038-.571 1.694c0 1.501 1.124 2.91 2.578 3.124c.043.008.083.012.103.014h.004l.025.003h.003l.031.006l.033.002c1.364.09 2.436-.95 2.522-2.336a3.14 3.14 0 0 0-.462-1.853l-.005-.008q-.115-.179-.22-.325l-.001-.002l-1.36-1.969l-.004-.006a.8.8 0 0 0-.526-.335m5.289 7.415c0-.858.675-1.571 1.576-1.445c.842.107 1.444.91 1.444 1.725c0 .87-.684 1.558-1.572 1.446h-.009c-.83-.12-1.439-.901-1.439-1.726M8.806 21.84c-.9-.126-1.576.587-1.576 1.445c0 .825.61 1.607 1.44 1.725c.903.13 1.58-.585 1.58-1.445c0-.827-.604-1.618-1.444-1.725"/><path fill="#0074ba" d="M2 7.762a1.5 1.5 0 0 1 .94-1.392a.63.63 0 0 0-.077 1.063l8.003 1.298l3.757 3.014c.828.3 1.377 1.09 1.377 1.97v15.06a.934.934 0 0 1-1.257.88l-11.575-4.24A1.77 1.77 0 0 1 2 23.745zm3.93 3.903l-1.45 1.69l-.05.05c-.29.36-.46.83-.46 1.38c0 1.28.97 2.46 2.16 2.63q.038.007.075.01q.038.003.075.01c1.06.07 1.92-.73 1.99-1.87c.04-.56-.11-1.1-.39-1.56c-.07-.11-.14-.21-.21-.31l-1.36-1.97a.3.3 0 0 0-.19-.13a.2.2 0 0 0-.19.07m1.8 11.62c0 .6.45 1.15 1.01 1.23s1.01-.35 1.01-.95c0-.61-.45-1.16-1.01-1.23c-.56-.08-1.01.35-1.01.95m5.26-5.72c-.56-.08-1.01.35-1.01.95s.45 1.15 1.01 1.23c.56.07 1.01-.35 1.01-.95s-.45-1.16-1.01-1.23"/><path fill="#83cbff" d="m17.28 11.775l11.7-4.26c.55-.2.55-.98 0-1.17l-11.7-4.26c-.83-.3-1.74-.3-2.57 0L3.02 6.335c-.55.2-.55.98 0 1.18l11.69 4.26c.83.3 1.74.3 2.57 0m3.35 1.64c.07-.01.13.01.18.07l1.33 1.55c.01.01.02.02.02.03l.01.02c.27.33.42.76.42 1.26c0 1.18-.89 2.26-1.98 2.41c-.05.01-.09.01-.14.01c-.97.06-1.76-.67-1.83-1.71c-.03-.51.1-1.01.35-1.43c.06-.1.12-.19.19-.28l1.25-1.81c.07-.07.14-.11.2-.12m6.11 6.34c.56-.08 1.01.35 1.01.95s-.45 1.15-1.01 1.23s-1.01-.35-1.01-.95s.45-1.15 1.01-1.23"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatIce(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="#00a6ed" d="m14.703 11.776l14.342-5.404A1.5 1.5 0 0 1 30 7.769V23.58a2 2 0 0 1-1.311 1.878l-11.311 4.15a4 4 0 0 1-2.465.094a.937.937 0 0 0 1.087-.927v-15.06c0-.85-.514-1.618-1.297-1.939M6.19 11.1a.7.7 0 0 0-.641.242l-1.436 1.673l-.056.056l-.016.02c-.367.456-.571 1.038-.571 1.694c0 1.501 1.124 2.91 2.578 3.124c.043.008.083.012.103.014h.004l.025.003h.003l.031.006l.033.002c1.364.09 2.436-.95 2.522-2.336a3.14 3.14 0 0 0-.462-1.853l-.005-.008q-.115-.179-.22-.325l-.001-.002l-1.36-1.969l-.004-.006a.8.8 0 0 0-.526-.335m5.289 7.415c0-.858.675-1.571 1.576-1.445c.842.107 1.444.91 1.444 1.725c0 .87-.684 1.558-1.572 1.446h-.009c-.83-.12-1.439-.901-1.439-1.726M8.806 21.84c-.9-.126-1.576.587-1.576 1.445c0 .825.61 1.607 1.44 1.725c.903.13 1.58-.585 1.58-1.445c0-.827-.604-1.618-1.444-1.725"/><path fill="#0074ba" d="M2 7.762a1.5 1.5 0 0 1 .94-1.392a.63.63 0 0 0-.077 1.063l8.003 1.298l3.757 3.014c.828.3 1.377 1.09 1.377 1.97v15.06a.934.934 0 0 1-1.257.88l-11.575-4.24A1.77 1.77 0 0 1 2 23.745zm3.93 3.903l-1.45 1.69l-.05.05c-.29.36-.46.83-.46 1.38c0 1.28.97 2.46 2.16 2.63q.038.007.075.01q.038.003.075.01c1.06.07 1.92-.73 1.99-1.87c.04-.56-.11-1.1-.39-1.56c-.07-.11-.14-.21-.21-.31l-1.36-1.97a.3.3 0 0 0-.19-.13a.2.2 0 0 0-.19.07m1.8 11.62c0 .6.45 1.15 1.01 1.23s1.01-.35 1.01-.95c0-.61-.45-1.16-1.01-1.23c-.56-.08-1.01.35-1.01.95m5.26-5.72c-.56-.08-1.01.35-1.01.95s.45 1.15 1.01 1.23c.56.07 1.01-.35 1.01-.95s-.45-1.16-1.01-1.23"/><path fill="#83cbff" d="m17.28 11.775l11.7-4.26c.55-.2.55-.98 0-1.17l-11.7-4.26c-.83-.3-1.74-.3-2.57 0L3.02 6.335c-.55.2-.55.98 0 1.18l11.69 4.26c.83.3 1.74.3 2.57 0m3.35 1.64c.07-.01.13.01.18.07l1.33 1.55c.01.01.02.02.02.03l.01.02c.27.33.42.76.42 1.26c0 1.18-.89 2.26-1.98 2.41c-.05.01-.09.01-.14.01c-.97.06-1.76-.67-1.83-1.71c-.03-.51.1-1.01.35-1.43c.06-.1.12-.19.19-.28l1.25-1.81c.07-.07.14-.11.2-.12m6.11 6.34c.56-.08 1.01.35 1.01.95s-.45 1.15-1.01 1.23s-1.01-.35-1.01-.95s.45-1.15 1.01-1.23"/></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="#00a6ed" d="m14.703 11.776l14.342-5.404A1.5 1.5 0 0 1 30 7.769V23.58a2 2 0 0 1-1.311 1.878l-11.311 4.15a4 4 0 0 1-2.465.094a.937.937 0 0 0 1.087-.927v-15.06c0-.85-.514-1.618-1.297-1.939M6.19 11.1a.7.7 0 0 0-.641.242l-1.436 1.673l-.056.056l-.016.02c-.367.456-.571 1.038-.571 1.694c0 1.501 1.124 2.91 2.578 3.124c.043.008.083.012.103.014h.004l.025.003h.003l.031.006l.033.002c1.364.09 2.436-.95 2.522-2.336a3.14 3.14 0 0 0-.462-1.853l-.005-.008q-.115-.179-.22-.325l-.001-.002l-1.36-1.969l-.004-.006a.8.8 0 0 0-.526-.335m5.289 7.415c0-.858.675-1.571 1.576-1.445c.842.107 1.444.91 1.444 1.725c0 .87-.684 1.558-1.572 1.446h-.009c-.83-.12-1.439-.901-1.439-1.726M8.806 21.84c-.9-.126-1.576.587-1.576 1.445c0 .825.61 1.607 1.44 1.725c.903.13 1.58-.585 1.58-1.445c0-.827-.604-1.618-1.444-1.725"/><path fill="#0074ba" d="M2 7.762a1.5 1.5 0 0 1 .94-1.392a.63.63 0 0 0-.077 1.063l8.003 1.298l3.757 3.014c.828.3 1.377 1.09 1.377 1.97v15.06a.934.934 0 0 1-1.257.88l-11.575-4.24A1.77 1.77 0 0 1 2 23.745zm3.93 3.903l-1.45 1.69l-.05.05c-.29.36-.46.83-.46 1.38c0 1.28.97 2.46 2.16 2.63q.038.007.075.01q.038.003.075.01c1.06.07 1.92-.73 1.99-1.87c.04-.56-.11-1.1-.39-1.56c-.07-.11-.14-.21-.21-.31l-1.36-1.97a.3.3 0 0 0-.19-.13a.2.2 0 0 0-.19.07m1.8 11.62c0 .6.45 1.15 1.01 1.23s1.01-.35 1.01-.95c0-.61-.45-1.16-1.01-1.23c-.56-.08-1.01.35-1.01.95m5.26-5.72c-.56-.08-1.01.35-1.01.95s.45 1.15 1.01 1.23c.56.07 1.01-.35 1.01-.95s-.45-1.16-1.01-1.23"/><path fill="#83cbff" d="m17.28 11.775l11.7-4.26c.55-.2.55-.98 0-1.17l-11.7-4.26c-.83-.3-1.74-.3-2.57 0L3.02 6.335c-.55.2-.55.98 0 1.18l11.69 4.26c.83.3 1.74.3 2.57 0m3.35 1.64c.07-.01.13.01.18.07l1.33 1.55c.01.01.02.02.02.03l.01.02c.27.33.42.76.42 1.26c0 1.18-.89 2.26-1.98 2.41c-.05.01-.09.01-.14.01c-.97.06-1.76-.67-1.83-1.71c-.03-.51.1-1.01.35-1.43c.06-.1.12-.19.19-.28l1.25-1.81c.07-.07.14-.11.2-.12m6.11 6.34c.56-.08 1.01.35 1.01.95s-.45 1.15-1.01 1.23s-1.01-.35-1.01-.95s.45-1.15 1.01-1.23"/></g></svg> </template>
CSS
.icon-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%2300a6ed%22%20d%3D%22m14.703%2011.776l14.342-5.404A1.5%201.5%200%200%201%2030%207.769V23.58a2%202%200%200%201-1.311%201.878l-11.311%204.15a4%204%200%200%201-2.465.094a.937.937%200%200%200%201.087-.927v-15.06c0-.85-.514-1.618-1.297-1.939M6.19%2011.1a.7.7%200%200%200-.641.242l-1.436%201.673l-.056.056l-.016.02c-.367.456-.571%201.038-.571%201.694c0%201.501%201.124%202.91%202.578%203.124c.043.008.083.012.103.014h.004l.025.003h.003l.031.006l.033.002c1.364.09%202.436-.95%202.522-2.336a3.14%203.14%200%200%200-.462-1.853l-.005-.008q-.115-.179-.22-.325l-.001-.002l-1.36-1.969l-.004-.006a.8.8%200%200%200-.526-.335m5.289%207.415c0-.858.675-1.571%201.576-1.445c.842.107%201.444.91%201.444%201.725c0%20.87-.684%201.558-1.572%201.446h-.009c-.83-.12-1.439-.901-1.439-1.726M8.806%2021.84c-.9-.126-1.576.587-1.576%201.445c0%20.825.61%201.607%201.44%201.725c.903.13%201.58-.585%201.58-1.445c0-.827-.604-1.618-1.444-1.725%22%2F%3E%3Cpath%20fill%3D%22%230074ba%22%20d%3D%22M2%207.762a1.5%201.5%200%200%201%20.94-1.392a.63.63%200%200%200-.077%201.063l8.003%201.298l3.757%203.014c.828.3%201.377%201.09%201.377%201.97v15.06a.934.934%200%200%201-1.257.88l-11.575-4.24A1.77%201.77%200%200%201%202%2023.745zm3.93%203.903l-1.45%201.69l-.05.05c-.29.36-.46.83-.46%201.38c0%201.28.97%202.46%202.16%202.63q.038.007.075.01q.038.003.075.01c1.06.07%201.92-.73%201.99-1.87c.04-.56-.11-1.1-.39-1.56c-.07-.11-.14-.21-.21-.31l-1.36-1.97a.3.3%200%200%200-.19-.13a.2.2%200%200%200-.19.07m1.8%2011.62c0%20.6.45%201.15%201.01%201.23s1.01-.35%201.01-.95c0-.61-.45-1.16-1.01-1.23c-.56-.08-1.01.35-1.01.95m5.26-5.72c-.56-.08-1.01.35-1.01.95s.45%201.15%201.01%201.23c.56.07%201.01-.35%201.01-.95s-.45-1.16-1.01-1.23%22%2F%3E%3Cpath%20fill%3D%22%2383cbff%22%20d%3D%22m17.28%2011.775l11.7-4.26c.55-.2.55-.98%200-1.17l-11.7-4.26c-.83-.3-1.74-.3-2.57%200L3.02%206.335c-.55.2-.55.98%200%201.18l11.69%204.26c.83.3%201.74.3%202.57%200m3.35%201.64c.07-.01.13.01.18.07l1.33%201.55c.01.01.02.02.02.03l.01.02c.27.33.42.76.42%201.26c0%201.18-.89%202.26-1.98%202.41c-.05.01-.09.01-.14.01c-.97.06-1.76-.67-1.83-1.71c-.03-.51.1-1.01.35-1.43c.06-.1.12-.19.19-.28l1.25-1.81c.07-.07.14-.11.2-.12m6.11%206.34c.56-.08%201.01.35%201.01.95s-.45%201.15-1.01%201.23s-1.01-.35-1.01-.95s.45-1.15%201.01-1.23%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%2300a6ed%22%20d%3D%22m14.703%2011.776l14.342-5.404A1.5%201.5%200%200%201%2030%207.769V23.58a2%202%200%200%201-1.311%201.878l-11.311%204.15a4%204%200%200%201-2.465.094a.937.937%200%200%200%201.087-.927v-15.06c0-.85-.514-1.618-1.297-1.939M6.19%2011.1a.7.7%200%200%200-.641.242l-1.436%201.673l-.056.056l-.016.02c-.367.456-.571%201.038-.571%201.694c0%201.501%201.124%202.91%202.578%203.124c.043.008.083.012.103.014h.004l.025.003h.003l.031.006l.033.002c1.364.09%202.436-.95%202.522-2.336a3.14%203.14%200%200%200-.462-1.853l-.005-.008q-.115-.179-.22-.325l-.001-.002l-1.36-1.969l-.004-.006a.8.8%200%200%200-.526-.335m5.289%207.415c0-.858.675-1.571%201.576-1.445c.842.107%201.444.91%201.444%201.725c0%20.87-.684%201.558-1.572%201.446h-.009c-.83-.12-1.439-.901-1.439-1.726M8.806%2021.84c-.9-.126-1.576.587-1.576%201.445c0%20.825.61%201.607%201.44%201.725c.903.13%201.58-.585%201.58-1.445c0-.827-.604-1.618-1.444-1.725%22%2F%3E%3Cpath%20fill%3D%22%230074ba%22%20d%3D%22M2%207.762a1.5%201.5%200%200%201%20.94-1.392a.63.63%200%200%200-.077%201.063l8.003%201.298l3.757%203.014c.828.3%201.377%201.09%201.377%201.97v15.06a.934.934%200%200%201-1.257.88l-11.575-4.24A1.77%201.77%200%200%201%202%2023.745zm3.93%203.903l-1.45%201.69l-.05.05c-.29.36-.46.83-.46%201.38c0%201.28.97%202.46%202.16%202.63q.038.007.075.01q.038.003.075.01c1.06.07%201.92-.73%201.99-1.87c.04-.56-.11-1.1-.39-1.56c-.07-.11-.14-.21-.21-.31l-1.36-1.97a.3.3%200%200%200-.19-.13a.2.2%200%200%200-.19.07m1.8%2011.62c0%20.6.45%201.15%201.01%201.23s1.01-.35%201.01-.95c0-.61-.45-1.16-1.01-1.23c-.56-.08-1.01.35-1.01.95m5.26-5.72c-.56-.08-1.01.35-1.01.95s.45%201.15%201.01%201.23c.56.07%201.01-.35%201.01-.95s-.45-1.16-1.01-1.23%22%2F%3E%3Cpath%20fill%3D%22%2383cbff%22%20d%3D%22m17.28%2011.775l11.7-4.26c.55-.2.55-.98%200-1.17l-11.7-4.26c-.83-.3-1.74-.3-2.57%200L3.02%206.335c-.55.2-.55.98%200%201.18l11.69%204.26c.83.3%201.74.3%202.57%200m3.35%201.64c.07-.01.13.01.18.07l1.33%201.55c.01.01.02.02.02.03l.01.02c.27.33.42.76.42%201.26c0%201.18-.89%202.26-1.98%202.41c-.05.01-.09.01-.14.01c-.97.06-1.76-.67-1.83-1.71c-.03-.51.1-1.01.35-1.43c.06-.1.12-.19.19-.28l1.25-1.81c.07-.07.14-.11.2-.12m6.11%206.34c.56-.08%201.01.35%201.01.95s-.45%201.15-1.01%201.23s-1.01-.35-1.01-.95s.45-1.15%201.01-1.23%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/ice.svg?color=%231a73e8&size=48