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

Name
animal-paw-print-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M18.25 6c-2.84 0-4.75 2.7-4.75 5.5s1.91 5.5 4.75 5.5S23 14.3 23 11.5S21.09 6 18.25 6M3 17.5C3 14.7 4.91 12 7.75 12s4.75 2.7 4.75 5.5S10.59 23 7.75 23S3 20.3 3 17.5m22.5-6c0-2.8 1.91-5.5 4.75-5.5S35 8.7 35 11.5S33.09 17 30.25 17s-4.75-2.7-4.75-5.5m10 6c0-2.8 1.91-5.5 4.75-5.5S45 14.7 45 17.5S43.09 23 40.25 23s-4.75-2.7-4.75-5.5M10 34c0-7.732 6.268-14 14-14s14 6.268 14 14q0 .255-.01.508c-.09 2.551-1.478 4.464-3.353 5.694C32.789 41.415 30.433 42 28.169 42h-8.338c-2.264 0-4.62-.585-6.468-1.798c-1.875-1.23-3.263-3.143-3.354-5.694Q10 34.255 10 34"/></svg>

React

import type { SVGProps } from "react";

export function FluentAnimalPawPrint48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M18.25 6c-2.84 0-4.75 2.7-4.75 5.5s1.91 5.5 4.75 5.5S23 14.3 23 11.5S21.09 6 18.25 6M3 17.5C3 14.7 4.91 12 7.75 12s4.75 2.7 4.75 5.5S10.59 23 7.75 23S3 20.3 3 17.5m22.5-6c0-2.8 1.91-5.5 4.75-5.5S35 8.7 35 11.5S33.09 17 30.25 17s-4.75-2.7-4.75-5.5m10 6c0-2.8 1.91-5.5 4.75-5.5S45 14.7 45 17.5S43.09 23 40.25 23s-4.75-2.7-4.75-5.5M10 34c0-7.732 6.268-14 14-14s14 6.268 14 14q0 .255-.01.508c-.09 2.551-1.478 4.464-3.353 5.694C32.789 41.415 30.433 42 28.169 42h-8.338c-2.264 0-4.62-.585-6.468-1.798c-1.875-1.23-3.263-3.143-3.354-5.694Q10 34.255 10 34"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M18.25 6c-2.84 0-4.75 2.7-4.75 5.5s1.91 5.5 4.75 5.5S23 14.3 23 11.5S21.09 6 18.25 6M3 17.5C3 14.7 4.91 12 7.75 12s4.75 2.7 4.75 5.5S10.59 23 7.75 23S3 20.3 3 17.5m22.5-6c0-2.8 1.91-5.5 4.75-5.5S35 8.7 35 11.5S33.09 17 30.25 17s-4.75-2.7-4.75-5.5m10 6c0-2.8 1.91-5.5 4.75-5.5S45 14.7 45 17.5S43.09 23 40.25 23s-4.75-2.7-4.75-5.5M10 34c0-7.732 6.268-14 14-14s14 6.268 14 14q0 .255-.01.508c-.09 2.551-1.478 4.464-3.353 5.694C32.789 41.415 30.433 42 28.169 42h-8.338c-2.264 0-4.62-.585-6.468-1.798c-1.875-1.23-3.263-3.143-3.354-5.694Q10 34.255 10 34"/></svg>
</template>

CSS

.icon-animal-paw-print-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.25%206c-2.84%200-4.75%202.7-4.75%205.5s1.91%205.5%204.75%205.5S23%2014.3%2023%2011.5S21.09%206%2018.25%206M3%2017.5C3%2014.7%204.91%2012%207.75%2012s4.75%202.7%204.75%205.5S10.59%2023%207.75%2023S3%2020.3%203%2017.5m22.5-6c0-2.8%201.91-5.5%204.75-5.5S35%208.7%2035%2011.5S33.09%2017%2030.25%2017s-4.75-2.7-4.75-5.5m10%206c0-2.8%201.91-5.5%204.75-5.5S45%2014.7%2045%2017.5S43.09%2023%2040.25%2023s-4.75-2.7-4.75-5.5M10%2034c0-7.732%206.268-14%2014-14s14%206.268%2014%2014q0%20.255-.01.508c-.09%202.551-1.478%204.464-3.353%205.694C32.789%2041.415%2030.433%2042%2028.169%2042h-8.338c-2.264%200-4.62-.585-6.468-1.798c-1.875-1.23-3.263-3.143-3.354-5.694Q10%2034.255%2010%2034%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.25%206c-2.84%200-4.75%202.7-4.75%205.5s1.91%205.5%204.75%205.5S23%2014.3%2023%2011.5S21.09%206%2018.25%206M3%2017.5C3%2014.7%204.91%2012%207.75%2012s4.75%202.7%204.75%205.5S10.59%2023%207.75%2023S3%2020.3%203%2017.5m22.5-6c0-2.8%201.91-5.5%204.75-5.5S35%208.7%2035%2011.5S33.09%2017%2030.25%2017s-4.75-2.7-4.75-5.5m10%206c0-2.8%201.91-5.5%204.75-5.5S45%2014.7%2045%2017.5S43.09%2023%2040.25%2023s-4.75-2.7-4.75-5.5M10%2034c0-7.732%206.268-14%2014-14s14%206.268%2014%2014q0%20.255-.01.508c-.09%202.551-1.478%204.464-3.353%205.694C32.789%2041.415%2030.433%2042%2028.169%2042h-8.338c-2.264%200-4.62-.585-6.468-1.798c-1.875-1.23-3.263-3.143-3.354-5.694Q10%2034.255%2010%2034%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-48-filled.svg?color=%231a73e8&size=48