popcorn emoji
popcorn from OpenMoji by OpenMoji · Default · Food Drink · CC-BY-SA-4.0 Attribution required.
- Name
- popcorn
- Set
- OpenMoji
- Style
- Default
- Category
- Food Drink
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More food drink icons from OpenMoji
Use the popcorn emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ea5a47" d="M22 27h28l-3 33H25z"/><path fill="#fcea2b" d="m50.672 27.243l2.86-1.547l-.53-.87a2.997 2.997 0 0 0-.36-5.753a2.99 2.99 0 0 0-.52-3.508a2.99 2.99 0 0 0-3.14-.691a2.99 2.99 0 0 0-1.48-2.33a2.98 2.98 0 0 0-2.522-.206a2.99 2.99 0 0 0-2.2-2.69a2.99 2.99 0 0 0-2.66.573A3 3 0 0 0 39 10c-.243 0-.477.037-.703.092A2.98 2.98 0 0 0 36 9c-.928 0-1.747.43-2.297 1.092A3 3 0 0 0 33 10c-.395 0-.77.081-1.116.22a2.99 2.99 0 0 0-2.66-.573a2.99 2.99 0 0 0-2.18 3.322a2.99 2.99 0 0 0-3.543-.424a2.98 2.98 0 0 0-1.453 2.146a2.98 2.98 0 0 0-2.17.873a2.99 2.99 0 0 0-.523 3.51a2.998 2.998 0 0 0-.341 5.758l-.295.942l3.094 1.938"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M53.003 24.825a2.997 2.997 0 0 0-.36-5.752a2.99 2.99 0 0 0-.52-3.508a2.99 2.99 0 0 0-3.14-.691a2.99 2.99 0 0 0-1.481-2.33a2.98 2.98 0 0 0-2.522-.206a2.99 2.99 0 0 0-2.2-2.69a2.99 2.99 0 0 0-2.66.573A3 3 0 0 0 39 10c-.243 0-.477.037-.703.092A2.98 2.98 0 0 0 36 9c-.928 0-1.747.43-2.297 1.092A3 3 0 0 0 33 10c-.395 0-.77.081-1.116.22a2.99 2.99 0 0 0-2.66-.573a2.99 2.99 0 0 0-2.18 3.322a2.99 2.99 0 0 0-3.543-.424a2.98 2.98 0 0 0-1.453 2.146a2.98 2.98 0 0 0-2.17.873a2.99 2.99 0 0 0-.523 3.51a2.998 2.998 0 0 0-.341 5.758M22 27h28l-3 33H25z"/><path d="M26 21a3 3 0 0 1 3-3m5 0a3 3 0 0 1 3-3"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiPopcorn(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ea5a47" d="M22 27h28l-3 33H25z"/><path fill="#fcea2b" d="m50.672 27.243l2.86-1.547l-.53-.87a2.997 2.997 0 0 0-.36-5.753a2.99 2.99 0 0 0-.52-3.508a2.99 2.99 0 0 0-3.14-.691a2.99 2.99 0 0 0-1.48-2.33a2.98 2.98 0 0 0-2.522-.206a2.99 2.99 0 0 0-2.2-2.69a2.99 2.99 0 0 0-2.66.573A3 3 0 0 0 39 10c-.243 0-.477.037-.703.092A2.98 2.98 0 0 0 36 9c-.928 0-1.747.43-2.297 1.092A3 3 0 0 0 33 10c-.395 0-.77.081-1.116.22a2.99 2.99 0 0 0-2.66-.573a2.99 2.99 0 0 0-2.18 3.322a2.99 2.99 0 0 0-3.543-.424a2.98 2.98 0 0 0-1.453 2.146a2.98 2.98 0 0 0-2.17.873a2.99 2.99 0 0 0-.523 3.51a2.998 2.998 0 0 0-.341 5.758l-.295.942l3.094 1.938"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path d="M53.003 24.825a2.997 2.997 0 0 0-.36-5.752a2.99 2.99 0 0 0-.52-3.508a2.99 2.99 0 0 0-3.14-.691a2.99 2.99 0 0 0-1.481-2.33a2.98 2.98 0 0 0-2.522-.206a2.99 2.99 0 0 0-2.2-2.69a2.99 2.99 0 0 0-2.66.573A3 3 0 0 0 39 10c-.243 0-.477.037-.703.092A2.98 2.98 0 0 0 36 9c-.928 0-1.747.43-2.297 1.092A3 3 0 0 0 33 10c-.395 0-.77.081-1.116.22a2.99 2.99 0 0 0-2.66-.573a2.99 2.99 0 0 0-2.18 3.322a2.99 2.99 0 0 0-3.543-.424a2.98 2.98 0 0 0-1.453 2.146a2.98 2.98 0 0 0-2.17.873a2.99 2.99 0 0 0-.523 3.51a2.998 2.998 0 0 0-.341 5.758M22 27h28l-3 33H25z"/><path d="M26 21a3 3 0 0 1 3-3m5 0a3 3 0 0 1 3-3"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ea5a47" d="M22 27h28l-3 33H25z"/><path fill="#fcea2b" d="m50.672 27.243l2.86-1.547l-.53-.87a2.997 2.997 0 0 0-.36-5.753a2.99 2.99 0 0 0-.52-3.508a2.99 2.99 0 0 0-3.14-.691a2.99 2.99 0 0 0-1.48-2.33a2.98 2.98 0 0 0-2.522-.206a2.99 2.99 0 0 0-2.2-2.69a2.99 2.99 0 0 0-2.66.573A3 3 0 0 0 39 10c-.243 0-.477.037-.703.092A2.98 2.98 0 0 0 36 9c-.928 0-1.747.43-2.297 1.092A3 3 0 0 0 33 10c-.395 0-.77.081-1.116.22a2.99 2.99 0 0 0-2.66-.573a2.99 2.99 0 0 0-2.18 3.322a2.99 2.99 0 0 0-3.543-.424a2.98 2.98 0 0 0-1.453 2.146a2.98 2.98 0 0 0-2.17.873a2.99 2.99 0 0 0-.523 3.51a2.998 2.998 0 0 0-.341 5.758l-.295.942l3.094 1.938"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M53.003 24.825a2.997 2.997 0 0 0-.36-5.752a2.99 2.99 0 0 0-.52-3.508a2.99 2.99 0 0 0-3.14-.691a2.99 2.99 0 0 0-1.481-2.33a2.98 2.98 0 0 0-2.522-.206a2.99 2.99 0 0 0-2.2-2.69a2.99 2.99 0 0 0-2.66.573A3 3 0 0 0 39 10c-.243 0-.477.037-.703.092A2.98 2.98 0 0 0 36 9c-.928 0-1.747.43-2.297 1.092A3 3 0 0 0 33 10c-.395 0-.77.081-1.116.22a2.99 2.99 0 0 0-2.66-.573a2.99 2.99 0 0 0-2.18 3.322a2.99 2.99 0 0 0-3.543-.424a2.98 2.98 0 0 0-1.453 2.146a2.98 2.98 0 0 0-2.17.873a2.99 2.99 0 0 0-.523 3.51a2.998 2.998 0 0 0-.341 5.758M22 27h28l-3 33H25z"/><path d="M26 21a3 3 0 0 1 3-3m5 0a3 3 0 0 1 3-3"/></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M22%2027h28l-3%2033H25z%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22m50.672%2027.243l2.86-1.547l-.53-.87a2.997%202.997%200%200%200-.36-5.753a2.99%202.99%200%200%200-.52-3.508a2.99%202.99%200%200%200-3.14-.691a2.99%202.99%200%200%200-1.48-2.33a2.98%202.98%200%200%200-2.522-.206a2.99%202.99%200%200%200-2.2-2.69a2.99%202.99%200%200%200-2.66.573A3%203%200%200%200%2039%2010c-.243%200-.477.037-.703.092A2.98%202.98%200%200%200%2036%209c-.928%200-1.747.43-2.297%201.092A3%203%200%200%200%2033%2010c-.395%200-.77.081-1.116.22a2.99%202.99%200%200%200-2.66-.573a2.99%202.99%200%200%200-2.18%203.322a2.99%202.99%200%200%200-3.543-.424a2.98%202.98%200%200%200-1.453%202.146a2.98%202.98%200%200%200-2.17.873a2.99%202.99%200%200%200-.523%203.51a2.998%202.998%200%200%200-.341%205.758l-.295.942l3.094%201.938%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M53.003%2024.825a2.997%202.997%200%200%200-.36-5.752a2.99%202.99%200%200%200-.52-3.508a2.99%202.99%200%200%200-3.14-.691a2.99%202.99%200%200%200-1.481-2.33a2.98%202.98%200%200%200-2.522-.206a2.99%202.99%200%200%200-2.2-2.69a2.99%202.99%200%200%200-2.66.573A3%203%200%200%200%2039%2010c-.243%200-.477.037-.703.092A2.98%202.98%200%200%200%2036%209c-.928%200-1.747.43-2.297%201.092A3%203%200%200%200%2033%2010c-.395%200-.77.081-1.116.22a2.99%202.99%200%200%200-2.66-.573a2.99%202.99%200%200%200-2.18%203.322a2.99%202.99%200%200%200-3.543-.424a2.98%202.98%200%200%200-1.453%202.146a2.98%202.98%200%200%200-2.17.873a2.99%202.99%200%200%200-.523%203.51a2.998%202.998%200%200%200-.341%205.758M22%2027h28l-3%2033H25z%22%2F%3E%3Cpath%20d%3D%22M26%2021a3%203%200%200%201%203-3m5%200a3%203%200%200%201%203-3%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M22%2027h28l-3%2033H25z%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22m50.672%2027.243l2.86-1.547l-.53-.87a2.997%202.997%200%200%200-.36-5.753a2.99%202.99%200%200%200-.52-3.508a2.99%202.99%200%200%200-3.14-.691a2.99%202.99%200%200%200-1.48-2.33a2.98%202.98%200%200%200-2.522-.206a2.99%202.99%200%200%200-2.2-2.69a2.99%202.99%200%200%200-2.66.573A3%203%200%200%200%2039%2010c-.243%200-.477.037-.703.092A2.98%202.98%200%200%200%2036%209c-.928%200-1.747.43-2.297%201.092A3%203%200%200%200%2033%2010c-.395%200-.77.081-1.116.22a2.99%202.99%200%200%200-2.66-.573a2.99%202.99%200%200%200-2.18%203.322a2.99%202.99%200%200%200-3.543-.424a2.98%202.98%200%200%200-1.453%202.146a2.98%202.98%200%200%200-2.17.873a2.99%202.99%200%200%200-.523%203.51a2.998%202.998%200%200%200-.341%205.758l-.295.942l3.094%201.938%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M53.003%2024.825a2.997%202.997%200%200%200-.36-5.752a2.99%202.99%200%200%200-.52-3.508a2.99%202.99%200%200%200-3.14-.691a2.99%202.99%200%200%200-1.481-2.33a2.98%202.98%200%200%200-2.522-.206a2.99%202.99%200%200%200-2.2-2.69a2.99%202.99%200%200%200-2.66.573A3%203%200%200%200%2039%2010c-.243%200-.477.037-.703.092A2.98%202.98%200%200%200%2036%209c-.928%200-1.747.43-2.297%201.092A3%203%200%200%200%2033%2010c-.395%200-.77.081-1.116.22a2.99%202.99%200%200%200-2.66-.573a2.99%202.99%200%200%200-2.18%203.322a2.99%202.99%200%200%200-3.543-.424a2.98%202.98%200%200%200-1.453%202.146a2.98%202.98%200%200%200-2.17.873a2.99%202.99%200%200%200-.523%203.51a2.998%202.998%200%200%200-.341%205.758M22%2027h28l-3%2033H25z%22%2F%3E%3Cpath%20d%3D%22M26%2021a3%203%200%200%201%203-3m5%200a3%203%200%200%201%203-3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/popcorn.svg?color=%231a73e8&size=48