shaved ice icon
shaved-ice from Material Symbols Light by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- shaved-ice
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
Use the shaved ice icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.279 20.006q-1.158 0-2.038-.715q-.88-.716-1.241-1.83l-1-3.153h16l-1.02 3.154q-.366 1.113-1.253 1.829q-.887.715-2.025.715zm-2.31-8.083q.175-.586.46-1.107q.285-.52.71-.962q-.208-.237-.318-.552t-.11-.665q0-1.27.896-2.155t2.178-1.066q.361-.61.936-1.013T12 4q.685 0 1.263.403t.939 1.013q1.057.144 1.868.789q.81.645 1.063 1.591l1.802-2.802l.834.537l-2.861 4.444q.363.437.639.927t.464 1.021zm3.07-2.352L12 8.592l2.937.98q.505.176.929-.124q.423-.3.423-.812q0-.84-.581-1.461t-1.422-.74l-.705-.093l-.366-.644q-.182-.327-.513-.522T12 4.981q-.39 0-.724.195t-.517.522l-.359.644l-.711.093q-.86.119-1.428.74t-.569 1.462q0 .511.42.811t.927.123"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightShavedIce(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.279 20.006q-1.158 0-2.038-.715q-.88-.716-1.241-1.83l-1-3.153h16l-1.02 3.154q-.366 1.113-1.253 1.829q-.887.715-2.025.715zm-2.31-8.083q.175-.586.46-1.107q.285-.52.71-.962q-.208-.237-.318-.552t-.11-.665q0-1.27.896-2.155t2.178-1.066q.361-.61.936-1.013T12 4q.685 0 1.263.403t.939 1.013q1.057.144 1.868.789q.81.645 1.063 1.591l1.802-2.802l.834.537l-2.861 4.444q.363.437.639.927t.464 1.021zm3.07-2.352L12 8.592l2.937.98q.505.176.929-.124q.423-.3.423-.812q0-.84-.581-1.461t-1.422-.74l-.705-.093l-.366-.644q-.182-.327-.513-.522T12 4.981q-.39 0-.724.195t-.517.522l-.359.644l-.711.093q-.86.119-1.428.74t-.569 1.462q0 .511.42.811t.927.123"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.279 20.006q-1.158 0-2.038-.715q-.88-.716-1.241-1.83l-1-3.153h16l-1.02 3.154q-.366 1.113-1.253 1.829q-.887.715-2.025.715zm-2.31-8.083q.175-.586.46-1.107q.285-.52.71-.962q-.208-.237-.318-.552t-.11-.665q0-1.27.896-2.155t2.178-1.066q.361-.61.936-1.013T12 4q.685 0 1.263.403t.939 1.013q1.057.144 1.868.789q.81.645 1.063 1.591l1.802-2.802l.834.537l-2.861 4.444q.363.437.639.927t.464 1.021zm3.07-2.352L12 8.592l2.937.98q.505.176.929-.124q.423-.3.423-.812q0-.84-.581-1.461t-1.422-.74l-.705-.093l-.366-.644q-.182-.327-.513-.522T12 4.981q-.39 0-.724.195t-.517.522l-.359.644l-.711.093q-.86.119-1.428.74t-.569 1.462q0 .511.42.811t.927.123"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.279%2020.006q-1.158%200-2.038-.715q-.88-.716-1.241-1.83l-1-3.153h16l-1.02%203.154q-.366%201.113-1.253%201.829q-.887.715-2.025.715zm-2.31-8.083q.175-.586.46-1.107q.285-.52.71-.962q-.208-.237-.318-.552t-.11-.665q0-1.27.896-2.155t2.178-1.066q.361-.61.936-1.013T12%204q.685%200%201.263.403t.939%201.013q1.057.144%201.868.789q.81.645%201.063%201.591l1.802-2.802l.834.537l-2.861%204.444q.363.437.639.927t.464%201.021zm3.07-2.352L12%208.592l2.937.98q.505.176.929-.124q.423-.3.423-.812q0-.84-.581-1.461t-1.422-.74l-.705-.093l-.366-.644q-.182-.327-.513-.522T12%204.981q-.39%200-.724.195t-.517.522l-.359.644l-.711.093q-.86.119-1.428.74t-.569%201.462q0%20.511.42.811t.927.123%22%2F%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.279%2020.006q-1.158%200-2.038-.715q-.88-.716-1.241-1.83l-1-3.153h16l-1.02%203.154q-.366%201.113-1.253%201.829q-.887.715-2.025.715zm-2.31-8.083q.175-.586.46-1.107q.285-.52.71-.962q-.208-.237-.318-.552t-.11-.665q0-1.27.896-2.155t2.178-1.066q.361-.61.936-1.013T12%204q.685%200%201.263.403t.939%201.013q1.057.144%201.868.789q.81.645%201.063%201.591l1.802-2.802l.834.537l-2.861%204.444q.363.437.639.927t.464%201.021zm3.07-2.352L12%208.592l2.937.98q.505.176.929-.124q.423-.3.423-.812q0-.84-.581-1.461t-1.422-.74l-.705-.093l-.366-.644q-.182-.327-.513-.522T12%204.981q-.39%200-.724.195t-.517.522l-.359.644l-.711.093q-.86.119-1.428.74t-.569%201.462q0%20.511.42.811t.927.123%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/shaved-ice.svg?color=%231a73e8&size=48