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

Name
animal-paw-print-32-filled
Set
Fluent UI System Icons
Style
32 Filled
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="M8.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 13a9 9 0 0 0-8.975 9.675c.142 1.914 1.265 3.276 2.703 4.122C11.143 27.63 12.905 28 14.555 28h2.89c1.65 0 3.412-.37 4.827-1.203c1.438-.846 2.56-2.208 2.703-4.122Q25 22.34 25 22a9 9 0 0 0-9-9m1-6.25C17 4.876 18.277 3 20.25 3s3.25 1.876 3.25 3.75s-1.277 3.75-3.25 3.75S17 8.624 17 6.75m7 4.5c0-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-22.5 0c0-1.874 1.277-3.75 3.25-3.75S8 9.376 8 11.25S6.723 15 4.75 15S1.5 13.124 1.5 11.25"/></svg>

React

import type { SVGProps } from "react";

export function FluentAnimalPawPrint32Filled(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="M8.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 13a9 9 0 0 0-8.975 9.675c.142 1.914 1.265 3.276 2.703 4.122C11.143 27.63 12.905 28 14.555 28h2.89c1.65 0 3.412-.37 4.827-1.203c1.438-.846 2.56-2.208 2.703-4.122Q25 22.34 25 22a9 9 0 0 0-9-9m1-6.25C17 4.876 18.277 3 20.25 3s3.25 1.876 3.25 3.75s-1.277 3.75-3.25 3.75S17 8.624 17 6.75m7 4.5c0-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-22.5 0c0-1.874 1.277-3.75 3.25-3.75S8 9.376 8 11.25S6.723 15 4.75 15S1.5 13.124 1.5 11.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8.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 13a9 9 0 0 0-8.975 9.675c.142 1.914 1.265 3.276 2.703 4.122C11.143 27.63 12.905 28 14.555 28h2.89c1.65 0 3.412-.37 4.827-1.203c1.438-.846 2.56-2.208 2.703-4.122Q25 22.34 25 22a9 9 0 0 0-9-9m1-6.25C17 4.876 18.277 3 20.25 3s3.25 1.876 3.25 3.75s-1.277 3.75-3.25 3.75S17 8.624 17 6.75m7 4.5c0-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-22.5 0c0-1.874 1.277-3.75 3.25-3.75S8 9.376 8 11.25S6.723 15 4.75 15S1.5 13.124 1.5 11.25"/></svg>
</template>

CSS

.icon-animal-paw-print-32-filled {
  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%22M8.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%2013a9%209%200%200%200-8.975%209.675c.142%201.914%201.265%203.276%202.703%204.122C11.143%2027.63%2012.905%2028%2014.555%2028h2.89c1.65%200%203.412-.37%204.827-1.203c1.438-.846%202.56-2.208%202.703-4.122Q25%2022.34%2025%2022a9%209%200%200%200-9-9m1-6.25C17%204.876%2018.277%203%2020.25%203s3.25%201.876%203.25%203.75s-1.277%203.75-3.25%203.75S17%208.624%2017%206.75m7%204.5c0-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-22.5%200c0-1.874%201.277-3.75%203.25-3.75S8%209.376%208%2011.25S6.723%2015%204.75%2015S1.5%2013.124%201.5%2011.25%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%22M8.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%2013a9%209%200%200%200-8.975%209.675c.142%201.914%201.265%203.276%202.703%204.122C11.143%2027.63%2012.905%2028%2014.555%2028h2.89c1.65%200%203.412-.37%204.827-1.203c1.438-.846%202.56-2.208%202.703-4.122Q25%2022.34%2025%2022a9%209%200%200%200-9-9m1-6.25C17%204.876%2018.277%203%2020.25%203s3.25%201.876%203.25%203.75s-1.277%203.75-3.25%203.75S17%208.624%2017%206.75m7%204.5c0-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-22.5%200c0-1.874%201.277-3.75%203.25-3.75S8%209.376%208%2011.25S6.723%2015%204.75%2015S1.5%2013.124%201.5%2011.25%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-filled.svg?color=%231a73e8&size=48