swab pliers emoji

swab-pliers from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.

Name
swab-pliers
Set
OpenMoji
Style
Default
Category
Extras Openmoji
Viewbox
72×72
License
CC BY-SA 4.0

More extras openmoji icons from OpenMoji

Use the swab pliers emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M44.191 19.008s-2.438-1.17-3.343.537c-.876 1.652.004 7.61.004 7.61l5.827-3.052s2.826-2.17-.259-4.14z"/><ellipse cx="31.584" cy="51.769" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2" rx="3.729" ry="3.003" transform="rotate(-56.23 31.584 51.769)"/><path d="m30.583 48.93l-.3-2.169s-1.138.02-.587-.784l2.361-.28l.34 2.46a3.2 3.2 0 0 0-1.814.773"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m31.221 46.153l6.867-13.439"/><ellipse cx="23.568" cy="47.537" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2" rx="3.729" ry="3.003" transform="rotate(-62.65 23.568 47.537)"/><path d="m26.202 46.375l2.043-.785s.532 1.006.971.135l-.8-2.098l-2.316.89c.219.595.254 1.242.102 1.858"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m28.34 44.648l8.953-12.761m9.73-12.61s4.32 2.918-.526 5.98l-5.893 3.108M44.32 18.11s-4.762-2.123-4.797 3.61l.481 6.645"/><rect width="5.679" height="3.471" x="36.185" y="28.423" rx="1.736" ry="1.736" transform="rotate(-60 39.024 30.158)"/><circle cx="39.02" cy="30.132" r=".613" fill="#fff"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiSwabPliers(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M44.191 19.008s-2.438-1.17-3.343.537c-.876 1.652.004 7.61.004 7.61l5.827-3.052s2.826-2.17-.259-4.14z"/><ellipse cx="31.584" cy="51.769" fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2" rx="3.729" ry="3.003" transform="rotate(-56.23 31.584 51.769)"/><path d="m30.583 48.93l-.3-2.169s-1.138.02-.587-.784l2.361-.28l.34 2.46a3.2 3.2 0 0 0-1.814.773"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m31.221 46.153l6.867-13.439"/><ellipse cx="23.568" cy="47.537" fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2" rx="3.729" ry="3.003" transform="rotate(-62.65 23.568 47.537)"/><path d="m26.202 46.375l2.043-.785s.532 1.006.971.135l-.8-2.098l-2.316.89c.219.595.254 1.242.102 1.858"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m28.34 44.648l8.953-12.761m9.73-12.61s4.32 2.918-.526 5.98l-5.893 3.108M44.32 18.11s-4.762-2.123-4.797 3.61l.481 6.645"/><rect width="5.679" height="3.471" x="36.185" y="28.423" rx="1.736" ry="1.736" transform="rotate(-60 39.024 30.158)"/><circle cx="39.02" cy="30.132" r=".613" fill="#fff"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M44.191 19.008s-2.438-1.17-3.343.537c-.876 1.652.004 7.61.004 7.61l5.827-3.052s2.826-2.17-.259-4.14z"/><ellipse cx="31.584" cy="51.769" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2" rx="3.729" ry="3.003" transform="rotate(-56.23 31.584 51.769)"/><path d="m30.583 48.93l-.3-2.169s-1.138.02-.587-.784l2.361-.28l.34 2.46a3.2 3.2 0 0 0-1.814.773"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m31.221 46.153l6.867-13.439"/><ellipse cx="23.568" cy="47.537" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2" rx="3.729" ry="3.003" transform="rotate(-62.65 23.568 47.537)"/><path d="m26.202 46.375l2.043-.785s.532 1.006.971.135l-.8-2.098l-2.316.89c.219.595.254 1.242.102 1.858"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m28.34 44.648l8.953-12.761m9.73-12.61s4.32 2.918-.526 5.98l-5.893 3.108M44.32 18.11s-4.762-2.123-4.797 3.61l.481 6.645"/><rect width="5.679" height="3.471" x="36.185" y="28.423" rx="1.736" ry="1.736" transform="rotate(-60 39.024 30.158)"/><circle cx="39.02" cy="30.132" r=".613" fill="#fff"/></svg>
</template>

