animal rat negative icon
animal-rat-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- animal-rat-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the animal rat negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsAnimalRatNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM14.751 17.088c-.86.859-1.815 2.576-2.251 4.214l-.08.018A10.84 10.84 0 0 0 4 31.89c0 .2.162.361.361.361H44v-2.754c0-1.631-.295-3.194-.834-4.637c.537-1.267.834-2.657.834-4.113C44 14.788 39.05 10 33 10a1 1 0 1 0 0 2c4.995 0 9 3.94 9 8.747q-.001.784-.137 1.531a13.3 13.3 0 0 0-1.607-2.01l-2.785.01c-2.002.224-3.45 1.733-4.5 3.435c-.512.832-.895 1.656-1.18 2.295l-.104.234c-.098.22-.188.424-.263.577a3 3 0 0 1-.186.337a1.3 1.3 0 0 1-.196.234c-.069.064-.32.288-.72.288h-4.935c-1.514 0-2.84 1.066-3.253 2.572v2H20v-1c0-3.038 2.374-5.572 5.387-5.572h4.361l.093-.209l.002-.003l.121-.273c.295-.66.721-1.582 1.305-2.53c1.112-1.803 2.93-3.92 5.731-4.34l.861-.007a13.2 13.2 0 0 0-7.107-2.066c-3.288 0-6.54.612-9.591 1.797a4.03 4.03 0 0 0-6.412-.96M13 26.25a1 1 0 1 1-2 0a1 1 0 0 1 2 0m3.05-3.238c1.286-.406 2.484-1.134 2.988-1.638a2.031 2.031 0 0 0-2.873-2.872c-.503.503-1.232 1.701-1.637 2.988c-.197.624-.277 1.145-.267 1.512c.004.118.015.198.026.25q.076.02.25.026c.368.01.889-.07 1.513-.266" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsAnimalRatNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsAnimalRatNegative(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsAnimalRatNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM14.751 17.088c-.86.859-1.815 2.576-2.251 4.214l-.08.018A10.84 10.84 0 0 0 4 31.89c0 .2.162.361.361.361H44v-2.754c0-1.631-.295-3.194-.834-4.637c.537-1.267.834-2.657.834-4.113C44 14.788 39.05 10 33 10a1 1 0 1 0 0 2c4.995 0 9 3.94 9 8.747q-.001.784-.137 1.531a13.3 13.3 0 0 0-1.607-2.01l-2.785.01c-2.002.224-3.45 1.733-4.5 3.435c-.512.832-.895 1.656-1.18 2.295l-.104.234c-.098.22-.188.424-.263.577a3 3 0 0 1-.186.337a1.3 1.3 0 0 1-.196.234c-.069.064-.32.288-.72.288h-4.935c-1.514 0-2.84 1.066-3.253 2.572v2H20v-1c0-3.038 2.374-5.572 5.387-5.572h4.361l.093-.209l.002-.003l.121-.273c.295-.66.721-1.582 1.305-2.53c1.112-1.803 2.93-3.92 5.731-4.34l.861-.007a13.2 13.2 0 0 0-7.107-2.066c-3.288 0-6.54.612-9.591 1.797a4.03 4.03 0 0 0-6.412-.96M13 26.25a1 1 0 1 1-2 0a1 1 0 0 1 2 0m3.05-3.238c1.286-.406 2.484-1.134 2.988-1.638a2.031 2.031 0 0 0-2.873-2.872c-.503.503-1.232 1.701-1.637 2.988c-.197.624-.277 1.145-.267 1.512c.004.118.015.198.026.25q.076.02.25.026c.368.01.889-.07 1.513-.266" clipRule="evenodd"/></g><defs><clipPath id="healthiconsAnimalRatNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsAnimalRatNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM14.751 17.088c-.86.859-1.815 2.576-2.251 4.214l-.08.018A10.84 10.84 0 0 0 4 31.89c0 .2.162.361.361.361H44v-2.754c0-1.631-.295-3.194-.834-4.637c.537-1.267.834-2.657.834-4.113C44 14.788 39.05 10 33 10a1 1 0 1 0 0 2c4.995 0 9 3.94 9 8.747q-.001.784-.137 1.531a13.3 13.3 0 0 0-1.607-2.01l-2.785.01c-2.002.224-3.45 1.733-4.5 3.435c-.512.832-.895 1.656-1.18 2.295l-.104.234c-.098.22-.188.424-.263.577a3 3 0 0 1-.186.337a1.3 1.3 0 0 1-.196.234c-.069.064-.32.288-.72.288h-4.935c-1.514 0-2.84 1.066-3.253 2.572v2H20v-1c0-3.038 2.374-5.572 5.387-5.572h4.361l.093-.209l.002-.003l.121-.273c.295-.66.721-1.582 1.305-2.53c1.112-1.803 2.93-3.92 5.731-4.34l.861-.007a13.2 13.2 0 0 0-7.107-2.066c-3.288 0-6.54.612-9.591 1.797a4.03 4.03 0 0 0-6.412-.96M13 26.25a1 1 0 1 1-2 0a1 1 0 0 1 2 0m3.05-3.238c1.286-.406 2.484-1.134 2.988-1.638a2.031 2.031 0 0 0-2.873-2.872c-.503.503-1.232 1.701-1.637 2.988c-.197.624-.277 1.145-.267 1.512c.004.118.015.198.026.25q.076.02.25.026c.368.01.889-.07 1.513-.266" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsAnimalRatNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-animal-rat-negative {
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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsAnimalRatNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM14.751%2017.088c-.86.859-1.815%202.576-2.251%204.214l-.08.018A10.84%2010.84%200%200%200%204%2031.89c0%20.2.162.361.361.361H44v-2.754c0-1.631-.295-3.194-.834-4.637c.537-1.267.834-2.657.834-4.113C44%2014.788%2039.05%2010%2033%2010a1%201%200%201%200%200%202c4.995%200%209%203.94%209%208.747q-.001.784-.137%201.531a13.3%2013.3%200%200%200-1.607-2.01l-2.785.01c-2.002.224-3.45%201.733-4.5%203.435c-.512.832-.895%201.656-1.18%202.295l-.104.234c-.098.22-.188.424-.263.577a3%203%200%200%201-.186.337a1.3%201.3%200%200%201-.196.234c-.069.064-.32.288-.72.288h-4.935c-1.514%200-2.84%201.066-3.253%202.572v2H20v-1c0-3.038%202.374-5.572%205.387-5.572h4.361l.093-.209l.002-.003l.121-.273c.295-.66.721-1.582%201.305-2.53c1.112-1.803%202.93-3.92%205.731-4.34l.861-.007a13.2%2013.2%200%200%200-7.107-2.066c-3.288%200-6.54.612-9.591%201.797a4.03%204.03%200%200%200-6.412-.96M13%2026.25a1%201%200%201%201-2%200a1%201%200%200%201%202%200m3.05-3.238c1.286-.406%202.484-1.134%202.988-1.638a2.031%202.031%200%200%200-2.873-2.872c-.503.503-1.232%201.701-1.637%202.988c-.197.624-.277%201.145-.267%201.512c.004.118.015.198.026.25q.076.02.25.026c.368.01.889-.07%201.513-.266%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsAnimalRatNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsAnimalRatNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM14.751%2017.088c-.86.859-1.815%202.576-2.251%204.214l-.08.018A10.84%2010.84%200%200%200%204%2031.89c0%20.2.162.361.361.361H44v-2.754c0-1.631-.295-3.194-.834-4.637c.537-1.267.834-2.657.834-4.113C44%2014.788%2039.05%2010%2033%2010a1%201%200%201%200%200%202c4.995%200%209%203.94%209%208.747q-.001.784-.137%201.531a13.3%2013.3%200%200%200-1.607-2.01l-2.785.01c-2.002.224-3.45%201.733-4.5%203.435c-.512.832-.895%201.656-1.18%202.295l-.104.234c-.098.22-.188.424-.263.577a3%203%200%200%201-.186.337a1.3%201.3%200%200%201-.196.234c-.069.064-.32.288-.72.288h-4.935c-1.514%200-2.84%201.066-3.253%202.572v2H20v-1c0-3.038%202.374-5.572%205.387-5.572h4.361l.093-.209l.002-.003l.121-.273c.295-.66.721-1.582%201.305-2.53c1.112-1.803%202.93-3.92%205.731-4.34l.861-.007a13.2%2013.2%200%200%200-7.107-2.066c-3.288%200-6.54.612-9.591%201.797a4.03%204.03%200%200%200-6.412-.96M13%2026.25a1%201%200%201%201-2%200a1%201%200%200%201%202%200m3.05-3.238c1.286-.406%202.484-1.134%202.988-1.638a2.031%202.031%200%200%200-2.873-2.872c-.503.503-1.232%201.701-1.637%202.988c-.197.624-.277%201.145-.267%201.512c.004.118.015.198.026.25q.076.02.25.026c.368.01.889-.07%201.513-.266%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsAnimalRatNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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-negative.svg?color=%231a73e8&size=48