bandage scissors emoji
bandage-scissors from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.
- Name
- bandage-scissors
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Openmoji
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
More extras openmoji icons from OpenMoji
Use the bandage scissors emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#3f3f3f" d="M23.788 41.921s8.357-1.682 8.762-1.796c.957-.27 1.102.541 1.102.541c-.051.505-.76.843-1.288 1.11l-3.952 2.002a6.6 6.6 0 0 1-1.696.58a8.2 8.2 0 0 1-3.198.199c-.967-.378-.81-2.295.27-2.636"/><path fill="#9b9b9a" d="M24.284 47.112s8.34-6.635 8.467-7.077s.78-3.555 1.765-4.305c.91-.695 2.216-.529 2.982.937s.09 4.73-.636 5.835s-9.69 6.673-10.386 7.082s-3.361.337-2.192-2.472"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M28.438 43.77c-.008 0-.017.008-.026.008a6.3 6.3 0 0 1-1.693.579a8.3 8.3 0 0 1-3.201.202c-.965-.378-.807-2.298.272-2.64c0 0 8.359-1.676 8.762-1.79a1.4 1.4 0 0 1 .167-.035"/><ellipse cx="34.83" cy="25.958" rx="3.748" ry="3.807"/><ellipse cx="45.362" cy="33.794" rx="3.748" ry="3.807"/><path d="m37.367 28.823l-1.964 6.526m6.569-3.175l-4.175 5.613m-13.513 9.325s8.34-6.635 8.467-7.077s.78-3.555 1.765-4.305c.91-.695 2.216-.529 2.982.937s.09 4.73-.636 5.835s-9.69 6.673-10.386 7.082s-3.361.337-2.192-2.472"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiBandageScissors(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#3f3f3f" d="M23.788 41.921s8.357-1.682 8.762-1.796c.957-.27 1.102.541 1.102.541c-.051.505-.76.843-1.288 1.11l-3.952 2.002a6.6 6.6 0 0 1-1.696.58a8.2 8.2 0 0 1-3.198.199c-.967-.378-.81-2.295.27-2.636"/><path fill="#9b9b9a" d="M24.284 47.112s8.34-6.635 8.467-7.077s.78-3.555 1.765-4.305c.91-.695 2.216-.529 2.982.937s.09 4.73-.636 5.835s-9.69 6.673-10.386 7.082s-3.361.337-2.192-2.472"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M28.438 43.77c-.008 0-.017.008-.026.008a6.3 6.3 0 0 1-1.693.579a8.3 8.3 0 0 1-3.201.202c-.965-.378-.807-2.298.272-2.64c0 0 8.359-1.676 8.762-1.79a1.4 1.4 0 0 1 .167-.035"/><ellipse cx="34.83" cy="25.958" rx="3.748" ry="3.807"/><ellipse cx="45.362" cy="33.794" rx="3.748" ry="3.807"/><path d="m37.367 28.823l-1.964 6.526m6.569-3.175l-4.175 5.613m-13.513 9.325s8.34-6.635 8.467-7.077s.78-3.555 1.765-4.305c.91-.695 2.216-.529 2.982.937s.09 4.73-.636 5.835s-9.69 6.673-10.386 7.082s-3.361.337-2.192-2.472"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#3f3f3f" d="M23.788 41.921s8.357-1.682 8.762-1.796c.957-.27 1.102.541 1.102.541c-.051.505-.76.843-1.288 1.11l-3.952 2.002a6.6 6.6 0 0 1-1.696.58a8.2 8.2 0 0 1-3.198.199c-.967-.378-.81-2.295.27-2.636"/><path fill="#9b9b9a" d="M24.284 47.112s8.34-6.635 8.467-7.077s.78-3.555 1.765-4.305c.91-.695 2.216-.529 2.982.937s.09 4.73-.636 5.835s-9.69 6.673-10.386 7.082s-3.361.337-2.192-2.472"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M28.438 43.77c-.008 0-.017.008-.026.008a6.3 6.3 0 0 1-1.693.579a8.3 8.3 0 0 1-3.201.202c-.965-.378-.807-2.298.272-2.64c0 0 8.359-1.676 8.762-1.79a1.4 1.4 0 0 1 .167-.035"/><ellipse cx="34.83" cy="25.958" rx="3.748" ry="3.807"/><ellipse cx="45.362" cy="33.794" rx="3.748" ry="3.807"/><path d="m37.367 28.823l-1.964 6.526m6.569-3.175l-4.175 5.613m-13.513 9.325s8.34-6.635 8.467-7.077s.78-3.555 1.765-4.305c.91-.695 2.216-.529 2.982.937s.09 4.73-.636 5.835s-9.69 6.673-10.386 7.082s-3.361.337-2.192-2.472"/></g></svg> </template>
CSS
.icon-bandage-scissors {
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%233f3f3f%22%20d%3D%22M23.788%2041.921s8.357-1.682%208.762-1.796c.957-.27%201.102.541%201.102.541c-.051.505-.76.843-1.288%201.11l-3.952%202.002a6.6%206.6%200%200%201-1.696.58a8.2%208.2%200%200%201-3.198.199c-.967-.378-.81-2.295.27-2.636%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M24.284%2047.112s8.34-6.635%208.467-7.077s.78-3.555%201.765-4.305c.91-.695%202.216-.529%202.982.937s.09%204.73-.636%205.835s-9.69%206.673-10.386%207.082s-3.361.337-2.192-2.472%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%22M28.438%2043.77c-.008%200-.017.008-.026.008a6.3%206.3%200%200%201-1.693.579a8.3%208.3%200%200%201-3.201.202c-.965-.378-.807-2.298.272-2.64c0%200%208.359-1.676%208.762-1.79a1.4%201.4%200%200%201%20.167-.035%22%2F%3E%3Cellipse%20cx%3D%2234.83%22%20cy%3D%2225.958%22%20rx%3D%223.748%22%20ry%3D%223.807%22%2F%3E%3Cellipse%20cx%3D%2245.362%22%20cy%3D%2233.794%22%20rx%3D%223.748%22%20ry%3D%223.807%22%2F%3E%3Cpath%20d%3D%22m37.367%2028.823l-1.964%206.526m6.569-3.175l-4.175%205.613m-13.513%209.325s8.34-6.635%208.467-7.077s.78-3.555%201.765-4.305c.91-.695%202.216-.529%202.982.937s.09%204.73-.636%205.835s-9.69%206.673-10.386%207.082s-3.361.337-2.192-2.472%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%233f3f3f%22%20d%3D%22M23.788%2041.921s8.357-1.682%208.762-1.796c.957-.27%201.102.541%201.102.541c-.051.505-.76.843-1.288%201.11l-3.952%202.002a6.6%206.6%200%200%201-1.696.58a8.2%208.2%200%200%201-3.198.199c-.967-.378-.81-2.295.27-2.636%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M24.284%2047.112s8.34-6.635%208.467-7.077s.78-3.555%201.765-4.305c.91-.695%202.216-.529%202.982.937s.09%204.73-.636%205.835s-9.69%206.673-10.386%207.082s-3.361.337-2.192-2.472%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%22M28.438%2043.77c-.008%200-.017.008-.026.008a6.3%206.3%200%200%201-1.693.579a8.3%208.3%200%200%201-3.201.202c-.965-.378-.807-2.298.272-2.64c0%200%208.359-1.676%208.762-1.79a1.4%201.4%200%200%201%20.167-.035%22%2F%3E%3Cellipse%20cx%3D%2234.83%22%20cy%3D%2225.958%22%20rx%3D%223.748%22%20ry%3D%223.807%22%2F%3E%3Cellipse%20cx%3D%2245.362%22%20cy%3D%2233.794%22%20rx%3D%223.748%22%20ry%3D%223.807%22%2F%3E%3Cpath%20d%3D%22m37.367%2028.823l-1.964%206.526m6.569-3.175l-4.175%205.613m-13.513%209.325s8.34-6.635%208.467-7.077s.78-3.555%201.765-4.305c.91-.695%202.216-.529%202.982.937s.09%204.73-.636%205.835s-9.69%206.673-10.386%207.082s-3.361.337-2.192-2.472%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/bandage-scissors.svg?color=%231a73e8&size=48