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

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

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="M4 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.38l-3.39 6.647q-.126.217-.315.323t-.407.106t-.41-.106t-.317-.323l-3.396-6.646q-1.39.517-2.659-.362T4 10m8.05 8.65l3.2-6.25l-.27-.23q-.772.395-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 MaterialSymbolsLightIcecreamRounded(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="M4 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.38l-3.39 6.647q-.126.217-.315.323t-.407.106t-.41-.106t-.317-.323l-3.396-6.646q-1.39.517-2.659-.362T4 10m8.05 8.65l3.2-6.25l-.27-.23q-.772.395-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="M4 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.38l-3.39 6.647q-.126.217-.315.323t-.407.106t-.41-.106t-.317-.323l-3.396-6.646q-1.39.517-2.659-.362T4 10m8.05 8.65l3.2-6.25l-.27-.23q-.772.395-1.54.613Q12.674 13 12 13q-.598 0-1.353-.188q-.755-.189-1.54-.643l-.268.231z"/></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%22M4%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.38l-3.39%206.647q-.126.217-.315.323t-.407.106t-.41-.106t-.317-.323l-3.396-6.646q-1.39.517-2.659-.362T4%2010m8.05%208.65l3.2-6.25l-.27-.23q-.772.395-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%22M4%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.38l-3.39%206.647q-.126.217-.315.323t-.407.106t-.41-.106t-.317-.323l-3.396-6.646q-1.39.517-2.659-.362T4%2010m8.05%208.65l3.2-6.25l-.27-.23q-.772.395-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-rounded.svg?color=%231a73e8&size=48