animal-paw-print-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.

Name
animal-paw-print-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the animal paw print icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.75 5c-.512 0-1.25.587-1.25 1.75s.738 1.75 1.25 1.75S13 7.913 13 6.75S12.262 5 11.75 5M8.5 6.75C8.5 4.876 9.777 3 11.75 3S15 4.876 15 6.75s-1.277 3.75-3.25 3.75S8.5 8.624 8.5 6.75M16 15a7 7 0 0 0-6.98 7.527c.082 1.112.709 1.95 1.722 2.546c1.037.61 2.428.927 3.813.927h2.89c1.385 0 2.776-.316 3.813-.927c1.013-.596 1.64-1.434 1.723-2.546q.018-.261.019-.527a7 7 0 0 0-7-7m-9 7a9 9 0 1 1 17.975.675c-.142 1.914-1.265 3.276-2.703 4.122C20.857 27.63 19.095 28 17.445 28h-2.89c-1.65 0-3.412-.37-4.827-1.203c-1.438-.846-2.56-2.208-2.703-4.122A9 9 0 0 1 7 22M19 6.75C19 5.587 19.738 5 20.25 5s1.25.587 1.25 1.75s-.738 1.75-1.25 1.75S19 7.913 19 6.75M20.25 3C18.277 3 17 4.876 17 6.75s1.277 3.75 3.25 3.75s3.25-1.876 3.25-3.75S22.223 3 20.25 3m7 6.5c-.512 0-1.25.586-1.25 1.75S26.738 13 27.25 13s1.25-.586 1.25-1.75s-.738-1.75-1.25-1.75M24 11.25c0-1.874 1.277-3.75 3.25-3.75s3.25 1.876 3.25 3.75S29.223 15 27.25 15S24 13.124 24 11.25m-20.5 0c0-1.164.738-1.75 1.25-1.75S6 10.086 6 11.25S5.262 13 4.75 13s-1.25-.586-1.25-1.75M4.75 7.5c-1.973 0-3.25 1.876-3.25 3.75S2.777 15 4.75 15S8 13.124 8 11.25S6.723 7.5 4.75 7.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentAnimalPawPrint32Regular(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="M11.75 5c-.512 0-1.25.587-1.25 1.75s.738 1.75 1.25 1.75S13 7.913 13 6.75S12.262 5 11.75 5M8.5 6.75C8.5 4.876 9.777 3 11.75 3S15 4.876 15 6.75s-1.277 3.75-3.25 3.75S8.5 8.624 8.5 6.75M16 15a7 7 0 0 0-6.98 7.527c.082 1.112.709 1.95 1.722 2.546c1.037.61 2.428.927 3.813.927h2.89c1.385 0 2.776-.316 3.813-.927c1.013-.596 1.64-1.434 1.723-2.546q.018-.261.019-.527a7 7 0 0 0-7-7m-9 7a9 9 0 1 1 17.975.675c-.142 1.914-1.265 3.276-2.703 4.122C20.857 27.63 19.095 28 17.445 28h-2.89c-1.65 0-3.412-.37-4.827-1.203c-1.438-.846-2.56-2.208-2.703-4.122A9 9 0 0 1 7 22M19 6.75C19 5.587 19.738 5 20.25 5s1.25.587 1.25 1.75s-.738 1.75-1.25 1.75S19 7.913 19 6.75M20.25 3C18.277 3 17 4.876 17 6.75s1.277 3.75 3.25 3.75s3.25-1.876 3.25-3.75S22.223 3 20.25 3m7 6.5c-.512 0-1.25.586-1.25 1.75S26.738 13 27.25 13s1.25-.586 1.25-1.75s-.738-1.75-1.25-1.75M24 11.25c0-1.874 1.277-3.75 3.25-3.75s3.25 1.876 3.25 3.75S29.223 15 27.25 15S24 13.124 24 11.25m-20.5 0c0-1.164.738-1.75 1.25-1.75S6 10.086 6 11.25S5.262 13 4.75 13s-1.25-.586-1.25-1.75M4.75 7.5c-1.973 0-3.25 1.876-3.25 3.75S2.777 15 4.75 15S8 13.124 8 11.25S6.723 7.5 4.75 7.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.75 5c-.512 0-1.25.587-1.25 1.75s.738 1.75 1.25 1.75S13 7.913 13 6.75S12.262 5 11.75 5M8.5 6.75C8.5 4.876 9.777 3 11.75 3S15 4.876 15 6.75s-1.277 3.75-3.25 3.75S8.5 8.624 8.5 6.75M16 15a7 7 0 0 0-6.98 7.527c.082 1.112.709 1.95 1.722 2.546c1.037.61 2.428.927 3.813.927h2.89c1.385 0 2.776-.316 3.813-.927c1.013-.596 1.64-1.434 1.723-2.546q.018-.261.019-.527a7 7 0 0 0-7-7m-9 7a9 9 0 1 1 17.975.675c-.142 1.914-1.265 3.276-2.703 4.122C20.857 27.63 19.095 28 17.445 28h-2.89c-1.65 0-3.412-.37-4.827-1.203c-1.438-.846-2.56-2.208-2.703-4.122A9 9 0 0 1 7 22M19 6.75C19 5.587 19.738 5 20.25 5s1.25.587 1.25 1.75s-.738 1.75-1.25 1.75S19 7.913 19 6.75M20.25 3C18.277 3 17 4.876 17 6.75s1.277 3.75 3.25 3.75s3.25-1.876 3.25-3.75S22.223 3 20.25 3m7 6.5c-.512 0-1.25.586-1.25 1.75S26.738 13 27.25 13s1.25-.586 1.25-1.75s-.738-1.75-1.25-1.75M24 11.25c0-1.874 1.277-3.75 3.25-3.75s3.25 1.876 3.25 3.75S29.223 15 27.25 15S24 13.124 24 11.25m-20.5 0c0-1.164.738-1.75 1.25-1.75S6 10.086 6 11.25S5.262 13 4.75 13s-1.25-.586-1.25-1.75M4.75 7.5c-1.973 0-3.25 1.876-3.25 3.75S2.777 15 4.75 15S8 13.124 8 11.25S6.723 7.5 4.75 7.5"/></svg>
</template>

CSS

.icon-animal-paw-print-32-regular {
  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%22M11.75%205c-.512%200-1.25.587-1.25%201.75s.738%201.75%201.25%201.75S13%207.913%2013%206.75S12.262%205%2011.75%205M8.5%206.75C8.5%204.876%209.777%203%2011.75%203S15%204.876%2015%206.75s-1.277%203.75-3.25%203.75S8.5%208.624%208.5%206.75M16%2015a7%207%200%200%200-6.98%207.527c.082%201.112.709%201.95%201.722%202.546c1.037.61%202.428.927%203.813.927h2.89c1.385%200%202.776-.316%203.813-.927c1.013-.596%201.64-1.434%201.723-2.546q.018-.261.019-.527a7%207%200%200%200-7-7m-9%207a9%209%200%201%201%2017.975.675c-.142%201.914-1.265%203.276-2.703%204.122C20.857%2027.63%2019.095%2028%2017.445%2028h-2.89c-1.65%200-3.412-.37-4.827-1.203c-1.438-.846-2.56-2.208-2.703-4.122A9%209%200%200%201%207%2022M19%206.75C19%205.587%2019.738%205%2020.25%205s1.25.587%201.25%201.75s-.738%201.75-1.25%201.75S19%207.913%2019%206.75M20.25%203C18.277%203%2017%204.876%2017%206.75s1.277%203.75%203.25%203.75s3.25-1.876%203.25-3.75S22.223%203%2020.25%203m7%206.5c-.512%200-1.25.586-1.25%201.75S26.738%2013%2027.25%2013s1.25-.586%201.25-1.75s-.738-1.75-1.25-1.75M24%2011.25c0-1.874%201.277-3.75%203.25-3.75s3.25%201.876%203.25%203.75S29.223%2015%2027.25%2015S24%2013.124%2024%2011.25m-20.5%200c0-1.164.738-1.75%201.25-1.75S6%2010.086%206%2011.25S5.262%2013%204.75%2013s-1.25-.586-1.25-1.75M4.75%207.5c-1.973%200-3.25%201.876-3.25%203.75S2.777%2015%204.75%2015S8%2013.124%208%2011.25S6.723%207.5%204.75%207.5%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%22M11.75%205c-.512%200-1.25.587-1.25%201.75s.738%201.75%201.25%201.75S13%207.913%2013%206.75S12.262%205%2011.75%205M8.5%206.75C8.5%204.876%209.777%203%2011.75%203S15%204.876%2015%206.75s-1.277%203.75-3.25%203.75S8.5%208.624%208.5%206.75M16%2015a7%207%200%200%200-6.98%207.527c.082%201.112.709%201.95%201.722%202.546c1.037.61%202.428.927%203.813.927h2.89c1.385%200%202.776-.316%203.813-.927c1.013-.596%201.64-1.434%201.723-2.546q.018-.261.019-.527a7%207%200%200%200-7-7m-9%207a9%209%200%201%201%2017.975.675c-.142%201.914-1.265%203.276-2.703%204.122C20.857%2027.63%2019.095%2028%2017.445%2028h-2.89c-1.65%200-3.412-.37-4.827-1.203c-1.438-.846-2.56-2.208-2.703-4.122A9%209%200%200%201%207%2022M19%206.75C19%205.587%2019.738%205%2020.25%205s1.25.587%201.25%201.75s-.738%201.75-1.25%201.75S19%207.913%2019%206.75M20.25%203C18.277%203%2017%204.876%2017%206.75s1.277%203.75%203.25%203.75s3.25-1.876%203.25-3.75S22.223%203%2020.25%203m7%206.5c-.512%200-1.25.586-1.25%201.75S26.738%2013%2027.25%2013s1.25-.586%201.25-1.75s-.738-1.75-1.25-1.75M24%2011.25c0-1.874%201.277-3.75%203.25-3.75s3.25%201.876%203.25%203.75S29.223%2015%2027.25%2015S24%2013.124%2024%2011.25m-20.5%200c0-1.164.738-1.75%201.25-1.75S6%2010.086%206%2011.25S5.262%2013%204.75%2013s-1.25-.586-1.25-1.75M4.75%207.5c-1.973%200-3.25%201.876-3.25%203.75S2.777%2015%204.75%2015S8%2013.124%208%2011.25S6.723%207.5%204.75%207.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/animal-paw-print-32-regular.svg?color=%231a73e8&size=48