CSS

.icon-swab-pliers {
  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%23fff%22%20d%3D%22M44.191%2019.008s-2.438-1.17-3.343.537c-.876%201.652.004%207.61.004%207.61l5.827-3.052s2.826-2.17-.259-4.14z%22%2F%3E%3Cellipse%20cx%3D%2231.584%22%20cy%3D%2251.769%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20rx%3D%223.729%22%20ry%3D%223.003%22%20transform%3D%22rotate(-56.23%2031.584%2051.769)%22%2F%3E%3Cpath%20d%3D%22m30.583%2048.93l-.3-2.169s-1.138.02-.587-.784l2.361-.28l.34%202.46a3.2%203.2%200%200%200-1.814.773%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m31.221%2046.153l6.867-13.439%22%2F%3E%3Cellipse%20cx%3D%2223.568%22%20cy%3D%2247.537%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20rx%3D%223.729%22%20ry%3D%223.003%22%20transform%3D%22rotate(-62.65%2023.568%2047.537)%22%2F%3E%3Cpath%20d%3D%22m26.202%2046.375l2.043-.785s.532%201.006.971.135l-.8-2.098l-2.316.89c.219.595.254%201.242.102%201.858%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m28.34%2044.648l8.953-12.761m9.73-12.61s4.32%202.918-.526%205.98l-5.893%203.108M44.32%2018.11s-4.762-2.123-4.797%203.61l.481%206.645%22%2F%3E%3Crect%20width%3D%225.679%22%20height%3D%223.471%22%20x%3D%2236.185%22%20y%3D%2228.423%22%20rx%3D%221.736%22%20ry%3D%221.736%22%20transform%3D%22rotate(-60%2039.024%2030.158)%22%2F%3E%3Ccircle%20cx%3D%2239.02%22%20cy%3D%2230.132%22%20r%3D%22.613%22%20fill%3D%22%23fff%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%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M44.191%2019.008s-2.438-1.17-3.343.537c-.876%201.652.004%207.61.004%207.61l5.827-3.052s2.826-2.17-.259-4.14z%22%2F%3E%3Cellipse%20cx%3D%2231.584%22%20cy%3D%2251.769%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20rx%3D%223.729%22%20ry%3D%223.003%22%20transform%3D%22rotate(-56.23%2031.584%2051.769)%22%2F%3E%3Cpath%20d%3D%22m30.583%2048.93l-.3-2.169s-1.138.02-.587-.784l2.361-.28l.34%202.46a3.2%203.2%200%200%200-1.814.773%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m31.221%2046.153l6.867-13.439%22%2F%3E%3Cellipse%20cx%3D%2223.568%22%20cy%3D%2247.537%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20rx%3D%223.729%22%20ry%3D%223.003%22%20transform%3D%22rotate(-62.65%2023.568%2047.537)%22%2F%3E%3Cpath%20d%3D%22m26.202%2046.375l2.043-.785s.532%201.006.971.135l-.8-2.098l-2.316.89c.219.595.254%201.242.102%201.858%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m28.34%2044.648l8.953-12.761m9.73-12.61s4.32%202.918-.526%205.98l-5.893%203.108M44.32%2018.11s-4.762-2.123-4.797%203.61l.481%206.645%22%2F%3E%3Crect%20width%3D%225.679%22%20height%3D%223.471%22%20x%3D%2236.185%22%20y%3D%2228.423%22%20rx%3D%221.736%22%20ry%3D%221.736%22%20transform%3D%22rotate(-60%2039.024%2030.158)%22%2F%3E%3Ccircle%20cx%3D%2239.02%22%20cy%3D%2230.132%22%20r%3D%22.613%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/swab-pliers.svg?color=%231a73e8&size=48