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

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

3 other variants in Material Symbols Light

The same icon in other sets

More travel icons from Material Symbols Light

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 20.846l-4.123-8.038q-1.39.517-2.659-.362T4 10q0-.967.603-1.81q.603-.842 1.882-1.21q.315-2.332 1.92-3.656T12 2t3.595 1.324t1.92 3.657q1.28.367 1.882 1.21Q20 9.033 20 10q0 1.587-1.22 2.427t-2.618.38zm0-2.196l3.2-6.25l-.27-.23q-.772.396-1.54.613Q12.674 13 12 13q-.598 0-1.353-.188q-.755-.189-1.54-.643l-.268.231z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightIcecream(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 20.846l-4.123-8.038q-1.39.517-2.659-.362T4 10q0-.967.603-1.81q.603-.842 1.882-1.21q.315-2.332 1.92-3.656T12 2t3.595 1.324t1.92 3.657q1.28.367 1.882 1.21Q20 9.033 20 10q0 1.587-1.22 2.427t-2.618.38zm0-2.196l3.2-6.25l-.27-.23q-.772.396-1.54.613Q12.674 13 12 13q-.598 0-1.353-.188q-.755-.189-1.54-.643l-.268.231z"/></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 20.846l-4.123-8.038q-1.39.517-2.659-.362T4 10q0-.967.603-1.81q.603-.842 1.882-1.21q.315-2.332 1.92-3.656T12 2t3.595 1.324t1.92 3.657q1.28.367 1.882 1.21Q20 9.033 20 10q0 1.587-1.22 2.427t-2.618.38zm0-2.196l3.2-6.25l-.27-.23q-.772.396-1.54.613Q12.674 13 12 13q-.598 0-1.353-.188q-.755-.189-1.54-.643l-.268.231z"/></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%2020.846l-4.123-8.038q-1.39.517-2.659-.362T4%2010q0-.967.603-1.81q.603-.842%201.882-1.21q.315-2.332%201.92-3.656T12%202t3.595%201.324t1.92%203.657q1.28.367%201.882%201.21Q20%209.033%2020%2010q0%201.587-1.22%202.427t-2.618.38zm0-2.196l3.2-6.25l-.27-.23q-.772.396-1.54.613Q12.674%2013%2012%2013q-.598%200-1.353-.188q-.755-.189-1.54-.643l-.268.231z%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%2020.846l-4.123-8.038q-1.39.517-2.659-.362T4%2010q0-.967.603-1.81q.603-.842%201.882-1.21q.315-2.332%201.92-3.656T12%202t3.595%201.324t1.92%203.657q1.28.367%201.882%201.21Q20%209.033%2020%2010q0%201.587-1.22%202.427t-2.618.38zm0-2.196l3.2-6.25l-.27-.23q-.772.396-1.54.613Q12.674%2013%2012%2013q-.598%200-1.353-.188q-.755-.189-1.54-.643l-.268.231z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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