popcorn from Material Design Icons by Pictogrammers · Filled · Food / Drink · Apache-2.0 Free for personal and commercial use.

Name
popcorn
Set
Material Design Icons
Style
Filled
Category
Food / Drink
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More food / drink icons from Material Design Icons

Use the popcorn icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 22H4.75s-.75 0-.94-1.35L2.04 3.81L2 3.5C2 2.67 2.9 2 4 2s2 .67 2 1.5C6 2.67 6.9 2 8 2s2 .67 2 1.5c0-.83.9-1.5 2-1.5c1.09 0 2 .66 2 1.5c0-.83.9-1.5 2-1.5s2 .67 2 1.5c0-.83.9-1.5 2-1.5s2 .67 2 1.5l-.04.31l-1.77 16.84C20 22 19.25 22 19.25 22zM17.85 4.93C17.55 4.39 16.84 4 16 4c-.81 0-1.64.36-2 .87L13.78 20h2.88zM10 4.87C9.64 4.36 8.81 4 8 4c-.84 0-1.55.39-1.85.93L7.34 20h2.88z"/></svg>

React

import type { SVGProps } from "react";

export function MdiPopcorn(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="M7 22H4.75s-.75 0-.94-1.35L2.04 3.81L2 3.5C2 2.67 2.9 2 4 2s2 .67 2 1.5C6 2.67 6.9 2 8 2s2 .67 2 1.5c0-.83.9-1.5 2-1.5c1.09 0 2 .66 2 1.5c0-.83.9-1.5 2-1.5s2 .67 2 1.5c0-.83.9-1.5 2-1.5s2 .67 2 1.5l-.04.31l-1.77 16.84C20 22 19.25 22 19.25 22zM17.85 4.93C17.55 4.39 16.84 4 16 4c-.81 0-1.64.36-2 .87L13.78 20h2.88zM10 4.87C9.64 4.36 8.81 4 8 4c-.84 0-1.55.39-1.85.93L7.34 20h2.88z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 22H4.75s-.75 0-.94-1.35L2.04 3.81L2 3.5C2 2.67 2.9 2 4 2s2 .67 2 1.5C6 2.67 6.9 2 8 2s2 .67 2 1.5c0-.83.9-1.5 2-1.5c1.09 0 2 .66 2 1.5c0-.83.9-1.5 2-1.5s2 .67 2 1.5c0-.83.9-1.5 2-1.5s2 .67 2 1.5l-.04.31l-1.77 16.84C20 22 19.25 22 19.25 22zM17.85 4.93C17.55 4.39 16.84 4 16 4c-.81 0-1.64.36-2 .87L13.78 20h2.88zM10 4.87C9.64 4.36 8.81 4 8 4c-.84 0-1.55.39-1.85.93L7.34 20h2.88z"/></svg>
</template>

CSS

.icon-popcorn {
  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%22M7%2022H4.75s-.75%200-.94-1.35L2.04%203.81L2%203.5C2%202.67%202.9%202%204%202s2%20.67%202%201.5C6%202.67%206.9%202%208%202s2%20.67%202%201.5c0-.83.9-1.5%202-1.5c1.09%200%202%20.66%202%201.5c0-.83.9-1.5%202-1.5s2%20.67%202%201.5c0-.83.9-1.5%202-1.5s2%20.67%202%201.5l-.04.31l-1.77%2016.84C20%2022%2019.25%2022%2019.25%2022zM17.85%204.93C17.55%204.39%2016.84%204%2016%204c-.81%200-1.64.36-2%20.87L13.78%2020h2.88zM10%204.87C9.64%204.36%208.81%204%208%204c-.84%200-1.55.39-1.85.93L7.34%2020h2.88z%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%22M7%2022H4.75s-.75%200-.94-1.35L2.04%203.81L2%203.5C2%202.67%202.9%202%204%202s2%20.67%202%201.5C6%202.67%206.9%202%208%202s2%20.67%202%201.5c0-.83.9-1.5%202-1.5c1.09%200%202%20.66%202%201.5c0-.83.9-1.5%202-1.5s2%20.67%202%201.5c0-.83.9-1.5%202-1.5s2%20.67%202%201.5l-.04.31l-1.77%2016.84C20%2022%2019.25%2022%2019.25%2022zM17.85%204.93C17.55%204.39%2016.84%204%2016%204c-.81%200-1.64.36-2%20.87L13.78%2020h2.88zM10%204.87C9.64%204.36%208.81%204%208%204c-.84%200-1.55.39-1.85.93L7.34%2020h2.88z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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