animal pig negative icon
animal-pig-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- animal-pig-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the animal pig 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(#healthiconsAnimalPigNegative1)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm20.208 13c-4.646 0-7.192.935-8.807 2.274c-1.352-.426-2.551-.346-4.401.175c1.252.907 1.936 1.553 2.402 2.288c-.233.4-.448.806-.663 1.211C7.738 20.84 6.747 22.711 4 23.762v3.32c1.98 1.96 5.972 3.312 9.108 2.87c.574 1.349 1.61 2.14 2.892 2.576V36a1 1 0 0 0-1 1v1h4v-5.005c1.72.043 3.56-.184 5.207-.387l.77-.094c-.689-.948-1.04-2.149-.968-3.565a1 1 0 0 1 1.998.102c-.072 1.4.425 2.323 1.226 2.933c.76.578 1.88.935 3.266 1.004q.252-.012.501-.037V36a1 1 0 0 0-1 1v1h4v-5.832c3.532-1.543 6-5.067 6-9.168c0-1.94-.552-3.75-1.507-5.282a13 13 0 0 0 1.119-.77a9 9 0 0 0 1.033-.924q.258 0 .506-.006q.397-.01.747-.023c.348-.013.67-.025.99-.025a1 1 0 1 0 0-2c-.31 0-.662.012-1.008.024c.076-.275.12-.566.12-.87c0-.858-.326-1.579-.874-2.078a2.8 2.8 0 0 0-1.873-.71a2.78 2.78 0 0 0-1.878.705c-.551.5-.875 1.223-.875 2.084c0 .851.3 1.56.888 2.06c.207.176.436.314.674.422a12 12 0 0 1-.8.518a9.97 9.97 0 0 0-6.298-3.08V13zM13 21a1 1 0 1 0 0-2a1 1 0 0 0 0 2m27-7.875c0 .25-.087.536-.282.856l-.19-.025c-.46-.07-.715-.185-.844-.295c-.083-.07-.184-.19-.184-.536c0-.336.114-.508.219-.603a.8.8 0 0 1 .529-.185c.218 0 .408.076.532.19c.108.097.22.269.22.598" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsAnimalPigNegative1"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsAnimalPigNegative(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(#healthiconsAnimalPigNegative1)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm20.208 13c-4.646 0-7.192.935-8.807 2.274c-1.352-.426-2.551-.346-4.401.175c1.252.907 1.936 1.553 2.402 2.288c-.233.4-.448.806-.663 1.211C7.738 20.84 6.747 22.711 4 23.762v3.32c1.98 1.96 5.972 3.312 9.108 2.87c.574 1.349 1.61 2.14 2.892 2.576V36a1 1 0 0 0-1 1v1h4v-5.005c1.72.043 3.56-.184 5.207-.387l.77-.094c-.689-.948-1.04-2.149-.968-3.565a1 1 0 0 1 1.998.102c-.072 1.4.425 2.323 1.226 2.933c.76.578 1.88.935 3.266 1.004q.252-.012.501-.037V36a1 1 0 0 0-1 1v1h4v-5.832c3.532-1.543 6-5.067 6-9.168c0-1.94-.552-3.75-1.507-5.282a13 13 0 0 0 1.119-.77a9 9 0 0 0 1.033-.924q.258 0 .506-.006q.397-.01.747-.023c.348-.013.67-.025.99-.025a1 1 0 1 0 0-2c-.31 0-.662.012-1.008.024c.076-.275.12-.566.12-.87c0-.858-.326-1.579-.874-2.078a2.8 2.8 0 0 0-1.873-.71a2.78 2.78 0 0 0-1.878.705c-.551.5-.875 1.223-.875 2.084c0 .851.3 1.56.888 2.06c.207.176.436.314.674.422a12 12 0 0 1-.8.518a9.97 9.97 0 0 0-6.298-3.08V13zM13 21a1 1 0 1 0 0-2a1 1 0 0 0 0 2m27-7.875c0 .25-.087.536-.282.856l-.19-.025c-.46-.07-.715-.185-.844-.295c-.083-.07-.184-.19-.184-.536c0-.336.114-.508.219-.603a.8.8 0 0 1 .529-.185c.218 0 .408.076.532.19c.108.097.22.269.22.598" clipRule="evenodd"/></g><defs><clipPath id="healthiconsAnimalPigNegative1"><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(#healthiconsAnimalPigNegative1)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm20.208 13c-4.646 0-7.192.935-8.807 2.274c-1.352-.426-2.551-.346-4.401.175c1.252.907 1.936 1.553 2.402 2.288c-.233.4-.448.806-.663 1.211C7.738 20.84 6.747 22.711 4 23.762v3.32c1.98 1.96 5.972 3.312 9.108 2.87c.574 1.349 1.61 2.14 2.892 2.576V36a1 1 0 0 0-1 1v1h4v-5.005c1.72.043 3.56-.184 5.207-.387l.77-.094c-.689-.948-1.04-2.149-.968-3.565a1 1 0 0 1 1.998.102c-.072 1.4.425 2.323 1.226 2.933c.76.578 1.88.935 3.266 1.004q.252-.012.501-.037V36a1 1 0 0 0-1 1v1h4v-5.832c3.532-1.543 6-5.067 6-9.168c0-1.94-.552-3.75-1.507-5.282a13 13 0 0 0 1.119-.77a9 9 0 0 0 1.033-.924q.258 0 .506-.006q.397-.01.747-.023c.348-.013.67-.025.99-.025a1 1 0 1 0 0-2c-.31 0-.662.012-1.008.024c.076-.275.12-.566.12-.87c0-.858-.326-1.579-.874-2.078a2.8 2.8 0 0 0-1.873-.71a2.78 2.78 0 0 0-1.878.705c-.551.5-.875 1.223-.875 2.084c0 .851.3 1.56.888 2.06c.207.176.436.314.674.422a12 12 0 0 1-.8.518a9.97 9.97 0 0 0-6.298-3.08V13zM13 21a1 1 0 1 0 0-2a1 1 0 0 0 0 2m27-7.875c0 .25-.087.536-.282.856l-.19-.025c-.46-.07-.715-.185-.844-.295c-.083-.07-.184-.19-.184-.536c0-.336.114-.508.219-.603a.8.8 0 0 1 .529-.185c.218 0 .408.076.532.19c.108.097.22.269.22.598" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsAnimalPigNegative1"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-animal-pig-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(%23healthiconsAnimalPigNegative1)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm20.208%2013c-4.646%200-7.192.935-8.807%202.274c-1.352-.426-2.551-.346-4.401.175c1.252.907%201.936%201.553%202.402%202.288c-.233.4-.448.806-.663%201.211C7.738%2020.84%206.747%2022.711%204%2023.762v3.32c1.98%201.96%205.972%203.312%209.108%202.87c.574%201.349%201.61%202.14%202.892%202.576V36a1%201%200%200%200-1%201v1h4v-5.005c1.72.043%203.56-.184%205.207-.387l.77-.094c-.689-.948-1.04-2.149-.968-3.565a1%201%200%200%201%201.998.102c-.072%201.4.425%202.323%201.226%202.933c.76.578%201.88.935%203.266%201.004q.252-.012.501-.037V36a1%201%200%200%200-1%201v1h4v-5.832c3.532-1.543%206-5.067%206-9.168c0-1.94-.552-3.75-1.507-5.282a13%2013%200%200%200%201.119-.77a9%209%200%200%200%201.033-.924q.258%200%20.506-.006q.397-.01.747-.023c.348-.013.67-.025.99-.025a1%201%200%201%200%200-2c-.31%200-.662.012-1.008.024c.076-.275.12-.566.12-.87c0-.858-.326-1.579-.874-2.078a2.8%202.8%200%200%200-1.873-.71a2.78%202.78%200%200%200-1.878.705c-.551.5-.875%201.223-.875%202.084c0%20.851.3%201.56.888%202.06c.207.176.436.314.674.422a12%2012%200%200%201-.8.518a9.97%209.97%200%200%200-6.298-3.08V13zM13%2021a1%201%200%201%200%200-2a1%201%200%200%200%200%202m27-7.875c0%20.25-.087.536-.282.856l-.19-.025c-.46-.07-.715-.185-.844-.295c-.083-.07-.184-.19-.184-.536c0-.336.114-.508.219-.603a.8.8%200%200%201%20.529-.185c.218%200%20.408.076.532.19c.108.097.22.269.22.598%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsAnimalPigNegative1%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(%23healthiconsAnimalPigNegative1)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm20.208%2013c-4.646%200-7.192.935-8.807%202.274c-1.352-.426-2.551-.346-4.401.175c1.252.907%201.936%201.553%202.402%202.288c-.233.4-.448.806-.663%201.211C7.738%2020.84%206.747%2022.711%204%2023.762v3.32c1.98%201.96%205.972%203.312%209.108%202.87c.574%201.349%201.61%202.14%202.892%202.576V36a1%201%200%200%200-1%201v1h4v-5.005c1.72.043%203.56-.184%205.207-.387l.77-.094c-.689-.948-1.04-2.149-.968-3.565a1%201%200%200%201%201.998.102c-.072%201.4.425%202.323%201.226%202.933c.76.578%201.88.935%203.266%201.004q.252-.012.501-.037V36a1%201%200%200%200-1%201v1h4v-5.832c3.532-1.543%206-5.067%206-9.168c0-1.94-.552-3.75-1.507-5.282a13%2013%200%200%200%201.119-.77a9%209%200%200%200%201.033-.924q.258%200%20.506-.006q.397-.01.747-.023c.348-.013.67-.025.99-.025a1%201%200%201%200%200-2c-.31%200-.662.012-1.008.024c.076-.275.12-.566.12-.87c0-.858-.326-1.579-.874-2.078a2.8%202.8%200%200%200-1.873-.71a2.78%202.78%200%200%200-1.878.705c-.551.5-.875%201.223-.875%202.084c0%20.851.3%201.56.888%202.06c.207.176.436.314.674.422a12%2012%200%200%201-.8.518a9.97%209.97%200%200%200-6.298-3.08V13zM13%2021a1%201%200%201%200%200-2a1%201%200%200%200%200%202m27-7.875c0%20.25-.087.536-.282.856l-.19-.025c-.46-.07-.715-.185-.844-.295c-.083-.07-.184-.19-.184-.536c0-.336.114-.508.219-.603a.8.8%200%200%201%20.529-.185c.218%200%20.408.076.532.19c.108.097.22.269.22.598%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsAnimalPigNegative1%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-pig-negative.svg?color=%231a73e8&size=48