pest from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.

Name
pest
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

More planning icons from Carbon

Use the pest icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="7.5" cy="9.5" r="1.5" fill="currentColor"/><circle cx="13" cy="13" r="1" fill="currentColor"/><circle cx="22" cy="21" r="1" fill="currentColor"/><path fill="currentColor" d="M25 14a8.98 8.98 0 0 0-7 3.356V13a10.9 10.9 0 0 0-1.01-4.584l-.356-.777l-.823.231A3 3 0 0 1 15 8a3.003 3.003 0 0 1-3-3a3 3 0 0 1 .13-.81l.232-.824l-.777-.357A10.9 10.9 0 0 0 7 2H2v7a10.9 10.9 0 0 0 2.234 6.627l.389.428l.54-.038a5.53 5.53 0 0 1 5.362 3.256l.221.497l.538.084A11 11 0 0 0 13 20h3v10h2v-4h3a9.01 9.01 0 0 0 9-9v-3Zm-12.898 3.947A7.51 7.51 0 0 0 5.528 14A8.9 8.9 0 0 1 4 9V4h3a8.9 8.9 0 0 1 3.026.53A4 4 0 0 0 10 5a4.966 4.966 0 0 0 5.47 4.974A8.9 8.9 0 0 1 16 13v5h-3a8 8 0 0 1-.898-.053M28 17a7.01 7.01 0 0 1-7 7h-3v-1a7.01 7.01 0 0 1 5.021-6.71A1.497 1.497 0 1 0 26 16.5a1.5 1.5 0 0 0-.092-.5H28Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonPest(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="7.5" cy="9.5" r="1.5" fill="currentColor"/><circle cx="13" cy="13" r="1" fill="currentColor"/><circle cx="22" cy="21" r="1" fill="currentColor"/><path fill="currentColor" d="M25 14a8.98 8.98 0 0 0-7 3.356V13a10.9 10.9 0 0 0-1.01-4.584l-.356-.777l-.823.231A3 3 0 0 1 15 8a3.003 3.003 0 0 1-3-3a3 3 0 0 1 .13-.81l.232-.824l-.777-.357A10.9 10.9 0 0 0 7 2H2v7a10.9 10.9 0 0 0 2.234 6.627l.389.428l.54-.038a5.53 5.53 0 0 1 5.362 3.256l.221.497l.538.084A11 11 0 0 0 13 20h3v10h2v-4h3a9.01 9.01 0 0 0 9-9v-3Zm-12.898 3.947A7.51 7.51 0 0 0 5.528 14A8.9 8.9 0 0 1 4 9V4h3a8.9 8.9 0 0 1 3.026.53A4 4 0 0 0 10 5a4.966 4.966 0 0 0 5.47 4.974A8.9 8.9 0 0 1 16 13v5h-3a8 8 0 0 1-.898-.053M28 17a7.01 7.01 0 0 1-7 7h-3v-1a7.01 7.01 0 0 1 5.021-6.71A1.497 1.497 0 1 0 26 16.5a1.5 1.5 0 0 0-.092-.5H28Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="7.5" cy="9.5" r="1.5" fill="currentColor"/><circle cx="13" cy="13" r="1" fill="currentColor"/><circle cx="22" cy="21" r="1" fill="currentColor"/><path fill="currentColor" d="M25 14a8.98 8.98 0 0 0-7 3.356V13a10.9 10.9 0 0 0-1.01-4.584l-.356-.777l-.823.231A3 3 0 0 1 15 8a3.003 3.003 0 0 1-3-3a3 3 0 0 1 .13-.81l.232-.824l-.777-.357A10.9 10.9 0 0 0 7 2H2v7a10.9 10.9 0 0 0 2.234 6.627l.389.428l.54-.038a5.53 5.53 0 0 1 5.362 3.256l.221.497l.538.084A11 11 0 0 0 13 20h3v10h2v-4h3a9.01 9.01 0 0 0 9-9v-3Zm-12.898 3.947A7.51 7.51 0 0 0 5.528 14A8.9 8.9 0 0 1 4 9V4h3a8.9 8.9 0 0 1 3.026.53A4 4 0 0 0 10 5a4.966 4.966 0 0 0 5.47 4.974A8.9 8.9 0 0 1 16 13v5h-3a8 8 0 0 1-.898-.053M28 17a7.01 7.01 0 0 1-7 7h-3v-1a7.01 7.01 0 0 1 5.021-6.71A1.497 1.497 0 1 0 26 16.5a1.5 1.5 0 0 0-.092-.5H28Z"/></svg>
</template>

CSS

.icon-pest {
  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%2032%2032%22%3E%3Ccircle%20cx%3D%227.5%22%20cy%3D%229.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%2213%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2222%22%20cy%3D%2221%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25%2014a8.98%208.98%200%200%200-7%203.356V13a10.9%2010.9%200%200%200-1.01-4.584l-.356-.777l-.823.231A3%203%200%200%201%2015%208a3.003%203.003%200%200%201-3-3a3%203%200%200%201%20.13-.81l.232-.824l-.777-.357A10.9%2010.9%200%200%200%207%202H2v7a10.9%2010.9%200%200%200%202.234%206.627l.389.428l.54-.038a5.53%205.53%200%200%201%205.362%203.256l.221.497l.538.084A11%2011%200%200%200%2013%2020h3v10h2v-4h3a9.01%209.01%200%200%200%209-9v-3Zm-12.898%203.947A7.51%207.51%200%200%200%205.528%2014A8.9%208.9%200%200%201%204%209V4h3a8.9%208.9%200%200%201%203.026.53A4%204%200%200%200%2010%205a4.966%204.966%200%200%200%205.47%204.974A8.9%208.9%200%200%201%2016%2013v5h-3a8%208%200%200%201-.898-.053M28%2017a7.01%207.01%200%200%201-7%207h-3v-1a7.01%207.01%200%200%201%205.021-6.71A1.497%201.497%200%201%200%2026%2016.5a1.5%201.5%200%200%200-.092-.5H28Z%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%2032%2032%22%3E%3Ccircle%20cx%3D%227.5%22%20cy%3D%229.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%2213%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2222%22%20cy%3D%2221%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25%2014a8.98%208.98%200%200%200-7%203.356V13a10.9%2010.9%200%200%200-1.01-4.584l-.356-.777l-.823.231A3%203%200%200%201%2015%208a3.003%203.003%200%200%201-3-3a3%203%200%200%201%20.13-.81l.232-.824l-.777-.357A10.9%2010.9%200%200%200%207%202H2v7a10.9%2010.9%200%200%200%202.234%206.627l.389.428l.54-.038a5.53%205.53%200%200%201%205.362%203.256l.221.497l.538.084A11%2011%200%200%200%2013%2020h3v10h2v-4h3a9.01%209.01%200%200%200%209-9v-3Zm-12.898%203.947A7.51%207.51%200%200%200%205.528%2014A8.9%208.9%200%200%201%204%209V4h3a8.9%208.9%200%200%201%203.026.53A4%204%200%200%200%2010%205a4.966%204.966%200%200%200%205.47%204.974A8.9%208.9%200%200%201%2016%2013v5h-3a8%208%200%200%201-.898-.053M28%2017a7.01%207.01%200%200%201-7%207h-3v-1a7.01%207.01%200%200%201%205.021-6.71A1.497%201.497%200%201%200%2026%2016.5a1.5%201.5%200%200%200-.092-.5H28Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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