boar from Twitter Emoji by Twitter · Default · Animals & Nature · CC-BY-4.0 Attribution required.

Name
boar
Set
Twitter Emoji
Style
Default
Category
Animals & Nature
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More animals & nature icons from Twitter Emoji

Use the boar emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#c1694f" d="M33.359 13.254c1.434-3.462 2.06-11.534 1.262-12.004c-.704-.416-5.641 1.084-8.34 3.205C23.883 2.909 21.085 2 18 2s-5.883.91-8.281 2.455C7.02 2.334 2.082.834 1.378 1.25c-.797.47-.171 8.543 1.263 12.004A21.8 21.8 0 0 0 1 21.479C1 31.468 2 36 18 36s17-4.532 17-14.521c0-2.856-.59-5.662-1.641-8.225"/><path fill="#662113" d="M32.878 12.157c.929-3.252 1.081-7.708.524-8.037c-.411-.243-2.78.633-5.009 1.972c1.851 1.663 3.373 3.736 4.485 6.065M7.607 6.092c-2.23-1.339-4.599-2.215-5.01-1.972c-.557.329-.405 4.786.525 8.038c1.112-2.33 2.634-4.402 4.485-6.066"/><path fill="#e1e8ed" d="M7.65 29s-3.641-3-4.641-11.5c-.234-1.986 1.696-1.977 2 0C6.01 24 11.359 28 14 30c2.255 1.708-6.35-1-6.35-1m20.7 0s3.641-3 4.641-11.5c.234-1.986-1.695-1.977-2 0C29.99 24 24.641 28 22 30c-2.255 1.708 6.35-1 6.35-1"/><path d="M29 29c0 1.104-3.82 3-11 3S7 30.104 7 29s3.82 1 11 1s11-2.104 11-1"/><path fill="#662113" d="M28 23.125c0 4.487-3.097 9.375-10 9.375S8 27.612 8 23.125S11.096 17.5 18 17.5c6.903 0 10 1.138 10 5.625"/><path fill="#c1694f" d="M15 24.6c0 1.857-.34 2.4-1.5 2.4s-1.5-.543-1.5-2.4s.34-2.399 1.5-2.399s1.5.542 1.5 2.399m9 0c0 1.857-.34 2.4-1.5 2.4s-1.5-.543-1.5-2.4s.34-2.399 1.5-2.399s1.5.542 1.5 2.399"/><path fill="#292f33" d="M13 15.002a2 2 0 1 1-4.001-.001a2 2 0 0 1 4.001.001m14 0a2 2 0 1 1-4.001-.001a2 2 0 0 1 4.001.001"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiBoar(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#c1694f" d="M33.359 13.254c1.434-3.462 2.06-11.534 1.262-12.004c-.704-.416-5.641 1.084-8.34 3.205C23.883 2.909 21.085 2 18 2s-5.883.91-8.281 2.455C7.02 2.334 2.082.834 1.378 1.25c-.797.47-.171 8.543 1.263 12.004A21.8 21.8 0 0 0 1 21.479C1 31.468 2 36 18 36s17-4.532 17-14.521c0-2.856-.59-5.662-1.641-8.225"/><path fill="#662113" d="M32.878 12.157c.929-3.252 1.081-7.708.524-8.037c-.411-.243-2.78.633-5.009 1.972c1.851 1.663 3.373 3.736 4.485 6.065M7.607 6.092c-2.23-1.339-4.599-2.215-5.01-1.972c-.557.329-.405 4.786.525 8.038c1.112-2.33 2.634-4.402 4.485-6.066"/><path fill="#e1e8ed" d="M7.65 29s-3.641-3-4.641-11.5c-.234-1.986 1.696-1.977 2 0C6.01 24 11.359 28 14 30c2.255 1.708-6.35-1-6.35-1m20.7 0s3.641-3 4.641-11.5c.234-1.986-1.695-1.977-2 0C29.99 24 24.641 28 22 30c-2.255 1.708 6.35-1 6.35-1"/><path d="M29 29c0 1.104-3.82 3-11 3S7 30.104 7 29s3.82 1 11 1s11-2.104 11-1"/><path fill="#662113" d="M28 23.125c0 4.487-3.097 9.375-10 9.375S8 27.612 8 23.125S11.096 17.5 18 17.5c6.903 0 10 1.138 10 5.625"/><path fill="#c1694f" d="M15 24.6c0 1.857-.34 2.4-1.5 2.4s-1.5-.543-1.5-2.4s.34-2.399 1.5-2.399s1.5.542 1.5 2.399m9 0c0 1.857-.34 2.4-1.5 2.4s-1.5-.543-1.5-2.4s.34-2.399 1.5-2.399s1.5.542 1.5 2.399"/><path fill="#292f33" d="M13 15.002a2 2 0 1 1-4.001-.001a2 2 0 0 1 4.001.001m14 0a2 2 0 1 1-4.001-.001a2 2 0 0 1 4.001.001"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#c1694f" d="M33.359 13.254c1.434-3.462 2.06-11.534 1.262-12.004c-.704-.416-5.641 1.084-8.34 3.205C23.883 2.909 21.085 2 18 2s-5.883.91-8.281 2.455C7.02 2.334 2.082.834 1.378 1.25c-.797.47-.171 8.543 1.263 12.004A21.8 21.8 0 0 0 1 21.479C1 31.468 2 36 18 36s17-4.532 17-14.521c0-2.856-.59-5.662-1.641-8.225"/><path fill="#662113" d="M32.878 12.157c.929-3.252 1.081-7.708.524-8.037c-.411-.243-2.78.633-5.009 1.972c1.851 1.663 3.373 3.736 4.485 6.065M7.607 6.092c-2.23-1.339-4.599-2.215-5.01-1.972c-.557.329-.405 4.786.525 8.038c1.112-2.33 2.634-4.402 4.485-6.066"/><path fill="#e1e8ed" d="M7.65 29s-3.641-3-4.641-11.5c-.234-1.986 1.696-1.977 2 0C6.01 24 11.359 28 14 30c2.255 1.708-6.35-1-6.35-1m20.7 0s3.641-3 4.641-11.5c.234-1.986-1.695-1.977-2 0C29.99 24 24.641 28 22 30c-2.255 1.708 6.35-1 6.35-1"/><path d="M29 29c0 1.104-3.82 3-11 3S7 30.104 7 29s3.82 1 11 1s11-2.104 11-1"/><path fill="#662113" d="M28 23.125c0 4.487-3.097 9.375-10 9.375S8 27.612 8 23.125S11.096 17.5 18 17.5c6.903 0 10 1.138 10 5.625"/><path fill="#c1694f" d="M15 24.6c0 1.857-.34 2.4-1.5 2.4s-1.5-.543-1.5-2.4s.34-2.399 1.5-2.399s1.5.542 1.5 2.399m9 0c0 1.857-.34 2.4-1.5 2.4s-1.5-.543-1.5-2.4s.34-2.399 1.5-2.399s1.5.542 1.5 2.399"/><path fill="#292f33" d="M13 15.002a2 2 0 1 1-4.001-.001a2 2 0 0 1 4.001.001m14 0a2 2 0 1 1-4.001-.001a2 2 0 0 1 4.001.001"/></svg>
</template>

