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

Name
icecream-rounded
Set
Material Symbols
Style
Rounded
Category
Travel
Viewbox
24×24
License
Apache 2.0

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="M3 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 14l-3.775 7.3q-.125.275-.363.4t-.512.125t-.525-.125t-.375-.4L7.35 14q-1.775.075-3.062-1.025T3 10m9.05 8.65l2.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 MaterialSymbolsIcecreamRounded(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="M3 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 14l-3.775 7.3q-.125.275-.363.4t-.512.125t-.525-.125t-.375-.4L7.35 14q-1.775.075-3.062-1.025T3 10m9.05 8.65l2.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="M3 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 14l-3.775 7.3q-.125.275-.363.4t-.512.125t-.525-.125t-.375-.4L7.35 14q-1.775.075-3.062-1.025T3 10m9.05 8.65l2.7-5.25q-.6.3-1.3.45T12 14q-.675 0-1.362-.15T9.3 13.4z"/></svg>
</template>

CSS

.icon-icecream-rounded {
  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%22M3%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%2014l-3.775%207.3q-.125.275-.363.4t-.512.125t-.525-.125t-.375-.4L7.35%2014q-1.775.075-3.062-1.025T3%2010m9.05%208.65l2.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%22M3%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%2014l-3.775%207.3q-.125.275-.363.4t-.512.125t-.525-.125t-.375-.4L7.35%2014q-1.775.075-3.062-1.025T3%2010m9.05%208.65l2.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-rounded.svg?color=%231a73e8&size=48