outline pest control rodent icon

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

Name
outline-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 outline pest control rodent icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="17" cy="17" r="1" fill="currentColor"/><path fill="currentColor" d="m20.86 14.97l-.93-.84c.48-3.45-2.87-6.04-6.05-4.82A5.8 5.8 0 0 0 12 9c-4.26 0-5.65 3.58-5.89 4.85A2.98 2.98 0 0 1 4 11c0-1.66 1.34-3 3-3h2.5a2.5 2.5 0 0 0 0-5H8c-.55 0-1 .45-1 1s.45 1 1 1h1.5c.28 0 .5.22.5.5s-.22.5-.5.5H7c-2.76 0-5 2.24-5 5c0 2.44 1.76 4.47 4.07 4.91A6 6 0 0 0 12 21h6.53c3.11 0 4.7-3.89 2.33-6.03M18.53 19H12c-1.21 0-2.34-.54-3.11-1.48c-.78-.95-1.06-2.16-.8-3.41a3.95 3.95 0 0 1 2.99-3.01c.22-.05.45-.06.67-.07c-.47.71-.75 1.55-.75 2.47c0 1.24.5 2.37 1.32 3.18l1.41-1.41c-.45-.45-.73-1.08-.73-1.77c0-1.42 1.2-2.5 2.5-2.5a2.5 2.5 0 0 1 2.5 2.5c0 .46-.13.88-.35 1.25l1.87 1.7c.31.28.48.67.48 1.09c0 .8-.66 1.46-1.47 1.46"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlinePestControlRodent(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="17" cy="17" r="1" fill="currentColor"/><path fill="currentColor" d="m20.86 14.97l-.93-.84c.48-3.45-2.87-6.04-6.05-4.82A5.8 5.8 0 0 0 12 9c-4.26 0-5.65 3.58-5.89 4.85A2.98 2.98 0 0 1 4 11c0-1.66 1.34-3 3-3h2.5a2.5 2.5 0 0 0 0-5H8c-.55 0-1 .45-1 1s.45 1 1 1h1.5c.28 0 .5.22.5.5s-.22.5-.5.5H7c-2.76 0-5 2.24-5 5c0 2.44 1.76 4.47 4.07 4.91A6 6 0 0 0 12 21h6.53c3.11 0 4.7-3.89 2.33-6.03M18.53 19H12c-1.21 0-2.34-.54-3.11-1.48c-.78-.95-1.06-2.16-.8-3.41a3.95 3.95 0 0 1 2.99-3.01c.22-.05.45-.06.67-.07c-.47.71-.75 1.55-.75 2.47c0 1.24.5 2.37 1.32 3.18l1.41-1.41c-.45-.45-.73-1.08-.73-1.77c0-1.42 1.2-2.5 2.5-2.5a2.5 2.5 0 0 1 2.5 2.5c0 .46-.13.88-.35 1.25l1.87 1.7c.31.28.48.67.48 1.09c0 .8-.66 1.46-1.47 1.46"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="17" cy="17" r="1" fill="currentColor"/><path fill="currentColor" d="m20.86 14.97l-.93-.84c.48-3.45-2.87-6.04-6.05-4.82A5.8 5.8 0 0 0 12 9c-4.26 0-5.65 3.58-5.89 4.85A2.98 2.98 0 0 1 4 11c0-1.66 1.34-3 3-3h2.5a2.5 2.5 0 0 0 0-5H8c-.55 0-1 .45-1 1s.45 1 1 1h1.5c.28 0 .5.22.5.5s-.22.5-.5.5H7c-2.76 0-5 2.24-5 5c0 2.44 1.76 4.47 4.07 4.91A6 6 0 0 0 12 21h6.53c3.11 0 4.7-3.89 2.33-6.03M18.53 19H12c-1.21 0-2.34-.54-3.11-1.48c-.78-.95-1.06-2.16-.8-3.41a3.95 3.95 0 0 1 2.99-3.01c.22-.05.45-.06.67-.07c-.47.71-.75 1.55-.75 2.47c0 1.24.5 2.37 1.32 3.18l1.41-1.41c-.45-.45-.73-1.08-.73-1.77c0-1.42 1.2-2.5 2.5-2.5a2.5 2.5 0 0 1 2.5 2.5c0 .46-.13.88-.35 1.25l1.87 1.7c.31.28.48.67.48 1.09c0 .8-.66 1.46-1.47 1.46"/></svg>
</template>

CSS

.icon-outline-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%3Ccircle%20cx%3D%2217%22%20cy%3D%2217%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m20.86%2014.97l-.93-.84c.48-3.45-2.87-6.04-6.05-4.82A5.8%205.8%200%200%200%2012%209c-4.26%200-5.65%203.58-5.89%204.85A2.98%202.98%200%200%201%204%2011c0-1.66%201.34-3%203-3h2.5a2.5%202.5%200%200%200%200-5H8c-.55%200-1%20.45-1%201s.45%201%201%201h1.5c.28%200%20.5.22.5.5s-.22.5-.5.5H7c-2.76%200-5%202.24-5%205c0%202.44%201.76%204.47%204.07%204.91A6%206%200%200%200%2012%2021h6.53c3.11%200%204.7-3.89%202.33-6.03M18.53%2019H12c-1.21%200-2.34-.54-3.11-1.48c-.78-.95-1.06-2.16-.8-3.41a3.95%203.95%200%200%201%202.99-3.01c.22-.05.45-.06.67-.07c-.47.71-.75%201.55-.75%202.47c0%201.24.5%202.37%201.32%203.18l1.41-1.41c-.45-.45-.73-1.08-.73-1.77c0-1.42%201.2-2.5%202.5-2.5a2.5%202.5%200%200%201%202.5%202.5c0%20.46-.13.88-.35%201.25l1.87%201.7c.31.28.48.67.48%201.09c0%20.8-.66%201.46-1.47%201.46%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%3Ccircle%20cx%3D%2217%22%20cy%3D%2217%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m20.86%2014.97l-.93-.84c.48-3.45-2.87-6.04-6.05-4.82A5.8%205.8%200%200%200%2012%209c-4.26%200-5.65%203.58-5.89%204.85A2.98%202.98%200%200%201%204%2011c0-1.66%201.34-3%203-3h2.5a2.5%202.5%200%200%200%200-5H8c-.55%200-1%20.45-1%201s.45%201%201%201h1.5c.28%200%20.5.22.5.5s-.22.5-.5.5H7c-2.76%200-5%202.24-5%205c0%202.44%201.76%204.47%204.07%204.91A6%206%200%200%200%2012%2021h6.53c3.11%200%204.7-3.89%202.33-6.03M18.53%2019H12c-1.21%200-2.34-.54-3.11-1.48c-.78-.95-1.06-2.16-.8-3.41a3.95%203.95%200%200%201%202.99-3.01c.22-.05.45-.06.67-.07c-.47.71-.75%201.55-.75%202.47c0%201.24.5%202.37%201.32%203.18l1.41-1.41c-.45-.45-.73-1.08-.73-1.77c0-1.42%201.2-2.5%202.5-2.5a2.5%202.5%200%200%201%202.5%202.5c0%20.46-.13.88-.35%201.25l1.87%201.7c.31.28.48.67.48%201.09c0%20.8-.66%201.46-1.47%201.46%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-rodent.svg?color=%231a73e8&size=48