CSS

.icon-boar {
  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%2036%2036%22%3E%3Cpath%20fill%3D%22%23c1694f%22%20d%3D%22M33.359%2013.254c1.434-3.462%202.06-11.534%201.262-12.004c-.704-.416-5.641%201.084-8.34%203.205C23.883%202.909%2021.085%202%2018%202s-5.883.91-8.281%202.455C7.02%202.334%202.082.834%201.378%201.25c-.797.47-.171%208.543%201.263%2012.004A21.8%2021.8%200%200%200%201%2021.479C1%2031.468%202%2036%2018%2036s17-4.532%2017-14.521c0-2.856-.59-5.662-1.641-8.225%22%2F%3E%3Cpath%20fill%3D%22%23662113%22%20d%3D%22M32.878%2012.157c.929-3.252%201.081-7.708.524-8.037c-.411-.243-2.78.633-5.009%201.972c1.851%201.663%203.373%203.736%204.485%206.065M7.607%206.092c-2.23-1.339-4.599-2.215-5.01-1.972c-.557.329-.405%204.786.525%208.038c1.112-2.33%202.634-4.402%204.485-6.066%22%2F%3E%3Cpath%20fill%3D%22%23e1e8ed%22%20d%3D%22M7.65%2029s-3.641-3-4.641-11.5c-.234-1.986%201.696-1.977%202%200C6.01%2024%2011.359%2028%2014%2030c2.255%201.708-6.35-1-6.35-1m20.7%200s3.641-3%204.641-11.5c.234-1.986-1.695-1.977-2%200C29.99%2024%2024.641%2028%2022%2030c-2.255%201.708%206.35-1%206.35-1%22%2F%3E%3Cpath%20d%3D%22M29%2029c0%201.104-3.82%203-11%203S7%2030.104%207%2029s3.82%201%2011%201s11-2.104%2011-1%22%2F%3E%3Cpath%20fill%3D%22%23662113%22%20d%3D%22M28%2023.125c0%204.487-3.097%209.375-10%209.375S8%2027.612%208%2023.125S11.096%2017.5%2018%2017.5c6.903%200%2010%201.138%2010%205.625%22%2F%3E%3Cpath%20fill%3D%22%23c1694f%22%20d%3D%22M15%2024.6c0%201.857-.34%202.4-1.5%202.4s-1.5-.543-1.5-2.4s.34-2.399%201.5-2.399s1.5.542%201.5%202.399m9%200c0%201.857-.34%202.4-1.5%202.4s-1.5-.543-1.5-2.4s.34-2.399%201.5-2.399s1.5.542%201.5%202.399%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M13%2015.002a2%202%200%201%201-4.001-.001a2%202%200%200%201%204.001.001m14%200a2%202%200%201%201-4.001-.001a2%202%200%200%201%204.001.001%22%2F%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23c1694f%22%20d%3D%22M33.359%2013.254c1.434-3.462%202.06-11.534%201.262-12.004c-.704-.416-5.641%201.084-8.34%203.205C23.883%202.909%2021.085%202%2018%202s-5.883.91-8.281%202.455C7.02%202.334%202.082.834%201.378%201.25c-.797.47-.171%208.543%201.263%2012.004A21.8%2021.8%200%200%200%201%2021.479C1%2031.468%202%2036%2018%2036s17-4.532%2017-14.521c0-2.856-.59-5.662-1.641-8.225%22%2F%3E%3Cpath%20fill%3D%22%23662113%22%20d%3D%22M32.878%2012.157c.929-3.252%201.081-7.708.524-8.037c-.411-.243-2.78.633-5.009%201.972c1.851%201.663%203.373%203.736%204.485%206.065M7.607%206.092c-2.23-1.339-4.599-2.215-5.01-1.972c-.557.329-.405%204.786.525%208.038c1.112-2.33%202.634-4.402%204.485-6.066%22%2F%3E%3Cpath%20fill%3D%22%23e1e8ed%22%20d%3D%22M7.65%2029s-3.641-3-4.641-11.5c-.234-1.986%201.696-1.977%202%200C6.01%2024%2011.359%2028%2014%2030c2.255%201.708-6.35-1-6.35-1m20.7%200s3.641-3%204.641-11.5c.234-1.986-1.695-1.977-2%200C29.99%2024%2024.641%2028%2022%2030c-2.255%201.708%206.35-1%206.35-1%22%2F%3E%3Cpath%20d%3D%22M29%2029c0%201.104-3.82%203-11%203S7%2030.104%207%2029s3.82%201%2011%201s11-2.104%2011-1%22%2F%3E%3Cpath%20fill%3D%22%23662113%22%20d%3D%22M28%2023.125c0%204.487-3.097%209.375-10%209.375S8%2027.612%208%2023.125S11.096%2017.5%2018%2017.5c6.903%200%2010%201.138%2010%205.625%22%2F%3E%3Cpath%20fill%3D%22%23c1694f%22%20d%3D%22M15%2024.6c0%201.857-.34%202.4-1.5%202.4s-1.5-.543-1.5-2.4s.34-2.399%201.5-2.399s1.5.542%201.5%202.399m9%200c0%201.857-.34%202.4-1.5%202.4s-1.5-.543-1.5-2.4s.34-2.399%201.5-2.399s1.5.542%201.5%202.399%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M13%2015.002a2%202%200%201%201-4.001-.001a2%202%200%200%201%204.001.001m14%200a2%202%200%201%201-4.001-.001a2%202%200%200%201%204.001.001%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/boar.svg?color=%231a73e8&size=48