Pest Control icon

Pest Control is a Google Material Symbol from the Maps category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

pest_control_outlined_fill0_wght400.svg

Pest Control icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=pest_control" />

<span class="material-symbols-outlined">pest_control</span>

Pest Control icon in React

// With the font from the HTML tab:
export function PestControlIcon() {
  return (
    <span className="material-symbols-outlined">
      pest_control
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import PestControlIcon from "@material-symbols/svg-400/outlined/pest_control.svg?react";

Pest Control icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">pest_control</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import PestControlIcon from "@material-symbols/svg-400/outlined/pest_control.svg?component"; -->

Pest Control icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">pest_control</mat-icon>

Pest Control icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.pest_control, fill: 0, weight: 400)

Pest Control icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/pest_control.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M9.138 20.113Q7.85 19.225 7.05 17.825l-2.5 1.425-.75-1.275 2.625-1.525q-.125-.425-.225-.85t-.15-.85H3v-1.5h3.05q.05-.425 .15-.85t.225-.85l-2.625-1.55 .75-1.275 2.475 1.45q.225-.4 .5-.737t.575-.663q-.05-.2-.075-.387t-.025-.388q0-.7 .263-1.362T9 5.45l-1.65-1.625 1.05-1.075 1.775 1.75q.425-.25 .875-.375t.95-.125q.5 0 .95 .125t.875 .375l1.775-1.75 1.05 1.075-1.65 1.65q.45 .525 .713 1.175t.262 1.35q0 .2-.012 .375t-.063 .375q.3 .325 .563 .663T16.95 10.15l2.5-1.4 .75 1.275-2.625 1.5q.15 .425 .238 .85t.137 .875h3.05v1.5H17.95q-.05 .425-.137 .863T17.575 16.475l2.625 1.525-.75 1.275-2.5-1.45q-.8 1.4-2.087 2.288T12 21q-1.575 0-2.862-.887ZM9.525 7.65q.575-.325 1.2-.487t1.275-.163q.65 0 1.263 .163T14.45 7.625q-.15-.825-.875-1.475t-1.575-.65q-.85 0-1.587 .65T9.525 7.65Zm2.475 11.85q1.925 0 3.213-1.725T16.5 14q0-1.875-1.212-3.687T12 8.5q-2.075 0-3.287 1.813T7.5 14q0 2.05 1.288 3.775T12 19.5Zm-.75-2.5v-6h1.5v6h-1.5Z" />
</vector>

Pest Control icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/pest_control.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/pest_control.svg" width="24" height="24" alt="Pest Control">

Pest Control icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NamePest Control
Ligaturepest_control
Code pointU+F0FA
CategoryMaps
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/pest_control.svg, pest_control-fill.svg
FlutterSymbols.pest_control
LicenseApache License 2.0 (© Google LLC)

Keywords

mapsalertslashwarningstopprotectionsafetydiagonal linesigncrossblocknatureforbidden

Related icons