pest-control from Material Symbols by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.

Name
pest-control
Set
Material Symbols
Style
Regular
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
pest-control-outline, pest-control-outline-sharp, pest-control-sharp

1 other variant in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

Use the pest control icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.138 20.175Q7.875 19.35 7.075 18L4.7 19.35l-1-1.725l2.575-1.5q-.075-.275-.125-.562T6.05 15H3v-2h3.05q.05-.3.1-.587t.125-.563L3.7 10.35l1-1.725L7.05 10q.2-.35.463-.687T8.05 8.7Q8 8.525 8 8.35V8q0-.6.175-1.15t.475-1.025L7 4.175L8.4 2.75l1.75 1.7q.425-.225.888-.337T12 4t.975.125t.9.35L15.6 2.75L17 4.175l-1.65 1.65q.3.475.463 1.025T15.975 8v.338q0 .162-.05.337q.275.275.537.625t.463.7L19.3 8.65l1 1.725l-2.6 1.475q.075.275.137.563t.113.587H21v2h-3.05q-.05.3-.1.588t-.125.562l2.575 1.5l-1 1.725L16.925 18q-.8 1.35-2.063 2.175T12 21t-2.863-.825M10.1 7.35q.425-.175.913-.262T12 7t.963.075t.887.25q-.2-.575-.7-.95T12 6t-1.175.388t-.725.962M12 19q1.825 0 2.913-1.525T16 14q0-1.75-1.012-3.375T12 9q-1.95 0-2.975 1.613T8 14q0 1.95 1.088 3.475T12 19m-1-2v-6h2v6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPestControl(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.138 20.175Q7.875 19.35 7.075 18L4.7 19.35l-1-1.725l2.575-1.5q-.075-.275-.125-.562T6.05 15H3v-2h3.05q.05-.3.1-.587t.125-.563L3.7 10.35l1-1.725L7.05 10q.2-.35.463-.687T8.05 8.7Q8 8.525 8 8.35V8q0-.6.175-1.15t.475-1.025L7 4.175L8.4 2.75l1.75 1.7q.425-.225.888-.337T12 4t.975.125t.9.35L15.6 2.75L17 4.175l-1.65 1.65q.3.475.463 1.025T15.975 8v.338q0 .162-.05.337q.275.275.537.625t.463.7L19.3 8.65l1 1.725l-2.6 1.475q.075.275.137.563t.113.587H21v2h-3.05q-.05.3-.1.588t-.125.562l2.575 1.5l-1 1.725L16.925 18q-.8 1.35-2.063 2.175T12 21t-2.863-.825M10.1 7.35q.425-.175.913-.262T12 7t.963.075t.887.25q-.2-.575-.7-.95T12 6t-1.175.388t-.725.962M12 19q1.825 0 2.913-1.525T16 14q0-1.75-1.012-3.375T12 9q-1.95 0-2.975 1.613T8 14q0 1.95 1.088 3.475T12 19m-1-2v-6h2v6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.138 20.175Q7.875 19.35 7.075 18L4.7 19.35l-1-1.725l2.575-1.5q-.075-.275-.125-.562T6.05 15H3v-2h3.05q.05-.3.1-.587t.125-.563L3.7 10.35l1-1.725L7.05 10q.2-.35.463-.687T8.05 8.7Q8 8.525 8 8.35V8q0-.6.175-1.15t.475-1.025L7 4.175L8.4 2.75l1.75 1.7q.425-.225.888-.337T12 4t.975.125t.9.35L15.6 2.75L17 4.175l-1.65 1.65q.3.475.463 1.025T15.975 8v.338q0 .162-.05.337q.275.275.537.625t.463.7L19.3 8.65l1 1.725l-2.6 1.475q.075.275.137.563t.113.587H21v2h-3.05q-.05.3-.1.588t-.125.562l2.575 1.5l-1 1.725L16.925 18q-.8 1.35-2.063 2.175T12 21t-2.863-.825M10.1 7.35q.425-.175.913-.262T12 7t.963.075t.887.25q-.2-.575-.7-.95T12 6t-1.175.388t-.725.962M12 19q1.825 0 2.913-1.525T16 14q0-1.75-1.012-3.375T12 9q-1.95 0-2.975 1.613T8 14q0 1.95 1.088 3.475T12 19m-1-2v-6h2v6z"/></svg>
</template>

CSS

.icon-pest-control {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.138%2020.175Q7.875%2019.35%207.075%2018L4.7%2019.35l-1-1.725l2.575-1.5q-.075-.275-.125-.562T6.05%2015H3v-2h3.05q.05-.3.1-.587t.125-.563L3.7%2010.35l1-1.725L7.05%2010q.2-.35.463-.687T8.05%208.7Q8%208.525%208%208.35V8q0-.6.175-1.15t.475-1.025L7%204.175L8.4%202.75l1.75%201.7q.425-.225.888-.337T12%204t.975.125t.9.35L15.6%202.75L17%204.175l-1.65%201.65q.3.475.463%201.025T15.975%208v.338q0%20.162-.05.337q.275.275.537.625t.463.7L19.3%208.65l1%201.725l-2.6%201.475q.075.275.137.563t.113.587H21v2h-3.05q-.05.3-.1.588t-.125.562l2.575%201.5l-1%201.725L16.925%2018q-.8%201.35-2.063%202.175T12%2021t-2.863-.825M10.1%207.35q.425-.175.913-.262T12%207t.963.075t.887.25q-.2-.575-.7-.95T12%206t-1.175.388t-.725.962M12%2019q1.825%200%202.913-1.525T16%2014q0-1.75-1.012-3.375T12%209q-1.95%200-2.975%201.613T8%2014q0%201.95%201.088%203.475T12%2019m-1-2v-6h2v6z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.138%2020.175Q7.875%2019.35%207.075%2018L4.7%2019.35l-1-1.725l2.575-1.5q-.075-.275-.125-.562T6.05%2015H3v-2h3.05q.05-.3.1-.587t.125-.563L3.7%2010.35l1-1.725L7.05%2010q.2-.35.463-.687T8.05%208.7Q8%208.525%208%208.35V8q0-.6.175-1.15t.475-1.025L7%204.175L8.4%202.75l1.75%201.7q.425-.225.888-.337T12%204t.975.125t.9.35L15.6%202.75L17%204.175l-1.65%201.65q.3.475.463%201.025T15.975%208v.338q0%20.162-.05.337q.275.275.537.625t.463.7L19.3%208.65l1%201.725l-2.6%201.475q.075.275.137.563t.113.587H21v2h-3.05q-.05.3-.1.588t-.125.562l2.575%201.5l-1%201.725L16.925%2018q-.8%201.35-2.063%202.175T12%2021t-2.863-.825M10.1%207.35q.425-.175.913-.262T12%207t.963.075t.887.25q-.2-.575-.7-.95T12%206t-1.175.388t-.725.962M12%2019q1.825%200%202.913-1.525T16%2014q0-1.75-1.012-3.375T12%209q-1.95%200-2.975%201.613T8%2014q0%201.95%201.088%203.475T12%2019m-1-2v-6h2v6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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