skunk from Fluent Emoji High Contrast by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.

Name
skunk
Set
Fluent Emoji High Contrast
Style
Default
Category
Animals & Nature
Viewbox
32×32
License
MIT

The same emoji in other sets

More animals & nature icons from Fluent Emoji High Contrast

Use the skunk emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.34 3.751c-1.89 1.45-4.2 2.25-6.57 2.25a.763.763 0 0 0-.767.701L8.99 6.69l.01.195l.005.112l.002.002l.055.998c.065 1.166.42 2.05 1.142 2.638c.6.489 1.39.722 2.305.812v.044h8.199c.84.005 1.549.195 2.032.544c.3.216.53.504.655.886a6.8 6.8 0 0 0-2.396-.42a7.5 7.5 0 0 0-5.355 2.248a10 10 0 0 0-.31.33c-.835.856-1.545 1.13-2.14 1.134c-.466.003-.925-.158-1.385-.444a1.5 1.5 0 0 0-1.48-.758l-.139-.056a3.8 3.8 0 0 0-1.416-.268c-1.36 0-2.615.709-3.355 1.868L4.3 18.329a1.02 1.02 0 0 1-.862.479h-.373a1 1 0 0 0-.948.686a.6.6 0 1 1-.098.507h-.015c.037.881.372 2 1.896 2h.97c.6 0 1.05.25 1.36.77l1.57 2.47c.24.39.26.88.05 1.29l-1.51 3.02c-.1.21.05.45.29.45h2.21c.28 0 .54-.12.72-.33l2.328-2.754l1.772 2.794c.11.18.31.29.53.29h1.5c.17 0 .31-.14.31-.31v-3.69h3v3.69c0 .17.14.31.31.31h1.5c.22 0 .41-.11.53-.29l1.552-2.447l1.548 2.447c.11.18.31.29.53.29h2.41c.34 0 .62-.28.62-.62v-9.38q-.001-.774-.16-1.5h.002l-.011-.039a7 7 0 0 0-.328-1.059a9 9 0 0 0-.251-.637a8.5 8.5 0 0 0 2.758-6.325c-.04-4.61-3.78-8.37-8.38-8.44c-1.99-.03-3.83.63-5.29 1.75m11.311 14.107a10 10 0 0 0-.138-.427q.111.28.197.57h-.017zm-16.763-.646a.81.81 0 0 1-1.184-.562l-.001-.006a.815.815 0 0 1 .436-.868a.8.8 0 0 1 .361-.085h.01q.046 0 .088.006a.81.81 0 0 1 .29 1.515M7.28 19.351v-.6c0-.28.22-.5.5-.5s.5.22.5.5v.6c0 .27-.22.5-.5.5s-.5-.22-.5-.5m9.076-3.9A6.5 6.5 0 0 1 21 13.502c2.64 0 4.52 1.586 5.45 3.937a1 1 0 0 1-.476-.378a5.78 5.78 0 0 0-4.794-2.559a5.76 5.76 0 0 0-4.074 1.686l-.11.11a4.13 4.13 0 0 1-2.906 1.204a4.1 4.1 0 0 1-1.8-.42c.29.086.594.134.91.133c.944-.007 1.896-.455 2.858-1.444l.006-.006l.006-.007c.102-.111.193-.212.284-.303zm-7.581.236q.13 0 .254.01a3.4 3.4 0 0 0-2.146 1.34l-.004.005l-1.07 1.48v.001a2.4 2.4 0 0 1-1.11.84a2 2 0 0 0 .447-.5l1.117-1.77c.564-.882 1.506-1.405 2.512-1.405m11.938-5.196h-7.475l-.205-.01c-1.042-.048-1.743-.252-2.196-.621a1.84 1.84 0 0 1-.537-.74c.363.178.735.28 1.123.335c.517.073 1.088.06 1.68.047a32 32 0 0 1 .717-.01h7.75a4.93 4.93 0 0 1 4.93 4.93c0 .368-.015.642-.039.84q-.175-.187-.403-.46l-.011-.013c-.156-.183-.329-.387-.512-.586c-.295-.318-.649-.66-1.048-.893c-.08-.911-.504-1.613-1.16-2.086c-.71-.51-1.646-.728-2.614-.733"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastSkunk(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.34 3.751c-1.89 1.45-4.2 2.25-6.57 2.25a.763.763 0 0 0-.767.701L8.99 6.69l.01.195l.005.112l.002.002l.055.998c.065 1.166.42 2.05 1.142 2.638c.6.489 1.39.722 2.305.812v.044h8.199c.84.005 1.549.195 2.032.544c.3.216.53.504.655.886a6.8 6.8 0 0 0-2.396-.42a7.5 7.5 0 0 0-5.355 2.248a10 10 0 0 0-.31.33c-.835.856-1.545 1.13-2.14 1.134c-.466.003-.925-.158-1.385-.444a1.5 1.5 0 0 0-1.48-.758l-.139-.056a3.8 3.8 0 0 0-1.416-.268c-1.36 0-2.615.709-3.355 1.868L4.3 18.329a1.02 1.02 0 0 1-.862.479h-.373a1 1 0 0 0-.948.686a.6.6 0 1 1-.098.507h-.015c.037.881.372 2 1.896 2h.97c.6 0 1.05.25 1.36.77l1.57 2.47c.24.39.26.88.05 1.29l-1.51 3.02c-.1.21.05.45.29.45h2.21c.28 0 .54-.12.72-.33l2.328-2.754l1.772 2.794c.11.18.31.29.53.29h1.5c.17 0 .31-.14.31-.31v-3.69h3v3.69c0 .17.14.31.31.31h1.5c.22 0 .41-.11.53-.29l1.552-2.447l1.548 2.447c.11.18.31.29.53.29h2.41c.34 0 .62-.28.62-.62v-9.38q-.001-.774-.16-1.5h.002l-.011-.039a7 7 0 0 0-.328-1.059a9 9 0 0 0-.251-.637a8.5 8.5 0 0 0 2.758-6.325c-.04-4.61-3.78-8.37-8.38-8.44c-1.99-.03-3.83.63-5.29 1.75m11.311 14.107a10 10 0 0 0-.138-.427q.111.28.197.57h-.017zm-16.763-.646a.81.81 0 0 1-1.184-.562l-.001-.006a.815.815 0 0 1 .436-.868a.8.8 0 0 1 .361-.085h.01q.046 0 .088.006a.81.81 0 0 1 .29 1.515M7.28 19.351v-.6c0-.28.22-.5.5-.5s.5.22.5.5v.6c0 .27-.22.5-.5.5s-.5-.22-.5-.5m9.076-3.9A6.5 6.5 0 0 1 21 13.502c2.64 0 4.52 1.586 5.45 3.937a1 1 0 0 1-.476-.378a5.78 5.78 0 0 0-4.794-2.559a5.76 5.76 0 0 0-4.074 1.686l-.11.11a4.13 4.13 0 0 1-2.906 1.204a4.1 4.1 0 0 1-1.8-.42c.29.086.594.134.91.133c.944-.007 1.896-.455 2.858-1.444l.006-.006l.006-.007c.102-.111.193-.212.284-.303zm-7.581.236q.13 0 .254.01a3.4 3.4 0 0 0-2.146 1.34l-.004.005l-1.07 1.48v.001a2.4 2.4 0 0 1-1.11.84a2 2 0 0 0 .447-.5l1.117-1.77c.564-.882 1.506-1.405 2.512-1.405m11.938-5.196h-7.475l-.205-.01c-1.042-.048-1.743-.252-2.196-.621a1.84 1.84 0 0 1-.537-.74c.363.178.735.28 1.123.335c.517.073 1.088.06 1.68.047a32 32 0 0 1 .717-.01h7.75a4.93 4.93 0 0 1 4.93 4.93c0 .368-.015.642-.039.84q-.175-.187-.403-.46l-.011-.013c-.156-.183-.329-.387-.512-.586c-.295-.318-.649-.66-1.048-.893c-.08-.911-.504-1.613-1.16-2.086c-.71-.51-1.646-.728-2.614-.733"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.34 3.751c-1.89 1.45-4.2 2.25-6.57 2.25a.763.763 0 0 0-.767.701L8.99 6.69l.01.195l.005.112l.002.002l.055.998c.065 1.166.42 2.05 1.142 2.638c.6.489 1.39.722 2.305.812v.044h8.199c.84.005 1.549.195 2.032.544c.3.216.53.504.655.886a6.8 6.8 0 0 0-2.396-.42a7.5 7.5 0 0 0-5.355 2.248a10 10 0 0 0-.31.33c-.835.856-1.545 1.13-2.14 1.134c-.466.003-.925-.158-1.385-.444a1.5 1.5 0 0 0-1.48-.758l-.139-.056a3.8 3.8 0 0 0-1.416-.268c-1.36 0-2.615.709-3.355 1.868L4.3 18.329a1.02 1.02 0 0 1-.862.479h-.373a1 1 0 0 0-.948.686a.6.6 0 1 1-.098.507h-.015c.037.881.372 2 1.896 2h.97c.6 0 1.05.25 1.36.77l1.57 2.47c.24.39.26.88.05 1.29l-1.51 3.02c-.1.21.05.45.29.45h2.21c.28 0 .54-.12.72-.33l2.328-2.754l1.772 2.794c.11.18.31.29.53.29h1.5c.17 0 .31-.14.31-.31v-3.69h3v3.69c0 .17.14.31.31.31h1.5c.22 0 .41-.11.53-.29l1.552-2.447l1.548 2.447c.11.18.31.29.53.29h2.41c.34 0 .62-.28.62-.62v-9.38q-.001-.774-.16-1.5h.002l-.011-.039a7 7 0 0 0-.328-1.059a9 9 0 0 0-.251-.637a8.5 8.5 0 0 0 2.758-6.325c-.04-4.61-3.78-8.37-8.38-8.44c-1.99-.03-3.83.63-5.29 1.75m11.311 14.107a10 10 0 0 0-.138-.427q.111.28.197.57h-.017zm-16.763-.646a.81.81 0 0 1-1.184-.562l-.001-.006a.815.815 0 0 1 .436-.868a.8.8 0 0 1 .361-.085h.01q.046 0 .088.006a.81.81 0 0 1 .29 1.515M7.28 19.351v-.6c0-.28.22-.5.5-.5s.5.22.5.5v.6c0 .27-.22.5-.5.5s-.5-.22-.5-.5m9.076-3.9A6.5 6.5 0 0 1 21 13.502c2.64 0 4.52 1.586 5.45 3.937a1 1 0 0 1-.476-.378a5.78 5.78 0 0 0-4.794-2.559a5.76 5.76 0 0 0-4.074 1.686l-.11.11a4.13 4.13 0 0 1-2.906 1.204a4.1 4.1 0 0 1-1.8-.42c.29.086.594.134.91.133c.944-.007 1.896-.455 2.858-1.444l.006-.006l.006-.007c.102-.111.193-.212.284-.303zm-7.581.236q.13 0 .254.01a3.4 3.4 0 0 0-2.146 1.34l-.004.005l-1.07 1.48v.001a2.4 2.4 0 0 1-1.11.84a2 2 0 0 0 .447-.5l1.117-1.77c.564-.882 1.506-1.405 2.512-1.405m11.938-5.196h-7.475l-.205-.01c-1.042-.048-1.743-.252-2.196-.621a1.84 1.84 0 0 1-.537-.74c.363.178.735.28 1.123.335c.517.073 1.088.06 1.68.047a32 32 0 0 1 .717-.01h7.75a4.93 4.93 0 0 1 4.93 4.93c0 .368-.015.642-.039.84q-.175-.187-.403-.46l-.011-.013c-.156-.183-.329-.387-.512-.586c-.295-.318-.649-.66-1.048-.893c-.08-.911-.504-1.613-1.16-2.086c-.71-.51-1.646-.728-2.614-.733"/></svg>
</template>

