outline pest control icon

outline-pest-control from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.

Name
outline-pest-control
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0

More maps icons from Google Material Icons

Use the outline 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="M21 15v-2h-3.07c-.05-.39-.12-.77-.22-1.14l2.58-1.49l-1-1.73L16.92 10c-.28-.48-.62-.91-.99-1.29c.1-.56.2-1.69-.58-2.89L17 4.17l-1.41-1.41l-1.72 1.72c-1.68-.89-3.1-.33-3.73 0L8.41 2.76L7 4.17l1.65 1.65c-.78 1.2-.68 2.34-.58 2.89c-.37.39-.71.82-.99 1.29L4.71 8.63l-1 1.73l2.58 1.49c-.1.37-.17.75-.22 1.14H3v2h3.07c.05.39.12.77.22 1.14l-2.58 1.49l1 1.73L7.08 18c1.08 1.81 2.88 3 4.92 3s3.84-1.19 4.92-3l2.37 1.37l1-1.73l-2.58-1.49c.1-.37.17-.75.22-1.14H21zm-9-9c.88 0 1.62.57 1.88 1.36C13.29 7.13 12.66 7 12 7s-1.29.13-1.88.36C10.38 6.57 11.12 6 12 6m0 13c-2.21 0-4-2.24-4-5s1.79-5 4-5s4 2.24 4 5s-1.79 5-4 5"/><path fill="currentColor" d="M11 11h2v6h-2z"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlinePestControl(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="M21 15v-2h-3.07c-.05-.39-.12-.77-.22-1.14l2.58-1.49l-1-1.73L16.92 10c-.28-.48-.62-.91-.99-1.29c.1-.56.2-1.69-.58-2.89L17 4.17l-1.41-1.41l-1.72 1.72c-1.68-.89-3.1-.33-3.73 0L8.41 2.76L7 4.17l1.65 1.65c-.78 1.2-.68 2.34-.58 2.89c-.37.39-.71.82-.99 1.29L4.71 8.63l-1 1.73l2.58 1.49c-.1.37-.17.75-.22 1.14H3v2h3.07c.05.39.12.77.22 1.14l-2.58 1.49l1 1.73L7.08 18c1.08 1.81 2.88 3 4.92 3s3.84-1.19 4.92-3l2.37 1.37l1-1.73l-2.58-1.49c.1-.37.17-.75.22-1.14H21zm-9-9c.88 0 1.62.57 1.88 1.36C13.29 7.13 12.66 7 12 7s-1.29.13-1.88.36C10.38 6.57 11.12 6 12 6m0 13c-2.21 0-4-2.24-4-5s1.79-5 4-5s4 2.24 4 5s-1.79 5-4 5"/><path fill="currentColor" d="M11 11h2v6h-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 15v-2h-3.07c-.05-.39-.12-.77-.22-1.14l2.58-1.49l-1-1.73L16.92 10c-.28-.48-.62-.91-.99-1.29c.1-.56.2-1.69-.58-2.89L17 4.17l-1.41-1.41l-1.72 1.72c-1.68-.89-3.1-.33-3.73 0L8.41 2.76L7 4.17l1.65 1.65c-.78 1.2-.68 2.34-.58 2.89c-.37.39-.71.82-.99 1.29L4.71 8.63l-1 1.73l2.58 1.49c-.1.37-.17.75-.22 1.14H3v2h3.07c.05.39.12.77.22 1.14l-2.58 1.49l1 1.73L7.08 18c1.08 1.81 2.88 3 4.92 3s3.84-1.19 4.92-3l2.37 1.37l1-1.73l-2.58-1.49c.1-.37.17-.75.22-1.14H21zm-9-9c.88 0 1.62.57 1.88 1.36C13.29 7.13 12.66 7 12 7s-1.29.13-1.88.36C10.38 6.57 11.12 6 12 6m0 13c-2.21 0-4-2.24-4-5s1.79-5 4-5s4 2.24 4 5s-1.79 5-4 5"/><path fill="currentColor" d="M11 11h2v6h-2z"/></svg>
</template>

CSS

.icon-outline-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%22M21%2015v-2h-3.07c-.05-.39-.12-.77-.22-1.14l2.58-1.49l-1-1.73L16.92%2010c-.28-.48-.62-.91-.99-1.29c.1-.56.2-1.69-.58-2.89L17%204.17l-1.41-1.41l-1.72%201.72c-1.68-.89-3.1-.33-3.73%200L8.41%202.76L7%204.17l1.65%201.65c-.78%201.2-.68%202.34-.58%202.89c-.37.39-.71.82-.99%201.29L4.71%208.63l-1%201.73l2.58%201.49c-.1.37-.17.75-.22%201.14H3v2h3.07c.05.39.12.77.22%201.14l-2.58%201.49l1%201.73L7.08%2018c1.08%201.81%202.88%203%204.92%203s3.84-1.19%204.92-3l2.37%201.37l1-1.73l-2.58-1.49c.1-.37.17-.75.22-1.14H21zm-9-9c.88%200%201.62.57%201.88%201.36C13.29%207.13%2012.66%207%2012%207s-1.29.13-1.88.36C10.38%206.57%2011.12%206%2012%206m0%2013c-2.21%200-4-2.24-4-5s1.79-5%204-5s4%202.24%204%205s-1.79%205-4%205%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%2011h2v6h-2z%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%22M21%2015v-2h-3.07c-.05-.39-.12-.77-.22-1.14l2.58-1.49l-1-1.73L16.92%2010c-.28-.48-.62-.91-.99-1.29c.1-.56.2-1.69-.58-2.89L17%204.17l-1.41-1.41l-1.72%201.72c-1.68-.89-3.1-.33-3.73%200L8.41%202.76L7%204.17l1.65%201.65c-.78%201.2-.68%202.34-.58%202.89c-.37.39-.71.82-.99%201.29L4.71%208.63l-1%201.73l2.58%201.49c-.1.37-.17.75-.22%201.14H3v2h3.07c.05.39.12.77.22%201.14l-2.58%201.49l1%201.73L7.08%2018c1.08%201.81%202.88%203%204.92%203s3.84-1.19%204.92-3l2.37%201.37l1-1.73l-2.58-1.49c.1-.37.17-.75.22-1.14H21zm-9-9c.88%200%201.62.57%201.88%201.36C13.29%207.13%2012.66%207%2012%207s-1.29.13-1.88.36C10.38%206.57%2011.12%206%2012%206m0%2013c-2.21%200-4-2.24-4-5s1.79-5%204-5s4%202.24%204%205s-1.79%205-4%205%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%2011h2v6h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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