plaster emoji
plaster from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.
- Name
- plaster
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Openmoji
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
More extras openmoji icons from OpenMoji
Use the plaster emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><rect width="46.9" height="16.96" x="12.55" y="27.52" fill="#f4aa41" rx="4.326" ry="4.326"/><rect width="46.9" height="16.96" x="12.55" y="27.52" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" rx="4.005" ry="4.005"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.52 31.91v8.16m14.25-8.16v8.16"/><circle cx="33.69" cy="34.01" r="1.289"/><circle cx="38.06" cy="34.01" r="1.289"/><circle cx="33.69" cy="37.99" r="1.289"/><circle cx="38.06" cy="37.99" r="1.289"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiPlaster(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><rect width="46.9" height="16.96" x="12.55" y="27.52" fill="#f4aa41" rx="4.326" ry="4.326"/><rect width="46.9" height="16.96" x="12.55" y="27.52" fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" rx="4.005" ry="4.005"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M28.52 31.91v8.16m14.25-8.16v8.16"/><circle cx="33.69" cy="34.01" r="1.289"/><circle cx="38.06" cy="34.01" r="1.289"/><circle cx="33.69" cy="37.99" r="1.289"/><circle cx="38.06" cy="37.99" r="1.289"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><rect width="46.9" height="16.96" x="12.55" y="27.52" fill="#f4aa41" rx="4.326" ry="4.326"/><rect width="46.9" height="16.96" x="12.55" y="27.52" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" rx="4.005" ry="4.005"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M28.52 31.91v8.16m14.25-8.16v8.16"/><circle cx="33.69" cy="34.01" r="1.289"/><circle cx="38.06" cy="34.01" r="1.289"/><circle cx="33.69" cy="37.99" r="1.289"/><circle cx="38.06" cy="37.99" r="1.289"/></svg> </template>
CSS
.icon-plaster {
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%3Crect%20width%3D%2246.9%22%20height%3D%2216.96%22%20x%3D%2212.55%22%20y%3D%2227.52%22%20fill%3D%22%23f4aa41%22%20rx%3D%224.326%22%20ry%3D%224.326%22%2F%3E%3Crect%20width%3D%2246.9%22%20height%3D%2216.96%22%20x%3D%2212.55%22%20y%3D%2227.52%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20rx%3D%224.005%22%20ry%3D%224.005%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M28.52%2031.91v8.16m14.25-8.16v8.16%22%2F%3E%3Ccircle%20cx%3D%2233.69%22%20cy%3D%2234.01%22%20r%3D%221.289%22%2F%3E%3Ccircle%20cx%3D%2238.06%22%20cy%3D%2234.01%22%20r%3D%221.289%22%2F%3E%3Ccircle%20cx%3D%2233.69%22%20cy%3D%2237.99%22%20r%3D%221.289%22%2F%3E%3Ccircle%20cx%3D%2238.06%22%20cy%3D%2237.99%22%20r%3D%221.289%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%2072%2072%22%3E%3Crect%20width%3D%2246.9%22%20height%3D%2216.96%22%20x%3D%2212.55%22%20y%3D%2227.52%22%20fill%3D%22%23f4aa41%22%20rx%3D%224.326%22%20ry%3D%224.326%22%2F%3E%3Crect%20width%3D%2246.9%22%20height%3D%2216.96%22%20x%3D%2212.55%22%20y%3D%2227.52%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20rx%3D%224.005%22%20ry%3D%224.005%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M28.52%2031.91v8.16m14.25-8.16v8.16%22%2F%3E%3Ccircle%20cx%3D%2233.69%22%20cy%3D%2234.01%22%20r%3D%221.289%22%2F%3E%3Ccircle%20cx%3D%2238.06%22%20cy%3D%2234.01%22%20r%3D%221.289%22%2F%3E%3Ccircle%20cx%3D%2233.69%22%20cy%3D%2237.99%22%20r%3D%221.289%22%2F%3E%3Ccircle%20cx%3D%2238.06%22%20cy%3D%2237.99%22%20r%3D%221.289%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/plaster.svg?color=%231a73e8&size=48