popcorn icon
popcorn from IconPark by ByteDance · Color · Foods · Apache-2.0 Free for personal and commercial use.
- Name
- popcorn
- Set
- IconPark
- Style
- Color
- Category
- Foods
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More foods icons from IconPark
Use the popcorn icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M33.6961 40.8677L39 17H7L12.3039 40.8677C12.6376 42.3694 12.8045 43.1202 13.3529 43.5601C13.9013 44 14.6704 44 16.2087 44H29.7913C31.3296 44 32.0987 44 32.6471 43.5601C33.1955 43.1202 33.3624 42.3694 33.6961 40.8677Z"/><path stroke="#fff" d="M27 44L28 17"/><path stroke="#fff" d="M19 44L18 17"/><path stroke="#000" d="M31 44H15"/><path stroke="#000" d="M31 17H15"/><path stroke="#000" d="M11.0004 16.9999C11.0004 16.9999 10.0004 13.9999 11.5004 12.4999C13.0004 10.9999 16.0004 11.4999 16.0004 11.4999C16.0004 11.4999 16.0004 8.4999 18.0004 7.4999C20.0004 6.4999 23.0004 7.99988 23.0004 7.99988C23.0004 7.99988 25.0004 4.64271 28.0004 5.49992C31.0004 6.35713 31.0004 9.99994 31.0004 9.99994C31.0004 9.99994 33.5004 9.99998 35.0004 11.9999C36.5004 13.9999 35.0004 16.9999 35.0004 16.9999"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkPopcorn(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" stroke="#000" d="M33.6961 40.8677L39 17H7L12.3039 40.8677C12.6376 42.3694 12.8045 43.1202 13.3529 43.5601C13.9013 44 14.6704 44 16.2087 44H29.7913C31.3296 44 32.0987 44 32.6471 43.5601C33.1955 43.1202 33.3624 42.3694 33.6961 40.8677Z"/><path stroke="#fff" d="M27 44L28 17"/><path stroke="#fff" d="M19 44L18 17"/><path stroke="#000" d="M31 44H15"/><path stroke="#000" d="M31 17H15"/><path stroke="#000" d="M11.0004 16.9999C11.0004 16.9999 10.0004 13.9999 11.5004 12.4999C13.0004 10.9999 16.0004 11.4999 16.0004 11.4999C16.0004 11.4999 16.0004 8.4999 18.0004 7.4999C20.0004 6.4999 23.0004 7.99988 23.0004 7.99988C23.0004 7.99988 25.0004 4.64271 28.0004 5.49992C31.0004 6.35713 31.0004 9.99994 31.0004 9.99994C31.0004 9.99994 33.5004 9.99998 35.0004 11.9999C36.5004 13.9999 35.0004 16.9999 35.0004 16.9999"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M33.6961 40.8677L39 17H7L12.3039 40.8677C12.6376 42.3694 12.8045 43.1202 13.3529 43.5601C13.9013 44 14.6704 44 16.2087 44H29.7913C31.3296 44 32.0987 44 32.6471 43.5601C33.1955 43.1202 33.3624 42.3694 33.6961 40.8677Z"/><path stroke="#fff" d="M27 44L28 17"/><path stroke="#fff" d="M19 44L18 17"/><path stroke="#000" d="M31 44H15"/><path stroke="#000" d="M31 17H15"/><path stroke="#000" d="M11.0004 16.9999C11.0004 16.9999 10.0004 13.9999 11.5004 12.4999C13.0004 10.9999 16.0004 11.4999 16.0004 11.4999C16.0004 11.4999 16.0004 8.4999 18.0004 7.4999C20.0004 6.4999 23.0004 7.99988 23.0004 7.99988C23.0004 7.99988 25.0004 4.64271 28.0004 5.49992C31.0004 6.35713 31.0004 9.99994 31.0004 9.99994C31.0004 9.99994 33.5004 9.99998 35.0004 11.9999C36.5004 13.9999 35.0004 16.9999 35.0004 16.9999"/></g></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M33.6961%2040.8677L39%2017H7L12.3039%2040.8677C12.6376%2042.3694%2012.8045%2043.1202%2013.3529%2043.5601C13.9013%2044%2014.6704%2044%2016.2087%2044H29.7913C31.3296%2044%2032.0987%2044%2032.6471%2043.5601C33.1955%2043.1202%2033.3624%2042.3694%2033.6961%2040.8677Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M27%2044L28%2017%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M19%2044L18%2017%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M31%2044H15%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M31%2017H15%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M11.0004%2016.9999C11.0004%2016.9999%2010.0004%2013.9999%2011.5004%2012.4999C13.0004%2010.9999%2016.0004%2011.4999%2016.0004%2011.4999C16.0004%2011.4999%2016.0004%208.4999%2018.0004%207.4999C20.0004%206.4999%2023.0004%207.99988%2023.0004%207.99988C23.0004%207.99988%2025.0004%204.64271%2028.0004%205.49992C31.0004%206.35713%2031.0004%209.99994%2031.0004%209.99994C31.0004%209.99994%2033.5004%209.99998%2035.0004%2011.9999C36.5004%2013.9999%2035.0004%2016.9999%2035.0004%2016.9999%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M33.6961%2040.8677L39%2017H7L12.3039%2040.8677C12.6376%2042.3694%2012.8045%2043.1202%2013.3529%2043.5601C13.9013%2044%2014.6704%2044%2016.2087%2044H29.7913C31.3296%2044%2032.0987%2044%2032.6471%2043.5601C33.1955%2043.1202%2033.3624%2042.3694%2033.6961%2040.8677Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M27%2044L28%2017%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M19%2044L18%2017%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M31%2044H15%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M31%2017H15%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M11.0004%2016.9999C11.0004%2016.9999%2010.0004%2013.9999%2011.5004%2012.4999C13.0004%2010.9999%2016.0004%2011.4999%2016.0004%2011.4999C16.0004%2011.4999%2016.0004%208.4999%2018.0004%207.4999C20.0004%206.4999%2023.0004%207.99988%2023.0004%207.99988C23.0004%207.99988%2025.0004%204.64271%2028.0004%205.49992C31.0004%206.35713%2031.0004%209.99994%2031.0004%209.99994C31.0004%209.99994%2033.5004%209.99998%2035.0004%2011.9999C36.5004%2013.9999%2035.0004%2016.9999%2035.0004%2016.9999%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/popcorn.svg?color=%231a73e8&size=48