animal pig icon

animal-pig from Health Icons by Resolve to Save Lives · Filled · Zoonoses · MIT Free for personal and commercial use.

Name
animal-pig
Set
Health Icons
Style
Filled
Category
Zoonoses
Viewbox
48×48
License
MIT

1 other variant in Health Icons

More zoonoses icons from Health Icons

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 fill-rule="evenodd" d="M20.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.87c1.628 3.824 6.97 3.165 11.099 2.656l.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.004C35.79 32.728 40 28.356 40 23c0-5.198-3.966-9.47-9.036-9.954V13zM13 21a1 1 0 1 0 0-2a1 1 0 0 0 0 2" clip-rule="evenodd"/><path fill-rule="evenodd" d="M41.126 11.046c.548.5.874 1.22.874 2.079c0 .303-.044.594-.12.869a30 30 0 0 1 1.008-.024a1 1 0 0 1 0 2c-.32 0-.642.012-.99.025c-.234.008-.48.017-.747.023q-.248.006-.506.006c-.331.348-.69.657-1.033.923a13.4 13.4 0 0 1-2.123 1.333l-.04.02l-.012.006l-.004.002h-.002L37 17.406l-.43-.903l.004-.002l.026-.013q.038-.018.111-.056a12 12 0 0 0 1.35-.825a3 3 0 0 1-.673-.422c-.587-.5-.888-1.209-.888-2.06c0-.861.324-1.584.875-2.084a2.78 2.78 0 0 1 1.877-.704a2.8 2.8 0 0 1 1.874.71m-1.408 2.935c.195-.32.282-.605.282-.856c0-.329-.112-.501-.22-.599a.8.8 0 0 0-.532-.19a.8.8 0 0 0-.53.186c-.105.095-.218.267-.218.603c0 .345.101.466.184.536c.129.11.384.226.843.295q.093.015.191.025" clip-rule="evenodd"/><path d="M16 30h3v8h-3zm-1 7a1 1 0 0 1 1-1v2h-1zm16-7h3v8h-3zm-1 7a1 1 0 0 1 1-1v2h-1z"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsAnimalPig(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 fillRule="evenodd" d="M20.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.87c1.628 3.824 6.97 3.165 11.099 2.656l.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.004C35.79 32.728 40 28.356 40 23c0-5.198-3.966-9.47-9.036-9.954V13zM13 21a1 1 0 1 0 0-2a1 1 0 0 0 0 2" clipRule="evenodd"/><path fillRule="evenodd" d="M41.126 11.046c.548.5.874 1.22.874 2.079c0 .303-.044.594-.12.869a30 30 0 0 1 1.008-.024a1 1 0 0 1 0 2c-.32 0-.642.012-.99.025c-.234.008-.48.017-.747.023q-.248.006-.506.006c-.331.348-.69.657-1.033.923a13.4 13.4 0 0 1-2.123 1.333l-.04.02l-.012.006l-.004.002h-.002L37 17.406l-.43-.903l.004-.002l.026-.013q.038-.018.111-.056a12 12 0 0 0 1.35-.825a3 3 0 0 1-.673-.422c-.587-.5-.888-1.209-.888-2.06c0-.861.324-1.584.875-2.084a2.78 2.78 0 0 1 1.877-.704a2.8 2.8 0 0 1 1.874.71m-1.408 2.935c.195-.32.282-.605.282-.856c0-.329-.112-.501-.22-.599a.8.8 0 0 0-.532-.19a.8.8 0 0 0-.53.186c-.105.095-.218.267-.218.603c0 .345.101.466.184.536c.129.11.384.226.843.295q.093.015.191.025" clipRule="evenodd"/><path d="M16 30h3v8h-3zm-1 7a1 1 0 0 1 1-1v2h-1zm16-7h3v8h-3zm-1 7a1 1 0 0 1 1-1v2h-1z"/></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 fill-rule="evenodd" d="M20.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.87c1.628 3.824 6.97 3.165 11.099 2.656l.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.004C35.79 32.728 40 28.356 40 23c0-5.198-3.966-9.47-9.036-9.954V13zM13 21a1 1 0 1 0 0-2a1 1 0 0 0 0 2" clip-rule="evenodd"/><path fill-rule="evenodd" d="M41.126 11.046c.548.5.874 1.22.874 2.079c0 .303-.044.594-.12.869a30 30 0 0 1 1.008-.024a1 1 0 0 1 0 2c-.32 0-.642.012-.99.025c-.234.008-.48.017-.747.023q-.248.006-.506.006c-.331.348-.69.657-1.033.923a13.4 13.4 0 0 1-2.123 1.333l-.04.02l-.012.006l-.004.002h-.002L37 17.406l-.43-.903l.004-.002l.026-.013q.038-.018.111-.056a12 12 0 0 0 1.35-.825a3 3 0 0 1-.673-.422c-.587-.5-.888-1.209-.888-2.06c0-.861.324-1.584.875-2.084a2.78 2.78 0 0 1 1.877-.704a2.8 2.8 0 0 1 1.874.71m-1.408 2.935c.195-.32.282-.605.282-.856c0-.329-.112-.501-.22-.599a.8.8 0 0 0-.532-.19a.8.8 0 0 0-.53.186c-.105.095-.218.267-.218.603c0 .345.101.466.184.536c.129.11.384.226.843.295q.093.015.191.025" clip-rule="evenodd"/><path d="M16 30h3v8h-3zm-1 7a1 1 0 0 1 1-1v2h-1zm16-7h3v8h-3zm-1 7a1 1 0 0 1 1-1v2h-1z"/></g></svg>
</template>

CSS

.icon-animal-pig {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M20.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.87c1.628%203.824%206.97%203.165%2011.099%202.656l.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.004C35.79%2032.728%2040%2028.356%2040%2023c0-5.198-3.966-9.47-9.036-9.954V13zM13%2021a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M41.126%2011.046c.548.5.874%201.22.874%202.079c0%20.303-.044.594-.12.869a30%2030%200%200%201%201.008-.024a1%201%200%200%201%200%202c-.32%200-.642.012-.99.025c-.234.008-.48.017-.747.023q-.248.006-.506.006c-.331.348-.69.657-1.033.923a13.4%2013.4%200%200%201-2.123%201.333l-.04.02l-.012.006l-.004.002h-.002L37%2017.406l-.43-.903l.004-.002l.026-.013q.038-.018.111-.056a12%2012%200%200%200%201.35-.825a3%203%200%200%201-.673-.422c-.587-.5-.888-1.209-.888-2.06c0-.861.324-1.584.875-2.084a2.78%202.78%200%200%201%201.877-.704a2.8%202.8%200%200%201%201.874.71m-1.408%202.935c.195-.32.282-.605.282-.856c0-.329-.112-.501-.22-.599a.8.8%200%200%200-.532-.19a.8.8%200%200%200-.53.186c-.105.095-.218.267-.218.603c0%20.345.101.466.184.536c.129.11.384.226.843.295q.093.015.191.025%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16%2030h3v8h-3zm-1%207a1%201%200%200%201%201-1v2h-1zm16-7h3v8h-3zm-1%207a1%201%200%200%201%201-1v2h-1z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M20.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.87c1.628%203.824%206.97%203.165%2011.099%202.656l.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.004C35.79%2032.728%2040%2028.356%2040%2023c0-5.198-3.966-9.47-9.036-9.954V13zM13%2021a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M41.126%2011.046c.548.5.874%201.22.874%202.079c0%20.303-.044.594-.12.869a30%2030%200%200%201%201.008-.024a1%201%200%200%201%200%202c-.32%200-.642.012-.99.025c-.234.008-.48.017-.747.023q-.248.006-.506.006c-.331.348-.69.657-1.033.923a13.4%2013.4%200%200%201-2.123%201.333l-.04.02l-.012.006l-.004.002h-.002L37%2017.406l-.43-.903l.004-.002l.026-.013q.038-.018.111-.056a12%2012%200%200%200%201.35-.825a3%203%200%200%201-.673-.422c-.587-.5-.888-1.209-.888-2.06c0-.861.324-1.584.875-2.084a2.78%202.78%200%200%201%201.877-.704a2.8%202.8%200%200%201%201.874.71m-1.408%202.935c.195-.32.282-.605.282-.856c0-.329-.112-.501-.22-.599a.8.8%200%200%200-.532-.19a.8.8%200%200%200-.53.186c-.105.095-.218.267-.218.603c0%20.345.101.466.184.536c.129.11.384.226.843.295q.093.015.191.025%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16%2030h3v8h-3zm-1%207a1%201%200%200%201%201-1v2h-1zm16-7h3v8h-3zm-1%207a1%201%200%200%201%201-1v2h-1z%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.svg?color=%231a73e8&size=48