round pest control rodent icon

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

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

More maps icons from Google Material Icons

Use the round 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="m21.31 17.38l-2.39-2.13c.52-2.36-1.36-4.25-3.42-4.25c-1.16 0-3.5.9-3.5 3.5c0 .81.27 1.55.74 2.15c.15.2.14.48-.04.66a.51.51 0 0 1-.75-.04c-.6-.77-.95-1.73-.95-2.77c0-1.7.96-3.17 2.35-3.93a5 5 0 0 0-2.28-.57c-2.38 0-4.37 1.65-4.91 3.87a2.99 2.99 0 0 1-2.15-3.14C4.15 9.16 5.54 8 7.11 8h2c1.58 0 2.75-.95 2.87-2.25A2.49 2.49 0 0 0 9.5 3H8.05c-.5 0-.96.34-1.04.83C6.91 4.46 7.39 5 8 5h1.5c.28 0 .5.22.5.5s-.22.5-.5.5H7.16c-2.67 0-4.99 2.03-5.15 4.7A4.995 4.995 0 0 0 6 15.9v.03C6 18.73 8.27 21 11.07 21h8.86c1.87 0 2.81-2.34 1.38-3.62M18 19c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundPestControlRodent(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.31 17.38l-2.39-2.13c.52-2.36-1.36-4.25-3.42-4.25c-1.16 0-3.5.9-3.5 3.5c0 .81.27 1.55.74 2.15c.15.2.14.48-.04.66a.51.51 0 0 1-.75-.04c-.6-.77-.95-1.73-.95-2.77c0-1.7.96-3.17 2.35-3.93a5 5 0 0 0-2.28-.57c-2.38 0-4.37 1.65-4.91 3.87a2.99 2.99 0 0 1-2.15-3.14C4.15 9.16 5.54 8 7.11 8h2c1.58 0 2.75-.95 2.87-2.25A2.49 2.49 0 0 0 9.5 3H8.05c-.5 0-.96.34-1.04.83C6.91 4.46 7.39 5 8 5h1.5c.28 0 .5.22.5.5s-.22.5-.5.5H7.16c-2.67 0-4.99 2.03-5.15 4.7A4.995 4.995 0 0 0 6 15.9v.03C6 18.73 8.27 21 11.07 21h8.86c1.87 0 2.81-2.34 1.38-3.62M18 19c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1"/></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.31 17.38l-2.39-2.13c.52-2.36-1.36-4.25-3.42-4.25c-1.16 0-3.5.9-3.5 3.5c0 .81.27 1.55.74 2.15c.15.2.14.48-.04.66a.51.51 0 0 1-.75-.04c-.6-.77-.95-1.73-.95-2.77c0-1.7.96-3.17 2.35-3.93a5 5 0 0 0-2.28-.57c-2.38 0-4.37 1.65-4.91 3.87a2.99 2.99 0 0 1-2.15-3.14C4.15 9.16 5.54 8 7.11 8h2c1.58 0 2.75-.95 2.87-2.25A2.49 2.49 0 0 0 9.5 3H8.05c-.5 0-.96.34-1.04.83C6.91 4.46 7.39 5 8 5h1.5c.28 0 .5.22.5.5s-.22.5-.5.5H7.16c-2.67 0-4.99 2.03-5.15 4.7A4.995 4.995 0 0 0 6 15.9v.03C6 18.73 8.27 21 11.07 21h8.86c1.87 0 2.81-2.34 1.38-3.62M18 19c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1"/></svg>
</template>

CSS

.icon-round-pest-control-rodent {
  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.31%2017.38l-2.39-2.13c.52-2.36-1.36-4.25-3.42-4.25c-1.16%200-3.5.9-3.5%203.5c0%20.81.27%201.55.74%202.15c.15.2.14.48-.04.66a.51.51%200%200%201-.75-.04c-.6-.77-.95-1.73-.95-2.77c0-1.7.96-3.17%202.35-3.93a5%205%200%200%200-2.28-.57c-2.38%200-4.37%201.65-4.91%203.87a2.99%202.99%200%200%201-2.15-3.14C4.15%209.16%205.54%208%207.11%208h2c1.58%200%202.75-.95%202.87-2.25A2.49%202.49%200%200%200%209.5%203H8.05c-.5%200-.96.34-1.04.83C6.91%204.46%207.39%205%208%205h1.5c.28%200%20.5.22.5.5s-.22.5-.5.5H7.16c-2.67%200-4.99%202.03-5.15%204.7A4.995%204.995%200%200%200%206%2015.9v.03C6%2018.73%208.27%2021%2011.07%2021h8.86c1.87%200%202.81-2.34%201.38-3.62M18%2019c-.55%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201%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.31%2017.38l-2.39-2.13c.52-2.36-1.36-4.25-3.42-4.25c-1.16%200-3.5.9-3.5%203.5c0%20.81.27%201.55.74%202.15c.15.2.14.48-.04.66a.51.51%200%200%201-.75-.04c-.6-.77-.95-1.73-.95-2.77c0-1.7.96-3.17%202.35-3.93a5%205%200%200%200-2.28-.57c-2.38%200-4.37%201.65-4.91%203.87a2.99%202.99%200%200%201-2.15-3.14C4.15%209.16%205.54%208%207.11%208h2c1.58%200%202.75-.95%202.87-2.25A2.49%202.49%200%200%200%209.5%203H8.05c-.5%200-.96.34-1.04.83C6.91%204.46%207.39%205%208%205h1.5c.28%200%20.5.22.5.5s-.22.5-.5.5H7.16c-2.67%200-4.99%202.03-5.15%204.7A4.995%204.995%200%200%200%206%2015.9v.03C6%2018.73%208.27%2021%2011.07%2021h8.86c1.87%200%202.81-2.34%201.38-3.62M18%2019c-.55%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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