butter emoji

butter from OpenMoji by OpenMoji · Default · Food Drink · CC-BY-SA-4.0 Attribution required.

Name
butter
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 butter emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M19 33a3.416 3.416 0 0 0-3.314 2.984l-1.372 13.032A2.65 2.65 0 0 0 17 52h38a2.65 2.65 0 0 0 2.686-2.983l-1.372-13.034A3.416 3.416 0 0 0 53 33Z"/><path fill="#fff" d="M12.251 52h47.938L58 56H13.616z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M19 33a3.416 3.416 0 0 0-3.314 2.984l-1.372 13.032A2.65 2.65 0 0 0 17 52h38a2.65 2.65 0 0 0 2.686-2.983l-1.372-13.034A3.416 3.416 0 0 0 53 33Zm-7.62 19H36"/><path d="M36 56H15a2.44 2.44 0 0 1-1.82-.583l-.239-.238l-3.934-8.009l-4.127-.019M60.62 52H36m0 4h21a2.44 2.44 0 0 0 1.82-.583l.239-.238l3.934-8.009l4.127-.019"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiButter(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M19 33a3.416 3.416 0 0 0-3.314 2.984l-1.372 13.032A2.65 2.65 0 0 0 17 52h38a2.65 2.65 0 0 0 2.686-2.983l-1.372-13.034A3.416 3.416 0 0 0 53 33Z"/><path fill="#fff" d="M12.251 52h47.938L58 56H13.616z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M19 33a3.416 3.416 0 0 0-3.314 2.984l-1.372 13.032A2.65 2.65 0 0 0 17 52h38a2.65 2.65 0 0 0 2.686-2.983l-1.372-13.034A3.416 3.416 0 0 0 53 33Zm-7.62 19H36"/><path d="M36 56H15a2.44 2.44 0 0 1-1.82-.583l-.239-.238l-3.934-8.009l-4.127-.019M60.62 52H36m0 4h21a2.44 2.44 0 0 0 1.82-.583l.239-.238l3.934-8.009l4.127-.019"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M19 33a3.416 3.416 0 0 0-3.314 2.984l-1.372 13.032A2.65 2.65 0 0 0 17 52h38a2.65 2.65 0 0 0 2.686-2.983l-1.372-13.034A3.416 3.416 0 0 0 53 33Z"/><path fill="#fff" d="M12.251 52h47.938L58 56H13.616z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M19 33a3.416 3.416 0 0 0-3.314 2.984l-1.372 13.032A2.65 2.65 0 0 0 17 52h38a2.65 2.65 0 0 0 2.686-2.983l-1.372-13.034A3.416 3.416 0 0 0 53 33Zm-7.62 19H36"/><path d="M36 56H15a2.44 2.44 0 0 1-1.82-.583l-.239-.238l-3.934-8.009l-4.127-.019M60.62 52H36m0 4h21a2.44 2.44 0 0 0 1.82-.583l.239-.238l3.934-8.009l4.127-.019"/></g></svg>
</template>

CSS

.icon-butter {
  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%23fcea2b%22%20d%3D%22M19%2033a3.416%203.416%200%200%200-3.314%202.984l-1.372%2013.032A2.65%202.65%200%200%200%2017%2052h38a2.65%202.65%200%200%200%202.686-2.983l-1.372-13.034A3.416%203.416%200%200%200%2053%2033Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12.251%2052h47.938L58%2056H13.616z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M19%2033a3.416%203.416%200%200%200-3.314%202.984l-1.372%2013.032A2.65%202.65%200%200%200%2017%2052h38a2.65%202.65%200%200%200%202.686-2.983l-1.372-13.034A3.416%203.416%200%200%200%2053%2033Zm-7.62%2019H36%22%2F%3E%3Cpath%20d%3D%22M36%2056H15a2.44%202.44%200%200%201-1.82-.583l-.239-.238l-3.934-8.009l-4.127-.019M60.62%2052H36m0%204h21a2.44%202.44%200%200%200%201.82-.583l.239-.238l3.934-8.009l4.127-.019%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%23fcea2b%22%20d%3D%22M19%2033a3.416%203.416%200%200%200-3.314%202.984l-1.372%2013.032A2.65%202.65%200%200%200%2017%2052h38a2.65%202.65%200%200%200%202.686-2.983l-1.372-13.034A3.416%203.416%200%200%200%2053%2033Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12.251%2052h47.938L58%2056H13.616z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M19%2033a3.416%203.416%200%200%200-3.314%202.984l-1.372%2013.032A2.65%202.65%200%200%200%2017%2052h38a2.65%202.65%200%200%200%202.686-2.983l-1.372-13.034A3.416%203.416%200%200%200%2053%2033Zm-7.62%2019H36%22%2F%3E%3Cpath%20d%3D%22M36%2056H15a2.44%202.44%200%200%201-1.82-.583l-.239-.238l-3.934-8.009l-4.127-.019M60.62%2052H36m0%204h21a2.44%202.44%200%200%200%201.82-.583l.239-.238l3.934-8.009l4.127-.019%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/butter.svg?color=%231a73e8&size=48