animal pig icon
animal-pig-outline from Health Icons by Resolve to Save Lives · Outline · Zoonoses · MIT Free for personal and commercial use.
- Name
- animal-pig-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Zoonoses
- Viewbox
- 48×48
- License
- MIT
- Aliases
- animal-pig2x-outline
1 other variant in Health Icons
More zoonoses icons from Health Icons
animal-batanimal-chickenanimal-cowanimal-donkeyanimal-mosquitosanimal-ratanimal-snakeanimal-spideranimal-tickmosquitoanimal-bat-negativeanimal-chicken-negativeanimal-cow-negativeanimal-donkey-negativeanimal-mosquitos-negativeanimal-pig-negativeanimal-rat-negativeanimal-spider-negativeanimal-tick-negative
Use the animal pig icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M13 22a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/><path fill-rule="evenodd" d="M42 13.125c0-.859-.326-1.58-.874-2.079a2.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.422c-.324.23-.636.423-.893.573C35.352 14.218 32.812 13 30 13q-.79.001-1.548.125h-8.244c-3.664 0-6.022.5-7.647 1.285c-1.921-.88-3.416-.98-5.303-.297c-.618.224-1.28.532-2.01.926a29 29 0 0 1 1.623 1.414c.743.703 1.312 1.35 1.78 2.023C7.68 20.107 6.667 21.736 4 22.75v4.369c1.98 1.947 5.972 3.291 9.108 2.852c.574 1.34 1.61 2.126 2.892 2.56V36a1 1 0 0 0-1 1v1h4v-5.005c1.72.043 3.56-.183 5.207-.385l.683-.083A9.6 9.6 0 0 0 31 33.948V36a1 1 0 0 0-1 1v1h4v-4.874c3.532-1.62 6-5.32 6-9.626c0-2.11-.592-4.073-1.612-5.718c.36-.218.79-.5 1.224-.835a9 9 0 0 0 1.033-.923q.258 0 .506-.006c.267-.006.513-.015.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-.87m-2 0c0 .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.598M23.91 30.632c-.399-1.088-.465-2.375-.41-3.774a1 1 0 1 1 2 .08c-.076 1.889.13 2.98.633 3.657c.247.332.759.724 1.34.958q.061.024.116.055c.761.255 1.57.392 2.411.392c4.327 0 8-3.712 8-8.5S34.327 15 30 15q-.627 0-1.226.099l-.16.026h-8.406c-3.508 0-5.53.484-6.778 1.086l-.847.41l-.855-.393c-1.059-.484-1.791-.61-2.488-.547a4 4 0 0 0-.275.035a14 14 0 0 1 1.328 1.617l.737 1.059l-.66 1.108C9.49 20.976 8.4 22.761 6 24.037v2.158c.702.514 1.647.993 2.73 1.34c1.423.456 2.897.624 4.1.456l1.514-.212l.602 1.405c.41.955 1.287 1.528 3.013 1.736c1.753.211 3.846-.03 5.952-.288" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsAnimalPigOutline(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="M13 22a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/><path fillRule="evenodd" d="M42 13.125c0-.859-.326-1.58-.874-2.079a2.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.422c-.324.23-.636.423-.893.573C35.352 14.218 32.812 13 30 13q-.79.001-1.548.125h-8.244c-3.664 0-6.022.5-7.647 1.285c-1.921-.88-3.416-.98-5.303-.297c-.618.224-1.28.532-2.01.926a29 29 0 0 1 1.623 1.414c.743.703 1.312 1.35 1.78 2.023C7.68 20.107 6.667 21.736 4 22.75v4.369c1.98 1.947 5.972 3.291 9.108 2.852c.574 1.34 1.61 2.126 2.892 2.56V36a1 1 0 0 0-1 1v1h4v-5.005c1.72.043 3.56-.183 5.207-.385l.683-.083A9.6 9.6 0 0 0 31 33.948V36a1 1 0 0 0-1 1v1h4v-4.874c3.532-1.62 6-5.32 6-9.626c0-2.11-.592-4.073-1.612-5.718c.36-.218.79-.5 1.224-.835a9 9 0 0 0 1.033-.923q.258 0 .506-.006c.267-.006.513-.015.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-.87m-2 0c0 .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.598M23.91 30.632c-.399-1.088-.465-2.375-.41-3.774a1 1 0 1 1 2 .08c-.076 1.889.13 2.98.633 3.657c.247.332.759.724 1.34.958q.061.024.116.055c.761.255 1.57.392 2.411.392c4.327 0 8-3.712 8-8.5S34.327 15 30 15q-.627 0-1.226.099l-.16.026h-8.406c-3.508 0-5.53.484-6.778 1.086l-.847.41l-.855-.393c-1.059-.484-1.791-.61-2.488-.547a4 4 0 0 0-.275.035a14 14 0 0 1 1.328 1.617l.737 1.059l-.66 1.108C9.49 20.976 8.4 22.761 6 24.037v2.158c.702.514 1.647.993 2.73 1.34c1.423.456 2.897.624 4.1.456l1.514-.212l.602 1.405c.41.955 1.287 1.528 3.013 1.736c1.753.211 3.846-.03 5.952-.288" 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="M13 22a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/><path fill-rule="evenodd" d="M42 13.125c0-.859-.326-1.58-.874-2.079a2.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.422c-.324.23-.636.423-.893.573C35.352 14.218 32.812 13 30 13q-.79.001-1.548.125h-8.244c-3.664 0-6.022.5-7.647 1.285c-1.921-.88-3.416-.98-5.303-.297c-.618.224-1.28.532-2.01.926a29 29 0 0 1 1.623 1.414c.743.703 1.312 1.35 1.78 2.023C7.68 20.107 6.667 21.736 4 22.75v4.369c1.98 1.947 5.972 3.291 9.108 2.852c.574 1.34 1.61 2.126 2.892 2.56V36a1 1 0 0 0-1 1v1h4v-5.005c1.72.043 3.56-.183 5.207-.385l.683-.083A9.6 9.6 0 0 0 31 33.948V36a1 1 0 0 0-1 1v1h4v-4.874c3.532-1.62 6-5.32 6-9.626c0-2.11-.592-4.073-1.612-5.718c.36-.218.79-.5 1.224-.835a9 9 0 0 0 1.033-.923q.258 0 .506-.006c.267-.006.513-.015.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-.87m-2 0c0 .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.598M23.91 30.632c-.399-1.088-.465-2.375-.41-3.774a1 1 0 1 1 2 .08c-.076 1.889.13 2.98.633 3.657c.247.332.759.724 1.34.958q.061.024.116.055c.761.255 1.57.392 2.411.392c4.327 0 8-3.712 8-8.5S34.327 15 30 15q-.627 0-1.226.099l-.16.026h-8.406c-3.508 0-5.53.484-6.778 1.086l-.847.41l-.855-.393c-1.059-.484-1.791-.61-2.488-.547a4 4 0 0 0-.275.035a14 14 0 0 1 1.328 1.617l.737 1.059l-.66 1.108C9.49 20.976 8.4 22.761 6 24.037v2.158c.702.514 1.647.993 2.73 1.34c1.423.456 2.897.624 4.1.456l1.514-.212l.602 1.405c.41.955 1.287 1.528 3.013 1.736c1.753.211 3.846-.03 5.952-.288" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-animal-pig-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%22M13%2022a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M42%2013.125c0-.859-.326-1.58-.874-2.079a2.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.422c-.324.23-.636.423-.893.573C35.352%2014.218%2032.812%2013%2030%2013q-.79.001-1.548.125h-8.244c-3.664%200-6.022.5-7.647%201.285c-1.921-.88-3.416-.98-5.303-.297c-.618.224-1.28.532-2.01.926a29%2029%200%200%201%201.623%201.414c.743.703%201.312%201.35%201.78%202.023C7.68%2020.107%206.667%2021.736%204%2022.75v4.369c1.98%201.947%205.972%203.291%209.108%202.852c.574%201.34%201.61%202.126%202.892%202.56V36a1%201%200%200%200-1%201v1h4v-5.005c1.72.043%203.56-.183%205.207-.385l.683-.083A9.6%209.6%200%200%200%2031%2033.948V36a1%201%200%200%200-1%201v1h4v-4.874c3.532-1.62%206-5.32%206-9.626c0-2.11-.592-4.073-1.612-5.718c.36-.218.79-.5%201.224-.835a9%209%200%200%200%201.033-.923q.258%200%20.506-.006c.267-.006.513-.015.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-.87m-2%200c0%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.598M23.91%2030.632c-.399-1.088-.465-2.375-.41-3.774a1%201%200%201%201%202%20.08c-.076%201.889.13%202.98.633%203.657c.247.332.759.724%201.34.958q.061.024.116.055c.761.255%201.57.392%202.411.392c4.327%200%208-3.712%208-8.5S34.327%2015%2030%2015q-.627%200-1.226.099l-.16.026h-8.406c-3.508%200-5.53.484-6.778%201.086l-.847.41l-.855-.393c-1.059-.484-1.791-.61-2.488-.547a4%204%200%200%200-.275.035a14%2014%200%200%201%201.328%201.617l.737%201.059l-.66%201.108C9.49%2020.976%208.4%2022.761%206%2024.037v2.158c.702.514%201.647.993%202.73%201.34c1.423.456%202.897.624%204.1.456l1.514-.212l.602%201.405c.41.955%201.287%201.528%203.013%201.736c1.753.211%203.846-.03%205.952-.288%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%22M13%2022a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M42%2013.125c0-.859-.326-1.58-.874-2.079a2.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.422c-.324.23-.636.423-.893.573C35.352%2014.218%2032.812%2013%2030%2013q-.79.001-1.548.125h-8.244c-3.664%200-6.022.5-7.647%201.285c-1.921-.88-3.416-.98-5.303-.297c-.618.224-1.28.532-2.01.926a29%2029%200%200%201%201.623%201.414c.743.703%201.312%201.35%201.78%202.023C7.68%2020.107%206.667%2021.736%204%2022.75v4.369c1.98%201.947%205.972%203.291%209.108%202.852c.574%201.34%201.61%202.126%202.892%202.56V36a1%201%200%200%200-1%201v1h4v-5.005c1.72.043%203.56-.183%205.207-.385l.683-.083A9.6%209.6%200%200%200%2031%2033.948V36a1%201%200%200%200-1%201v1h4v-4.874c3.532-1.62%206-5.32%206-9.626c0-2.11-.592-4.073-1.612-5.718c.36-.218.79-.5%201.224-.835a9%209%200%200%200%201.033-.923q.258%200%20.506-.006c.267-.006.513-.015.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-.87m-2%200c0%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.598M23.91%2030.632c-.399-1.088-.465-2.375-.41-3.774a1%201%200%201%201%202%20.08c-.076%201.889.13%202.98.633%203.657c.247.332.759.724%201.34.958q.061.024.116.055c.761.255%201.57.392%202.411.392c4.327%200%208-3.712%208-8.5S34.327%2015%2030%2015q-.627%200-1.226.099l-.16.026h-8.406c-3.508%200-5.53.484-6.778%201.086l-.847.41l-.855-.393c-1.059-.484-1.791-.61-2.488-.547a4%204%200%200%200-.275.035a14%2014%200%200%201%201.328%201.617l.737%201.059l-.66%201.108C9.49%2020.976%208.4%2022.761%206%2024.037v2.158c.702.514%201.647.993%202.73%201.34c1.423.456%202.897.624%204.1.456l1.514-.212l.602%201.405c.41.955%201.287%201.528%203.013%201.736c1.753.211%203.846-.03%205.952-.288%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-pig-outline.svg?color=%231a73e8&size=48