icecream from Material Symbols by Google · Regular · Travel · Apache-2.0 Free for personal and commercial use.

Name
icecream
Set
Material Symbols
Style
Regular
Category
Travel
Viewbox
24×24
License
Apache 2.0
Aliases
icecream-sharp

3 other variants in Material Symbols

The same icon in other sets

More travel icons from Material Symbols

Use the icecream icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.05 23l-4.7-9q-1.775.075-3.062-1.025T3 10q0-1.275.738-2.3T5.6 6.25q.45-2.275 2.238-3.763T12 1t4.163 1.488T18.4 6.25q1.125.425 1.863 1.45T21 10q0 1.875-1.325 2.975T16.7 14zm0-4.35l2.7-5.25q-.6.3-1.3.45T12 14q-.675 0-1.362-.15T9.3 13.4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsIcecream(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="m12.05 23l-4.7-9q-1.775.075-3.062-1.025T3 10q0-1.275.738-2.3T5.6 6.25q.45-2.275 2.238-3.763T12 1t4.163 1.488T18.4 6.25q1.125.425 1.863 1.45T21 10q0 1.875-1.325 2.975T16.7 14zm0-4.35l2.7-5.25q-.6.3-1.3.45T12 14q-.675 0-1.362-.15T9.3 13.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.05 23l-4.7-9q-1.775.075-3.062-1.025T3 10q0-1.275.738-2.3T5.6 6.25q.45-2.275 2.238-3.763T12 1t4.163 1.488T18.4 6.25q1.125.425 1.863 1.45T21 10q0 1.875-1.325 2.975T16.7 14zm0-4.35l2.7-5.25q-.6.3-1.3.45T12 14q-.675 0-1.362-.15T9.3 13.4z"/></svg>
</template>

CSS

.icon-icecream {
  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%22m12.05%2023l-4.7-9q-1.775.075-3.062-1.025T3%2010q0-1.275.738-2.3T5.6%206.25q.45-2.275%202.238-3.763T12%201t4.163%201.488T18.4%206.25q1.125.425%201.863%201.45T21%2010q0%201.875-1.325%202.975T16.7%2014zm0-4.35l2.7-5.25q-.6.3-1.3.45T12%2014q-.675%200-1.362-.15T9.3%2013.4z%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%22m12.05%2023l-4.7-9q-1.775.075-3.062-1.025T3%2010q0-1.275.738-2.3T5.6%206.25q.45-2.275%202.238-3.763T12%201t4.163%201.488T18.4%206.25q1.125.425%201.863%201.45T21%2010q0%201.875-1.325%202.975T16.7%2014zm0-4.35l2.7-5.25q-.6.3-1.3.45T12%2014q-.675%200-1.362-.15T9.3%2013.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/icecream.svg?color=%231a73e8&size=48