pest control rodent icon
pest-control-rodent-rounded from Material Symbols Light by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- pest-control-rodent-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
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.135 20.154q-2.039 0-3.518-1.37t-1.6-3.384q-1.588-.35-2.61-1.596T3.385 10.93q0-1.825 1.241-3.128T7.673 6.5h2.712q.411 0 .706-.294q.294-.295.294-.706t-.294-.706t-.706-.294h-1.5q-.214 0-.357-.143q-.144-.144-.144-.357t.144-.357q.143-.143.357-.143h1.5q.838 0 1.419.58t.58 1.42t-.58 1.42t-1.42.58h-2.71q-1.384 0-2.336 1.004t-.952 2.421q0 1.212.738 2.149t1.92 1.276q.245-1.913 1.633-3.199t3.293-1.285q.481 0 .944.072t.899.24q-.968.507-1.572 1.4q-.605.895-.605 1.982q0 .569.148 1.139t.494 1.03q.067.073.184.095t.189-.051q.067-.067.08-.174t-.055-.18q-.292-.411-.416-.875q-.124-.463-.124-.967q0-1.36.957-2.295t2.318-.936q1.354 0 2.289.936t.936 2.284q0 .465-.126.922q-.126.456-.397.843l2.227 2.096q.319.275.526.622q.206.347.206.767q0 .594-.506.966q-.507.372-1.157.372zm5.405-2.384q.23-.23.23-.54q0-.309-.23-.539t-.54-.23t-.54.23t-.23.54t.23.54q.23.229.54.229t.54-.23"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPestControlRodentRounded(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.135 20.154q-2.039 0-3.518-1.37t-1.6-3.384q-1.588-.35-2.61-1.596T3.385 10.93q0-1.825 1.241-3.128T7.673 6.5h2.712q.411 0 .706-.294q.294-.295.294-.706t-.294-.706t-.706-.294h-1.5q-.214 0-.357-.143q-.144-.144-.144-.357t.144-.357q.143-.143.357-.143h1.5q.838 0 1.419.58t.58 1.42t-.58 1.42t-1.42.58h-2.71q-1.384 0-2.336 1.004t-.952 2.421q0 1.212.738 2.149t1.92 1.276q.245-1.913 1.633-3.199t3.293-1.285q.481 0 .944.072t.899.24q-.968.507-1.572 1.4q-.605.895-.605 1.982q0 .569.148 1.139t.494 1.03q.067.073.184.095t.189-.051q.067-.067.08-.174t-.055-.18q-.292-.411-.416-.875q-.124-.463-.124-.967q0-1.36.957-2.295t2.318-.936q1.354 0 2.289.936t.936 2.284q0 .465-.126.922q-.126.456-.397.843l2.227 2.096q.319.275.526.622q.206.347.206.767q0 .594-.506.966q-.507.372-1.157.372zm5.405-2.384q.23-.23.23-.54q0-.309-.23-.539t-.54-.23t-.54.23t-.23.54t.23.54q.23.229.54.229t.54-.23"/></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.135 20.154q-2.039 0-3.518-1.37t-1.6-3.384q-1.588-.35-2.61-1.596T3.385 10.93q0-1.825 1.241-3.128T7.673 6.5h2.712q.411 0 .706-.294q.294-.295.294-.706t-.294-.706t-.706-.294h-1.5q-.214 0-.357-.143q-.144-.144-.144-.357t.144-.357q.143-.143.357-.143h1.5q.838 0 1.419.58t.58 1.42t-.58 1.42t-1.42.58h-2.71q-1.384 0-2.336 1.004t-.952 2.421q0 1.212.738 2.149t1.92 1.276q.245-1.913 1.633-3.199t3.293-1.285q.481 0 .944.072t.899.24q-.968.507-1.572 1.4q-.605.895-.605 1.982q0 .569.148 1.139t.494 1.03q.067.073.184.095t.189-.051q.067-.067.08-.174t-.055-.18q-.292-.411-.416-.875q-.124-.463-.124-.967q0-1.36.957-2.295t2.318-.936q1.354 0 2.289.936t.936 2.284q0 .465-.126.922q-.126.456-.397.843l2.227 2.096q.319.275.526.622q.206.347.206.767q0 .594-.506.966q-.507.372-1.157.372zm5.405-2.384q.23-.23.23-.54q0-.309-.23-.539t-.54-.23t-.54.23t-.23.54t.23.54q.23.229.54.229t.54-.23"/></svg> </template>
CSS
.icon-pest-control-rodent-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.135%2020.154q-2.039%200-3.518-1.37t-1.6-3.384q-1.588-.35-2.61-1.596T3.385%2010.93q0-1.825%201.241-3.128T7.673%206.5h2.712q.411%200%20.706-.294q.294-.295.294-.706t-.294-.706t-.706-.294h-1.5q-.214%200-.357-.143q-.144-.144-.144-.357t.144-.357q.143-.143.357-.143h1.5q.838%200%201.419.58t.58%201.42t-.58%201.42t-1.42.58h-2.71q-1.384%200-2.336%201.004t-.952%202.421q0%201.212.738%202.149t1.92%201.276q.245-1.913%201.633-3.199t3.293-1.285q.481%200%20.944.072t.899.24q-.968.507-1.572%201.4q-.605.895-.605%201.982q0%20.569.148%201.139t.494%201.03q.067.073.184.095t.189-.051q.067-.067.08-.174t-.055-.18q-.292-.411-.416-.875q-.124-.463-.124-.967q0-1.36.957-2.295t2.318-.936q1.354%200%202.289.936t.936%202.284q0%20.465-.126.922q-.126.456-.397.843l2.227%202.096q.319.275.526.622q.206.347.206.767q0%20.594-.506.966q-.507.372-1.157.372zm5.405-2.384q.23-.23.23-.54q0-.309-.23-.539t-.54-.23t-.54.23t-.23.54t.23.54q.23.229.54.229t.54-.23%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.135%2020.154q-2.039%200-3.518-1.37t-1.6-3.384q-1.588-.35-2.61-1.596T3.385%2010.93q0-1.825%201.241-3.128T7.673%206.5h2.712q.411%200%20.706-.294q.294-.295.294-.706t-.294-.706t-.706-.294h-1.5q-.214%200-.357-.143q-.144-.144-.144-.357t.144-.357q.143-.143.357-.143h1.5q.838%200%201.419.58t.58%201.42t-.58%201.42t-1.42.58h-2.71q-1.384%200-2.336%201.004t-.952%202.421q0%201.212.738%202.149t1.92%201.276q.245-1.913%201.633-3.199t3.293-1.285q.481%200%20.944.072t.899.24q-.968.507-1.572%201.4q-.605.895-.605%201.982q0%20.569.148%201.139t.494%201.03q.067.073.184.095t.189-.051q.067-.067.08-.174t-.055-.18q-.292-.411-.416-.875q-.124-.463-.124-.967q0-1.36.957-2.295t2.318-.936q1.354%200%202.289.936t.936%202.284q0%20.465-.126.922q-.126.456-.397.843l2.227%202.096q.319.275.526.622q.206.347.206.767q0%20.594-.506.966q-.507.372-1.157.372zm5.405-2.384q.23-.23.23-.54q0-.309-.23-.539t-.54-.23t-.54.23t-.23.54t.23.54q.23.229.54.229t.54-.23%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/pest-control-rodent-rounded.svg?color=%231a73e8&size=48