rodent icon
rodent from Material Design Icons by Pictogrammers · Filled · Animal · Apache-2.0 Free for personal and commercial use.
- Name
- rodent
- Set
- Material Design Icons
- Style
- Filled
- Category
- Animal
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- rat
More animal icons from Material Design Icons
Use the 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.33 17.39c1.4 1.27.47 3.61-1.41 3.61h-8.86A5.04 5.04 0 0 1 6 15.94v-.05c-2.3-.47-4-2.48-4-4.89c0-2.75 2.22-5 5-5h2.5c.3 0 .5-.23.5-.5S9.8 5 9.5 5H7V3h2.5C10.88 3 12 4.13 12 5.5C12 6.89 10.88 8 9.5 8H7c-1.66 0-3 1.33-3 3c0 1.37.92 2.5 2.14 2.87c.56-2.2 2.53-3.87 4.92-3.87c.8 0 1.6.22 2.3.55c-1.41.79-2.36 2.25-2.36 3.95c0 1.25.5 2.37 1.33 3.17l.7-.7c-.65-.61-1.03-1.5-1.03-2.47c0-2.59 2.34-3.5 3.5-3.5c2.08 0 3.95 1.89 3.44 4.23zM18 19c.56 0 1-.44 1-1s-.44-1-1-1s-1 .44-1 1s.44 1 1 1"/></svg>
React
import type { SVGProps } from "react";
export function MdiRodent(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.33 17.39c1.4 1.27.47 3.61-1.41 3.61h-8.86A5.04 5.04 0 0 1 6 15.94v-.05c-2.3-.47-4-2.48-4-4.89c0-2.75 2.22-5 5-5h2.5c.3 0 .5-.23.5-.5S9.8 5 9.5 5H7V3h2.5C10.88 3 12 4.13 12 5.5C12 6.89 10.88 8 9.5 8H7c-1.66 0-3 1.33-3 3c0 1.37.92 2.5 2.14 2.87c.56-2.2 2.53-3.87 4.92-3.87c.8 0 1.6.22 2.3.55c-1.41.79-2.36 2.25-2.36 3.95c0 1.25.5 2.37 1.33 3.17l.7-.7c-.65-.61-1.03-1.5-1.03-2.47c0-2.59 2.34-3.5 3.5-3.5c2.08 0 3.95 1.89 3.44 4.23zM18 19c.56 0 1-.44 1-1s-.44-1-1-1s-1 .44-1 1s.44 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.33 17.39c1.4 1.27.47 3.61-1.41 3.61h-8.86A5.04 5.04 0 0 1 6 15.94v-.05c-2.3-.47-4-2.48-4-4.89c0-2.75 2.22-5 5-5h2.5c.3 0 .5-.23.5-.5S9.8 5 9.5 5H7V3h2.5C10.88 3 12 4.13 12 5.5C12 6.89 10.88 8 9.5 8H7c-1.66 0-3 1.33-3 3c0 1.37.92 2.5 2.14 2.87c.56-2.2 2.53-3.87 4.92-3.87c.8 0 1.6.22 2.3.55c-1.41.79-2.36 2.25-2.36 3.95c0 1.25.5 2.37 1.33 3.17l.7-.7c-.65-.61-1.03-1.5-1.03-2.47c0-2.59 2.34-3.5 3.5-3.5c2.08 0 3.95 1.89 3.44 4.23zM18 19c.56 0 1-.44 1-1s-.44-1-1-1s-1 .44-1 1s.44 1 1 1"/></svg> </template>
CSS
.icon-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.33%2017.39c1.4%201.27.47%203.61-1.41%203.61h-8.86A5.04%205.04%200%200%201%206%2015.94v-.05c-2.3-.47-4-2.48-4-4.89c0-2.75%202.22-5%205-5h2.5c.3%200%20.5-.23.5-.5S9.8%205%209.5%205H7V3h2.5C10.88%203%2012%204.13%2012%205.5C12%206.89%2010.88%208%209.5%208H7c-1.66%200-3%201.33-3%203c0%201.37.92%202.5%202.14%202.87c.56-2.2%202.53-3.87%204.92-3.87c.8%200%201.6.22%202.3.55c-1.41.79-2.36%202.25-2.36%203.95c0%201.25.5%202.37%201.33%203.17l.7-.7c-.65-.61-1.03-1.5-1.03-2.47c0-2.59%202.34-3.5%203.5-3.5c2.08%200%203.95%201.89%203.44%204.23zM18%2019c.56%200%201-.44%201-1s-.44-1-1-1s-1%20.44-1%201s.44%201%201%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.33%2017.39c1.4%201.27.47%203.61-1.41%203.61h-8.86A5.04%205.04%200%200%201%206%2015.94v-.05c-2.3-.47-4-2.48-4-4.89c0-2.75%202.22-5%205-5h2.5c.3%200%20.5-.23.5-.5S9.8%205%209.5%205H7V3h2.5C10.88%203%2012%204.13%2012%205.5C12%206.89%2010.88%208%209.5%208H7c-1.66%200-3%201.33-3%203c0%201.37.92%202.5%202.14%202.87c.56-2.2%202.53-3.87%204.92-3.87c.8%200%201.6.22%202.3.55c-1.41.79-2.36%202.25-2.36%203.95c0%201.25.5%202.37%201.33%203.17l.7-.7c-.65-.61-1.03-1.5-1.03-2.47c0-2.59%202.34-3.5%203.5-3.5c2.08%200%203.95%201.89%203.44%204.23zM18%2019c.56%200%201-.44%201-1s-.44-1-1-1s-1%20.44-1%201s.44%201%201%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/rodent.svg?color=%231a73e8&size=48