animal rat icon
animal-rat-outline from Health Icons by Resolve to Save Lives · Outline · Zoonoses · MIT Free for personal and commercial use.
- Name
- animal-rat-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Zoonoses
- Viewbox
- 48×48
- License
- MIT
- Aliases
- animal-rat2x-outline
1 other variant in Health Icons
More zoonoses icons from Health Icons
animal-batanimal-chickenanimal-cowanimal-donkeyanimal-mosquitosanimal-piganimal-snakeanimal-spideranimal-tickmosquitoanimal-bat-negativeanimal-chicken-negativeanimal-cow-negativeanimal-donkey-negativeanimal-mosquitos-negativeanimal-pig-negativeanimal-rat-negativeanimal-spider-negativeanimal-tick-negative
Use the animal rat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M12 27.25a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/><path fill-rule="evenodd" d="M32 11a1 1 0 0 1 1-1c6.05 0 11 4.787 11 10.747c0 1.455-.297 2.845-.834 4.112c.54 1.443.834 3.006.834 4.637v2.754H4.361A.36.36 0 0 1 4 31.889c0-5.055 3.493-9.44 8.42-10.569l.111-.025c.46-1.676 1.46-3.447 2.348-4.335c1.616-1.616 4.203-1.65 5.777-.076c.32.319.573.68.76 1.066a26.5 26.5 0 0 1 9.338-1.7c4.653 0 8.746 2.4 11.109 6.028q.136-.747.137-1.531C42 15.94 37.995 12 33 12a1 1 0 0 1-1-1m-10.192 8.942a4.2 4.2 0 0 1-1.229 2.719c-1.616 1.616-6.154 3.602-7.728 2.028c-.318-.318-.491-.758-.55-1.27a8.85 8.85 0 0 0-6.149 6.831h13.935c.453-2.574 2.624-4.571 5.3-4.571h4.361l.094-.211v-.002l.122-.273c.295-.66.721-1.582 1.305-2.529c.801-1.3 1.969-2.762 3.607-3.635a11.2 11.2 0 0 0-4.122-.779a24.5 24.5 0 0 0-8.946 1.692m11.164 3.771c1.009-1.637 2.387-3.095 4.272-3.403A11.23 11.23 0 0 1 42 29.496v.754H22.134c.414-1.506 1.739-2.571 3.253-2.571h4.936c.398 0 .65-.225.72-.289c.095-.09.16-.181.195-.234c.073-.11.137-.235.186-.336c.075-.154.165-.358.263-.578l.103-.233c.286-.64.67-1.464 1.182-2.296m-13.807-2.466c-.532.532-1.77 1.293-3.088 1.724c-.64.21-1.176.298-1.552.293a1.5 1.5 0 0 1-.23-.019a1.5 1.5 0 0 1-.019-.23c-.006-.377.083-.912.293-1.553c.43-1.316 1.192-2.555 1.724-3.088c.87-.87 2.19-.834 2.949-.076s.794 2.078-.077 2.949m-4.845 2.099l-.001-.004z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsAnimalRatOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M12 27.25a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/><path fillRule="evenodd" d="M32 11a1 1 0 0 1 1-1c6.05 0 11 4.787 11 10.747c0 1.455-.297 2.845-.834 4.112c.54 1.443.834 3.006.834 4.637v2.754H4.361A.36.36 0 0 1 4 31.889c0-5.055 3.493-9.44 8.42-10.569l.111-.025c.46-1.676 1.46-3.447 2.348-4.335c1.616-1.616 4.203-1.65 5.777-.076c.32.319.573.68.76 1.066a26.5 26.5 0 0 1 9.338-1.7c4.653 0 8.746 2.4 11.109 6.028q.136-.747.137-1.531C42 15.94 37.995 12 33 12a1 1 0 0 1-1-1m-10.192 8.942a4.2 4.2 0 0 1-1.229 2.719c-1.616 1.616-6.154 3.602-7.728 2.028c-.318-.318-.491-.758-.55-1.27a8.85 8.85 0 0 0-6.149 6.831h13.935c.453-2.574 2.624-4.571 5.3-4.571h4.361l.094-.211v-.002l.122-.273c.295-.66.721-1.582 1.305-2.529c.801-1.3 1.969-2.762 3.607-3.635a11.2 11.2 0 0 0-4.122-.779a24.5 24.5 0 0 0-8.946 1.692m11.164 3.771c1.009-1.637 2.387-3.095 4.272-3.403A11.23 11.23 0 0 1 42 29.496v.754H22.134c.414-1.506 1.739-2.571 3.253-2.571h4.936c.398 0 .65-.225.72-.289c.095-.09.16-.181.195-.234c.073-.11.137-.235.186-.336c.075-.154.165-.358.263-.578l.103-.233c.286-.64.67-1.464 1.182-2.296m-13.807-2.466c-.532.532-1.77 1.293-3.088 1.724c-.64.21-1.176.298-1.552.293a1.5 1.5 0 0 1-.23-.019a1.5 1.5 0 0 1-.019-.23c-.006-.377.083-.912.293-1.553c.43-1.316 1.192-2.555 1.724-3.088c.87-.87 2.19-.834 2.949-.076s.794 2.078-.077 2.949m-4.845 2.099l-.001-.004z" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M12 27.25a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/><path fill-rule="evenodd" d="M32 11a1 1 0 0 1 1-1c6.05 0 11 4.787 11 10.747c0 1.455-.297 2.845-.834 4.112c.54 1.443.834 3.006.834 4.637v2.754H4.361A.36.36 0 0 1 4 31.889c0-5.055 3.493-9.44 8.42-10.569l.111-.025c.46-1.676 1.46-3.447 2.348-4.335c1.616-1.616 4.203-1.65 5.777-.076c.32.319.573.68.76 1.066a26.5 26.5 0 0 1 9.338-1.7c4.653 0 8.746 2.4 11.109 6.028q.136-.747.137-1.531C42 15.94 37.995 12 33 12a1 1 0 0 1-1-1m-10.192 8.942a4.2 4.2 0 0 1-1.229 2.719c-1.616 1.616-6.154 3.602-7.728 2.028c-.318-.318-.491-.758-.55-1.27a8.85 8.85 0 0 0-6.149 6.831h13.935c.453-2.574 2.624-4.571 5.3-4.571h4.361l.094-.211v-.002l.122-.273c.295-.66.721-1.582 1.305-2.529c.801-1.3 1.969-2.762 3.607-3.635a11.2 11.2 0 0 0-4.122-.779a24.5 24.5 0 0 0-8.946 1.692m11.164 3.771c1.009-1.637 2.387-3.095 4.272-3.403A11.23 11.23 0 0 1 42 29.496v.754H22.134c.414-1.506 1.739-2.571 3.253-2.571h4.936c.398 0 .65-.225.72-.289c.095-.09.16-.181.195-.234c.073-.11.137-.235.186-.336c.075-.154.165-.358.263-.578l.103-.233c.286-.64.67-1.464 1.182-2.296m-13.807-2.466c-.532.532-1.77 1.293-3.088 1.724c-.64.21-1.176.298-1.552.293a1.5 1.5 0 0 1-.23-.019a1.5 1.5 0 0 1-.019-.23c-.006-.377.083-.912.293-1.553c.43-1.316 1.192-2.555 1.724-3.088c.87-.87 2.19-.834 2.949-.076s.794 2.078-.077 2.949m-4.845 2.099l-.001-.004z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-animal-rat-outline {
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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%2027.25a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M32%2011a1%201%200%200%201%201-1c6.05%200%2011%204.787%2011%2010.747c0%201.455-.297%202.845-.834%204.112c.54%201.443.834%203.006.834%204.637v2.754H4.361A.36.36%200%200%201%204%2031.889c0-5.055%203.493-9.44%208.42-10.569l.111-.025c.46-1.676%201.46-3.447%202.348-4.335c1.616-1.616%204.203-1.65%205.777-.076c.32.319.573.68.76%201.066a26.5%2026.5%200%200%201%209.338-1.7c4.653%200%208.746%202.4%2011.109%206.028q.136-.747.137-1.531C42%2015.94%2037.995%2012%2033%2012a1%201%200%200%201-1-1m-10.192%208.942a4.2%204.2%200%200%201-1.229%202.719c-1.616%201.616-6.154%203.602-7.728%202.028c-.318-.318-.491-.758-.55-1.27a8.85%208.85%200%200%200-6.149%206.831h13.935c.453-2.574%202.624-4.571%205.3-4.571h4.361l.094-.211v-.002l.122-.273c.295-.66.721-1.582%201.305-2.529c.801-1.3%201.969-2.762%203.607-3.635a11.2%2011.2%200%200%200-4.122-.779a24.5%2024.5%200%200%200-8.946%201.692m11.164%203.771c1.009-1.637%202.387-3.095%204.272-3.403A11.23%2011.23%200%200%201%2042%2029.496v.754H22.134c.414-1.506%201.739-2.571%203.253-2.571h4.936c.398%200%20.65-.225.72-.289c.095-.09.16-.181.195-.234c.073-.11.137-.235.186-.336c.075-.154.165-.358.263-.578l.103-.233c.286-.64.67-1.464%201.182-2.296m-13.807-2.466c-.532.532-1.77%201.293-3.088%201.724c-.64.21-1.176.298-1.552.293a1.5%201.5%200%200%201-.23-.019a1.5%201.5%200%200%201-.019-.23c-.006-.377.083-.912.293-1.553c.43-1.316%201.192-2.555%201.724-3.088c.87-.87%202.19-.834%202.949-.076s.794%202.078-.077%202.949m-4.845%202.099l-.001-.004z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%2027.25a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M32%2011a1%201%200%200%201%201-1c6.05%200%2011%204.787%2011%2010.747c0%201.455-.297%202.845-.834%204.112c.54%201.443.834%203.006.834%204.637v2.754H4.361A.36.36%200%200%201%204%2031.889c0-5.055%203.493-9.44%208.42-10.569l.111-.025c.46-1.676%201.46-3.447%202.348-4.335c1.616-1.616%204.203-1.65%205.777-.076c.32.319.573.68.76%201.066a26.5%2026.5%200%200%201%209.338-1.7c4.653%200%208.746%202.4%2011.109%206.028q.136-.747.137-1.531C42%2015.94%2037.995%2012%2033%2012a1%201%200%200%201-1-1m-10.192%208.942a4.2%204.2%200%200%201-1.229%202.719c-1.616%201.616-6.154%203.602-7.728%202.028c-.318-.318-.491-.758-.55-1.27a8.85%208.85%200%200%200-6.149%206.831h13.935c.453-2.574%202.624-4.571%205.3-4.571h4.361l.094-.211v-.002l.122-.273c.295-.66.721-1.582%201.305-2.529c.801-1.3%201.969-2.762%203.607-3.635a11.2%2011.2%200%200%200-4.122-.779a24.5%2024.5%200%200%200-8.946%201.692m11.164%203.771c1.009-1.637%202.387-3.095%204.272-3.403A11.23%2011.23%200%200%201%2042%2029.496v.754H22.134c.414-1.506%201.739-2.571%203.253-2.571h4.936c.398%200%20.65-.225.72-.289c.095-.09.16-.181.195-.234c.073-.11.137-.235.186-.336c.075-.154.165-.358.263-.578l.103-.233c.286-.64.67-1.464%201.182-2.296m-13.807-2.466c-.532.532-1.77%201.293-3.088%201.724c-.64.21-1.176.298-1.552.293a1.5%201.5%200%200%201-.23-.019a1.5%201.5%200%200%201-.019-.23c-.006-.377.083-.912.293-1.553c.43-1.316%201.192-2.555%201.724-3.088c.87-.87%202.19-.834%202.949-.076s.794%202.078-.077%202.949m-4.845%202.099l-.001-.004z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/animal-rat-outline.svg?color=%231a73e8&size=48