pest control rodent icon
pest-control-rodent-outline-rounded from Material Symbols by Google · Outline Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- pest-control-rodent-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More maps icons from Material Symbols
Use the pest control rodent icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-2.275 0-3.963-1.437T6.076 15.9q-1.8-.35-2.937-1.75T2 10.95q0-2.075 1.463-3.512T7 6h2.5q.2 0 .35-.15T10 5.5t-.15-.35T9.5 5H8q-.425 0-.712-.288T7 4t.288-.712T8 3h1.5q1.05 0 1.775.725T12 5.5t-.725 1.775T9.5 8H7q-1.25 0-2.125.85T4 10.925q0 1 .575 1.813T6.1 13.85q.4-2.125 2.038-3.487T11.95 9q.5 0 .988.075t.912.2q.2-.075.388-.125t.387-.088t.425-.05T15.5 9q1.825 0 3.15 1.275t1.325 3.15q0 .225-.013.4t-.062.275l.95.875q.575.5.85 1.163t.275 1.387q0 1.45-1.013 2.463T18.525 21zm0-2h6.525q.6 0 1.038-.437T20 17.525q0-.325-.125-.6t-.35-.475l-1.875-1.7q.2-.275.275-.6t.075-.675q0-1.05-.725-1.763T15.5 11t-1.775.725T13 13.5q0 .325.063.613t.187.562q.175.4.088.8t-.438.6t-.737.113t-.588-.438q-.3-.525-.437-1.112T11 13.424q0-.65.175-1.25t.525-1.15q-1.5 0-2.6 1.175T8 15q0 .825.313 1.563t.862 1.275t1.275.85T12 19m5-1q-.425 0-.712-.288T16 17t.288-.712T17 16t.713.288T18 17t-.288.713T17 18m-3-4"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPestControlRodentOutlineRounded(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="M12 21q-2.275 0-3.963-1.437T6.076 15.9q-1.8-.35-2.937-1.75T2 10.95q0-2.075 1.463-3.512T7 6h2.5q.2 0 .35-.15T10 5.5t-.15-.35T9.5 5H8q-.425 0-.712-.288T7 4t.288-.712T8 3h1.5q1.05 0 1.775.725T12 5.5t-.725 1.775T9.5 8H7q-1.25 0-2.125.85T4 10.925q0 1 .575 1.813T6.1 13.85q.4-2.125 2.038-3.487T11.95 9q.5 0 .988.075t.912.2q.2-.075.388-.125t.387-.088t.425-.05T15.5 9q1.825 0 3.15 1.275t1.325 3.15q0 .225-.013.4t-.062.275l.95.875q.575.5.85 1.163t.275 1.387q0 1.45-1.013 2.463T18.525 21zm0-2h6.525q.6 0 1.038-.437T20 17.525q0-.325-.125-.6t-.35-.475l-1.875-1.7q.2-.275.275-.6t.075-.675q0-1.05-.725-1.763T15.5 11t-1.775.725T13 13.5q0 .325.063.613t.187.562q.175.4.088.8t-.438.6t-.737.113t-.588-.438q-.3-.525-.437-1.112T11 13.424q0-.65.175-1.25t.525-1.15q-1.5 0-2.6 1.175T8 15q0 .825.313 1.563t.862 1.275t1.275.85T12 19m5-1q-.425 0-.712-.288T16 17t.288-.712T17 16t.713.288T18 17t-.288.713T17 18m-3-4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-2.275 0-3.963-1.437T6.076 15.9q-1.8-.35-2.937-1.75T2 10.95q0-2.075 1.463-3.512T7 6h2.5q.2 0 .35-.15T10 5.5t-.15-.35T9.5 5H8q-.425 0-.712-.288T7 4t.288-.712T8 3h1.5q1.05 0 1.775.725T12 5.5t-.725 1.775T9.5 8H7q-1.25 0-2.125.85T4 10.925q0 1 .575 1.813T6.1 13.85q.4-2.125 2.038-3.487T11.95 9q.5 0 .988.075t.912.2q.2-.075.388-.125t.387-.088t.425-.05T15.5 9q1.825 0 3.15 1.275t1.325 3.15q0 .225-.013.4t-.062.275l.95.875q.575.5.85 1.163t.275 1.387q0 1.45-1.013 2.463T18.525 21zm0-2h6.525q.6 0 1.038-.437T20 17.525q0-.325-.125-.6t-.35-.475l-1.875-1.7q.2-.275.275-.6t.075-.675q0-1.05-.725-1.763T15.5 11t-1.775.725T13 13.5q0 .325.063.613t.187.562q.175.4.088.8t-.438.6t-.737.113t-.588-.438q-.3-.525-.437-1.112T11 13.424q0-.65.175-1.25t.525-1.15q-1.5 0-2.6 1.175T8 15q0 .825.313 1.563t.862 1.275t1.275.85T12 19m5-1q-.425 0-.712-.288T16 17t.288-.712T17 16t.713.288T18 17t-.288.713T17 18m-3-4"/></svg> </template>
CSS
.icon-pest-control-rodent-outline-rounded {
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%22M12%2021q-2.275%200-3.963-1.437T6.076%2015.9q-1.8-.35-2.937-1.75T2%2010.95q0-2.075%201.463-3.512T7%206h2.5q.2%200%20.35-.15T10%205.5t-.15-.35T9.5%205H8q-.425%200-.712-.288T7%204t.288-.712T8%203h1.5q1.05%200%201.775.725T12%205.5t-.725%201.775T9.5%208H7q-1.25%200-2.125.85T4%2010.925q0%201%20.575%201.813T6.1%2013.85q.4-2.125%202.038-3.487T11.95%209q.5%200%20.988.075t.912.2q.2-.075.388-.125t.387-.088t.425-.05T15.5%209q1.825%200%203.15%201.275t1.325%203.15q0%20.225-.013.4t-.062.275l.95.875q.575.5.85%201.163t.275%201.387q0%201.45-1.013%202.463T18.525%2021zm0-2h6.525q.6%200%201.038-.437T20%2017.525q0-.325-.125-.6t-.35-.475l-1.875-1.7q.2-.275.275-.6t.075-.675q0-1.05-.725-1.763T15.5%2011t-1.775.725T13%2013.5q0%20.325.063.613t.187.562q.175.4.088.8t-.438.6t-.737.113t-.588-.438q-.3-.525-.437-1.112T11%2013.424q0-.65.175-1.25t.525-1.15q-1.5%200-2.6%201.175T8%2015q0%20.825.313%201.563t.862%201.275t1.275.85T12%2019m5-1q-.425%200-.712-.288T16%2017t.288-.712T17%2016t.713.288T18%2017t-.288.713T17%2018m-3-4%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%22M12%2021q-2.275%200-3.963-1.437T6.076%2015.9q-1.8-.35-2.937-1.75T2%2010.95q0-2.075%201.463-3.512T7%206h2.5q.2%200%20.35-.15T10%205.5t-.15-.35T9.5%205H8q-.425%200-.712-.288T7%204t.288-.712T8%203h1.5q1.05%200%201.775.725T12%205.5t-.725%201.775T9.5%208H7q-1.25%200-2.125.85T4%2010.925q0%201%20.575%201.813T6.1%2013.85q.4-2.125%202.038-3.487T11.95%209q.5%200%20.988.075t.912.2q.2-.075.388-.125t.387-.088t.425-.05T15.5%209q1.825%200%203.15%201.275t1.325%203.15q0%20.225-.013.4t-.062.275l.95.875q.575.5.85%201.163t.275%201.387q0%201.45-1.013%202.463T18.525%2021zm0-2h6.525q.6%200%201.038-.437T20%2017.525q0-.325-.125-.6t-.35-.475l-1.875-1.7q.2-.275.275-.6t.075-.675q0-1.05-.725-1.763T15.5%2011t-1.775.725T13%2013.5q0%20.325.063.613t.187.562q.175.4.088.8t-.438.6t-.737.113t-.588-.438q-.3-.525-.437-1.112T11%2013.424q0-.65.175-1.25t.525-1.15q-1.5%200-2.6%201.175T8%2015q0%20.825.313%201.563t.862%201.275t1.275.85T12%2019m5-1q-.425%200-.712-.288T16%2017t.288-.712T17%2016t.713.288T18%2017t-.288.713T17%2018m-3-4%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-rodent-outline-rounded.svg?color=%231a73e8&size=48