Pest Control Rodent icon

Pest Control Rodent 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_rodent_outlined_fill0_wght400.svg

Pest Control Rodent 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_rodent" />

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

Pest Control Rodent icon in React

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

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

Pest Control Rodent icon in Vue

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

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

Pest Control Rodent icon in Angular

With Angular Material and the font from the HTML tab:

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

Pest Control Rodent 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_rodent, fill: 0, weight: 400)

Pest Control Rodent icon in Android

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

<!-- res/drawable/pest_control_rodent.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="M12.05 21q-2.4 0-4.125-1.55t-1.925-3.85q-1.7-.425-2.85-1.675T2 10.95q0-2.025 1.5-3.362T7.05 6.25h2.65q.35 0 .575-.262t.225-.613q0-.35-.225-.612T9.7 4.5h-1.625q-.35 0-.588-.217-.237-.217-.237-.537 0-.321 .238-.533T8.05 3h1.575q.975 0 1.675 .7t.7 1.688q0 .987-.696 1.675T9.6 7.75H6.95q-1.437 0-2.444 .938T3.5 11.002Q3.5 12.125 4.238 12.95t1.812 1.15q.325-2.2 1.978-3.65T11.875 9q.534 0 1.055 .075t.945 .225q.2-.075 .4-.132 .199-.057 .412-.1Q14.9 9.025 15.1 9.013t.428-.013q1.847 0 3.16 1.288T20 13.425v.3q0 .175-.05 .375l.9 .875q.55 .525 .838 1.163t.287 1.366q0 1.459-1 2.478T18.525 21H12.05Zm0-1.5h6.425q.8 0 1.413-.6t.612-1.4q0-.408-.175-.754Q20.15 16.4 19.8 16.05l-1.475-1.45q.1-.3 .138-.587T18.5 13.45q0-1.225-.863-2.087T15.525 10.5q-1.15 0-1.962 .834T12.75 13.375q0 .526 .15 1.013Q13.05 14.875 13.375 15.275l-1.05 1.05q-.575-.6-.825-1.385T11.25 13.325q0-.782 .25-1.503Q11.75 11.1 12.25 10.525q-.2-.05-.337-.037t-.263 .012q-1.675 0-2.937 1.375T7.45 15.075q0 .897 .363 1.698Q8.175 17.575 8.811 18.184q.637 .608 1.475 .962Q11.125 19.5 12.05 19.5Zm4.95-1.75q-.3 0-.525-.225t-.225-.537q0-.313 .225-.525t.538-.213q.312 0 .525 .216 .212 .215 .212 .534 0 .3-.215 .525-.216 .225-.535 .225ZM13.975 14.25Z" />
</vector>

Pest Control Rodent icon in SVG

npm install @material-symbols/svg-400

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

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

Pest Control Rodent 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 Rodent
Ligaturepest_control_rodent
Code pointU+F0FD
CategoryMaps
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/pest_control_rodent.svg, pest_control_rodent-fill.svg
FlutterSymbols.pest_control_rodent
LicenseApache License 2.0 (© Google LLC)

Keywords

mapshomehealthservicehouseproblemissuepropertytreatmentanimalmousepreventionsanitation

Related icons