twotone icecream icon

twotone-icecream from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.

Name
twotone-icecream
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0

More maps icons from Google Material Icons

Use the twotone icecream icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.32 13.42l2.73 5.21l2.67-5.23a6.47 6.47 0 0 1-5.4.02m7.99-5.4l-.77-.12l-.06-.78C16.29 4.8 14.34 3 12 3S7.71 4.8 7.51 7.12l-.06.78l-.77.13A1.999 1.999 0 0 0 7 12c.52 0 1.01-.21 1.39-.56l.56-.54l.66.41a4.52 4.52 0 0 0 4.78.01l.66-.42l.56.54c.38.36.87.56 1.39.56c1.1 0 2-.9 2-2c0-.99-.72-1.82-1.69-1.98" opacity=".3"/><path fill="currentColor" d="M18.38 6.24C17.79 3.24 15.14 1 12 1S6.21 3.24 5.62 6.24A4.01 4.01 0 0 0 3 10c0 2.21 1.79 4 4 4c.12 0 .23-.02.34-.02L12.07 23l4.61-9.03c.11.01.21.03.32.03c2.21 0 4-1.79 4-4c0-1.71-1.08-3.19-2.62-3.76m-6.33 12.39l-2.73-5.21a6.47 6.47 0 0 0 5.4-.02zM17 12c-.52 0-1.01-.2-1.39-.56l-.56-.54l-.66.42a4.52 4.52 0 0 1-4.78-.01l-.66-.41l-.56.54c-.38.35-.87.56-1.39.56a1.999 1.999 0 0 1-.32-3.97l.77-.13l.06-.78C7.71 4.8 9.66 3 12 3s4.29 1.8 4.48 4.12l.06.78l.77.12c.97.16 1.69.99 1.69 1.98c0 1.1-.9 2-2 2"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneIcecream(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="m9.32 13.42l2.73 5.21l2.67-5.23a6.47 6.47 0 0 1-5.4.02m7.99-5.4l-.77-.12l-.06-.78C16.29 4.8 14.34 3 12 3S7.71 4.8 7.51 7.12l-.06.78l-.77.13A1.999 1.999 0 0 0 7 12c.52 0 1.01-.21 1.39-.56l.56-.54l.66.41a4.52 4.52 0 0 0 4.78.01l.66-.42l.56.54c.38.36.87.56 1.39.56c1.1 0 2-.9 2-2c0-.99-.72-1.82-1.69-1.98" opacity=".3"/><path fill="currentColor" d="M18.38 6.24C17.79 3.24 15.14 1 12 1S6.21 3.24 5.62 6.24A4.01 4.01 0 0 0 3 10c0 2.21 1.79 4 4 4c.12 0 .23-.02.34-.02L12.07 23l4.61-9.03c.11.01.21.03.32.03c2.21 0 4-1.79 4-4c0-1.71-1.08-3.19-2.62-3.76m-6.33 12.39l-2.73-5.21a6.47 6.47 0 0 0 5.4-.02zM17 12c-.52 0-1.01-.2-1.39-.56l-.56-.54l-.66.42a4.52 4.52 0 0 1-4.78-.01l-.66-.41l-.56.54c-.38.35-.87.56-1.39.56a1.999 1.999 0 0 1-.32-3.97l.77-.13l.06-.78C7.71 4.8 9.66 3 12 3s4.29 1.8 4.48 4.12l.06.78l.77.12c.97.16 1.69.99 1.69 1.98c0 1.1-.9 2-2 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.32 13.42l2.73 5.21l2.67-5.23a6.47 6.47 0 0 1-5.4.02m7.99-5.4l-.77-.12l-.06-.78C16.29 4.8 14.34 3 12 3S7.71 4.8 7.51 7.12l-.06.78l-.77.13A1.999 1.999 0 0 0 7 12c.52 0 1.01-.21 1.39-.56l.56-.54l.66.41a4.52 4.52 0 0 0 4.78.01l.66-.42l.56.54c.38.36.87.56 1.39.56c1.1 0 2-.9 2-2c0-.99-.72-1.82-1.69-1.98" opacity=".3"/><path fill="currentColor" d="M18.38 6.24C17.79 3.24 15.14 1 12 1S6.21 3.24 5.62 6.24A4.01 4.01 0 0 0 3 10c0 2.21 1.79 4 4 4c.12 0 .23-.02.34-.02L12.07 23l4.61-9.03c.11.01.21.03.32.03c2.21 0 4-1.79 4-4c0-1.71-1.08-3.19-2.62-3.76m-6.33 12.39l-2.73-5.21a6.47 6.47 0 0 0 5.4-.02zM17 12c-.52 0-1.01-.2-1.39-.56l-.56-.54l-.66.42a4.52 4.52 0 0 1-4.78-.01l-.66-.41l-.56.54c-.38.35-.87.56-1.39.56a1.999 1.999 0 0 1-.32-3.97l.77-.13l.06-.78C7.71 4.8 9.66 3 12 3s4.29 1.8 4.48 4.12l.06.78l.77.12c.97.16 1.69.99 1.69 1.98c0 1.1-.9 2-2 2"/></svg>
</template>