CSS

.icon-skunk {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.34%203.751c-1.89%201.45-4.2%202.25-6.57%202.25a.763.763%200%200%200-.767.701L8.99%206.69l.01.195l.005.112l.002.002l.055.998c.065%201.166.42%202.05%201.142%202.638c.6.489%201.39.722%202.305.812v.044h8.199c.84.005%201.549.195%202.032.544c.3.216.53.504.655.886a6.8%206.8%200%200%200-2.396-.42a7.5%207.5%200%200%200-5.355%202.248a10%2010%200%200%200-.31.33c-.835.856-1.545%201.13-2.14%201.134c-.466.003-.925-.158-1.385-.444a1.5%201.5%200%200%200-1.48-.758l-.139-.056a3.8%203.8%200%200%200-1.416-.268c-1.36%200-2.615.709-3.355%201.868L4.3%2018.329a1.02%201.02%200%200%201-.862.479h-.373a1%201%200%200%200-.948.686a.6.6%200%201%201-.098.507h-.015c.037.881.372%202%201.896%202h.97c.6%200%201.05.25%201.36.77l1.57%202.47c.24.39.26.88.05%201.29l-1.51%203.02c-.1.21.05.45.29.45h2.21c.28%200%20.54-.12.72-.33l2.328-2.754l1.772%202.794c.11.18.31.29.53.29h1.5c.17%200%20.31-.14.31-.31v-3.69h3v3.69c0%20.17.14.31.31.31h1.5c.22%200%20.41-.11.53-.29l1.552-2.447l1.548%202.447c.11.18.31.29.53.29h2.41c.34%200%20.62-.28.62-.62v-9.38q-.001-.774-.16-1.5h.002l-.011-.039a7%207%200%200%200-.328-1.059a9%209%200%200%200-.251-.637a8.5%208.5%200%200%200%202.758-6.325c-.04-4.61-3.78-8.37-8.38-8.44c-1.99-.03-3.83.63-5.29%201.75m11.311%2014.107a10%2010%200%200%200-.138-.427q.111.28.197.57h-.017zm-16.763-.646a.81.81%200%200%201-1.184-.562l-.001-.006a.815.815%200%200%201%20.436-.868a.8.8%200%200%201%20.361-.085h.01q.046%200%20.088.006a.81.81%200%200%201%20.29%201.515M7.28%2019.351v-.6c0-.28.22-.5.5-.5s.5.22.5.5v.6c0%20.27-.22.5-.5.5s-.5-.22-.5-.5m9.076-3.9A6.5%206.5%200%200%201%2021%2013.502c2.64%200%204.52%201.586%205.45%203.937a1%201%200%200%201-.476-.378a5.78%205.78%200%200%200-4.794-2.559a5.76%205.76%200%200%200-4.074%201.686l-.11.11a4.13%204.13%200%200%201-2.906%201.204a4.1%204.1%200%200%201-1.8-.42c.29.086.594.134.91.133c.944-.007%201.896-.455%202.858-1.444l.006-.006l.006-.007c.102-.111.193-.212.284-.303zm-7.581.236q.13%200%20.254.01a3.4%203.4%200%200%200-2.146%201.34l-.004.005l-1.07%201.48v.001a2.4%202.4%200%200%201-1.11.84a2%202%200%200%200%20.447-.5l1.117-1.77c.564-.882%201.506-1.405%202.512-1.405m11.938-5.196h-7.475l-.205-.01c-1.042-.048-1.743-.252-2.196-.621a1.84%201.84%200%200%201-.537-.74c.363.178.735.28%201.123.335c.517.073%201.088.06%201.68.047a32%2032%200%200%201%20.717-.01h7.75a4.93%204.93%200%200%201%204.93%204.93c0%20.368-.015.642-.039.84q-.175-.187-.403-.46l-.011-.013c-.156-.183-.329-.387-.512-.586c-.295-.318-.649-.66-1.048-.893c-.08-.911-.504-1.613-1.16-2.086c-.71-.51-1.646-.728-2.614-.733%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.34%203.751c-1.89%201.45-4.2%202.25-6.57%202.25a.763.763%200%200%200-.767.701L8.99%206.69l.01.195l.005.112l.002.002l.055.998c.065%201.166.42%202.05%201.142%202.638c.6.489%201.39.722%202.305.812v.044h8.199c.84.005%201.549.195%202.032.544c.3.216.53.504.655.886a6.8%206.8%200%200%200-2.396-.42a7.5%207.5%200%200%200-5.355%202.248a10%2010%200%200%200-.31.33c-.835.856-1.545%201.13-2.14%201.134c-.466.003-.925-.158-1.385-.444a1.5%201.5%200%200%200-1.48-.758l-.139-.056a3.8%203.8%200%200%200-1.416-.268c-1.36%200-2.615.709-3.355%201.868L4.3%2018.329a1.02%201.02%200%200%201-.862.479h-.373a1%201%200%200%200-.948.686a.6.6%200%201%201-.098.507h-.015c.037.881.372%202%201.896%202h.97c.6%200%201.05.25%201.36.77l1.57%202.47c.24.39.26.88.05%201.29l-1.51%203.02c-.1.21.05.45.29.45h2.21c.28%200%20.54-.12.72-.33l2.328-2.754l1.772%202.794c.11.18.31.29.53.29h1.5c.17%200%20.31-.14.31-.31v-3.69h3v3.69c0%20.17.14.31.31.31h1.5c.22%200%20.41-.11.53-.29l1.552-2.447l1.548%202.447c.11.18.31.29.53.29h2.41c.34%200%20.62-.28.62-.62v-9.38q-.001-.774-.16-1.5h.002l-.011-.039a7%207%200%200%200-.328-1.059a9%209%200%200%200-.251-.637a8.5%208.5%200%200%200%202.758-6.325c-.04-4.61-3.78-8.37-8.38-8.44c-1.99-.03-3.83.63-5.29%201.75m11.311%2014.107a10%2010%200%200%200-.138-.427q.111.28.197.57h-.017zm-16.763-.646a.81.81%200%200%201-1.184-.562l-.001-.006a.815.815%200%200%201%20.436-.868a.8.8%200%200%201%20.361-.085h.01q.046%200%20.088.006a.81.81%200%200%201%20.29%201.515M7.28%2019.351v-.6c0-.28.22-.5.5-.5s.5.22.5.5v.6c0%20.27-.22.5-.5.5s-.5-.22-.5-.5m9.076-3.9A6.5%206.5%200%200%201%2021%2013.502c2.64%200%204.52%201.586%205.45%203.937a1%201%200%200%201-.476-.378a5.78%205.78%200%200%200-4.794-2.559a5.76%205.76%200%200%200-4.074%201.686l-.11.11a4.13%204.13%200%200%201-2.906%201.204a4.1%204.1%200%200%201-1.8-.42c.29.086.594.134.91.133c.944-.007%201.896-.455%202.858-1.444l.006-.006l.006-.007c.102-.111.193-.212.284-.303zm-7.581.236q.13%200%20.254.01a3.4%203.4%200%200%200-2.146%201.34l-.004.005l-1.07%201.48v.001a2.4%202.4%200%200%201-1.11.84a2%202%200%200%200%20.447-.5l1.117-1.77c.564-.882%201.506-1.405%202.512-1.405m11.938-5.196h-7.475l-.205-.01c-1.042-.048-1.743-.252-2.196-.621a1.84%201.84%200%200%201-.537-.74c.363.178.735.28%201.123.335c.517.073%201.088.06%201.68.047a32%2032%200%200%201%20.717-.01h7.75a4.93%204.93%200%200%201%204.93%204.93c0%20.368-.015.642-.039.84q-.175-.187-.403-.46l-.011-.013c-.156-.183-.329-.387-.512-.586c-.295-.318-.649-.66-1.048-.893c-.08-.911-.504-1.613-1.16-2.086c-.71-.51-1.646-.728-2.614-.733%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/skunk.svg?color=%231a73e8&size=48