CSS

.icon-twotone-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%22m9.32%2013.42l2.73%205.21l2.67-5.23a6.47%206.47%200%200%201-5.4.02m7.99-5.4l-.77-.12l-.06-.78C16.29%204.8%2014.34%203%2012%203S7.71%204.8%207.51%207.12l-.06.78l-.77.13A1.999%201.999%200%200%200%207%2012c.52%200%201.01-.21%201.39-.56l.56-.54l.66.41a4.52%204.52%200%200%200%204.78.01l.66-.42l.56.54c.38.36.87.56%201.39.56c1.1%200%202-.9%202-2c0-.99-.72-1.82-1.69-1.98%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.38%206.24C17.79%203.24%2015.14%201%2012%201S6.21%203.24%205.62%206.24A4.01%204.01%200%200%200%203%2010c0%202.21%201.79%204%204%204c.12%200%20.23-.02.34-.02L12.07%2023l4.61-9.03c.11.01.21.03.32.03c2.21%200%204-1.79%204-4c0-1.71-1.08-3.19-2.62-3.76m-6.33%2012.39l-2.73-5.21a6.47%206.47%200%200%200%205.4-.02zM17%2012c-.52%200-1.01-.2-1.39-.56l-.56-.54l-.66.42a4.52%204.52%200%200%201-4.78-.01l-.66-.41l-.56.54c-.38.35-.87.56-1.39.56a1.999%201.999%200%200%201-.32-3.97l.77-.13l.06-.78C7.71%204.8%209.66%203%2012%203s4.29%201.8%204.48%204.12l.06.78l.77.12c.97.16%201.69.99%201.69%201.98c0%201.1-.9%202-2%202%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%22m9.32%2013.42l2.73%205.21l2.67-5.23a6.47%206.47%200%200%201-5.4.02m7.99-5.4l-.77-.12l-.06-.78C16.29%204.8%2014.34%203%2012%203S7.71%204.8%207.51%207.12l-.06.78l-.77.13A1.999%201.999%200%200%200%207%2012c.52%200%201.01-.21%201.39-.56l.56-.54l.66.41a4.52%204.52%200%200%200%204.78.01l.66-.42l.56.54c.38.36.87.56%201.39.56c1.1%200%202-.9%202-2c0-.99-.72-1.82-1.69-1.98%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.38%206.24C17.79%203.24%2015.14%201%2012%201S6.21%203.24%205.62%206.24A4.01%204.01%200%200%200%203%2010c0%202.21%201.79%204%204%204c.12%200%20.23-.02.34-.02L12.07%2023l4.61-9.03c.11.01.21.03.32.03c2.21%200%204-1.79%204-4c0-1.71-1.08-3.19-2.62-3.76m-6.33%2012.39l-2.73-5.21a6.47%206.47%200%200%200%205.4-.02zM17%2012c-.52%200-1.01-.2-1.39-.56l-.56-.54l-.66.42a4.52%204.52%200%200%201-4.78-.01l-.66-.41l-.56.54c-.38.35-.87.56-1.39.56a1.999%201.999%200%200%201-.32-3.97l.77-.13l.06-.78C7.71%204.8%209.66%203%2012%203s4.29%201.8%204.48%204.12l.06.78l.77.12c.97.16%201.69.99%201.69%201.98c0%201.1-.9%202-2%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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