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

Name
animal-paw-print-48-regular
Set
Fluent UI System Icons
Style
48 Regular
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 8.5c-1.027 0-2.25 1.105-2.25 3s1.223 3 2.25 3s2.25-1.105 2.25-3s-1.223-3-2.25-3m-4.75 3c0-2.8 1.91-5.5 4.75-5.5S23 8.7 23 11.5S21.09 17 18.25 17s-4.75-2.7-4.75-5.5m-5.75 3c-1.027 0-2.25 1.105-2.25 3s1.223 3 2.25 3s2.25-1.105 2.25-3s-1.223-3-2.25-3M3 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.5m25-6c0-1.895 1.223-3 2.25-3s2.25 1.105 2.25 3s-1.223 3-2.25 3s-2.25-1.105-2.25-3M30.25 6c-2.84 0-4.75 2.7-4.75 5.5s1.91 5.5 4.75 5.5S35 14.3 35 11.5S33.09 6 30.25 6m10 8.5c-1.027 0-2.25 1.105-2.25 3s1.223 3 2.25 3s2.25-1.105 2.25-3s-1.223-3-2.25-3m-4.75 3c0-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.5M12.5 34c0-6.351 5.149-11.5 11.5-11.5S35.5 27.649 35.5 34q0 .21-.008.42c-.056 1.582-.886 2.813-2.226 3.692c-1.367.897-3.224 1.388-5.097 1.388h-8.338c-1.873 0-3.73-.491-5.096-1.388c-1.34-.88-2.17-2.11-2.227-3.693Q12.5 34.21 12.5 34M24 20c-7.732 0-14 6.268-14 14q0 .255.01.508c.09 2.551 1.478 4.464 3.353 5.694C15.211 41.415 17.567 42 19.831 42h8.338c2.264 0 4.62-.585 6.468-1.798c1.875-1.23 3.263-3.143 3.354-5.694Q38 34.255 38 34c0-7.732-6.268-14-14-14"/></svg>

React

import type { SVGProps } from "react";

export function FluentAnimalPawPrint48Regular(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 8.5c-1.027 0-2.25 1.105-2.25 3s1.223 3 2.25 3s2.25-1.105 2.25-3s-1.223-3-2.25-3m-4.75 3c0-2.8 1.91-5.5 4.75-5.5S23 8.7 23 11.5S21.09 17 18.25 17s-4.75-2.7-4.75-5.5m-5.75 3c-1.027 0-2.25 1.105-2.25 3s1.223 3 2.25 3s2.25-1.105 2.25-3s-1.223-3-2.25-3M3 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.5m25-6c0-1.895 1.223-3 2.25-3s2.25 1.105 2.25 3s-1.223 3-2.25 3s-2.25-1.105-2.25-3M30.25 6c-2.84 0-4.75 2.7-4.75 5.5s1.91 5.5 4.75 5.5S35 14.3 35 11.5S33.09 6 30.25 6m10 8.5c-1.027 0-2.25 1.105-2.25 3s1.223 3 2.25 3s2.25-1.105 2.25-3s-1.223-3-2.25-3m-4.75 3c0-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.5M12.5 34c0-6.351 5.149-11.5 11.5-11.5S35.5 27.649 35.5 34q0 .21-.008.42c-.056 1.582-.886 2.813-2.226 3.692c-1.367.897-3.224 1.388-5.097 1.388h-8.338c-1.873 0-3.73-.491-5.096-1.388c-1.34-.88-2.17-2.11-2.227-3.693Q12.5 34.21 12.5 34M24 20c-7.732 0-14 6.268-14 14q0 .255.01.508c.09 2.551 1.478 4.464 3.353 5.694C15.211 41.415 17.567 42 19.831 42h8.338c2.264 0 4.62-.585 6.468-1.798c1.875-1.23 3.263-3.143 3.354-5.694Q38 34.255 38 34c0-7.732-6.268-14-14-14"/></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 8.5c-1.027 0-2.25 1.105-2.25 3s1.223 3 2.25 3s2.25-1.105 2.25-3s-1.223-3-2.25-3m-4.75 3c0-2.8 1.91-5.5 4.75-5.5S23 8.7 23 11.5S21.09 17 18.25 17s-4.75-2.7-4.75-5.5m-5.75 3c-1.027 0-2.25 1.105-2.25 3s1.223 3 2.25 3s2.25-1.105 2.25-3s-1.223-3-2.25-3M3 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.5m25-6c0-1.895 1.223-3 2.25-3s2.25 1.105 2.25 3s-1.223 3-2.25 3s-2.25-1.105-2.25-3M30.25 6c-2.84 0-4.75 2.7-4.75 5.5s1.91 5.5 4.75 5.5S35 14.3 35 11.5S33.09 6 30.25 6m10 8.5c-1.027 0-2.25 1.105-2.25 3s1.223 3 2.25 3s2.25-1.105 2.25-3s-1.223-3-2.25-3m-4.75 3c0-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.5M12.5 34c0-6.351 5.149-11.5 11.5-11.5S35.5 27.649 35.5 34q0 .21-.008.42c-.056 1.582-.886 2.813-2.226 3.692c-1.367.897-3.224 1.388-5.097 1.388h-8.338c-1.873 0-3.73-.491-5.096-1.388c-1.34-.88-2.17-2.11-2.227-3.693Q12.5 34.21 12.5 34M24 20c-7.732 0-14 6.268-14 14q0 .255.01.508c.09 2.551 1.478 4.464 3.353 5.694C15.211 41.415 17.567 42 19.831 42h8.338c2.264 0 4.62-.585 6.468-1.798c1.875-1.23 3.263-3.143 3.354-5.694Q38 34.255 38 34c0-7.732-6.268-14-14-14"/></svg>
</template>

CSS

.icon-animal-paw-print-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.25%208.5c-1.027%200-2.25%201.105-2.25%203s1.223%203%202.25%203s2.25-1.105%202.25-3s-1.223-3-2.25-3m-4.75%203c0-2.8%201.91-5.5%204.75-5.5S23%208.7%2023%2011.5S21.09%2017%2018.25%2017s-4.75-2.7-4.75-5.5m-5.75%203c-1.027%200-2.25%201.105-2.25%203s1.223%203%202.25%203s2.25-1.105%202.25-3s-1.223-3-2.25-3M3%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.5m25-6c0-1.895%201.223-3%202.25-3s2.25%201.105%202.25%203s-1.223%203-2.25%203s-2.25-1.105-2.25-3M30.25%206c-2.84%200-4.75%202.7-4.75%205.5s1.91%205.5%204.75%205.5S35%2014.3%2035%2011.5S33.09%206%2030.25%206m10%208.5c-1.027%200-2.25%201.105-2.25%203s1.223%203%202.25%203s2.25-1.105%202.25-3s-1.223-3-2.25-3m-4.75%203c0-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.5M12.5%2034c0-6.351%205.149-11.5%2011.5-11.5S35.5%2027.649%2035.5%2034q0%20.21-.008.42c-.056%201.582-.886%202.813-2.226%203.692c-1.367.897-3.224%201.388-5.097%201.388h-8.338c-1.873%200-3.73-.491-5.096-1.388c-1.34-.88-2.17-2.11-2.227-3.693Q12.5%2034.21%2012.5%2034M24%2020c-7.732%200-14%206.268-14%2014q0%20.255.01.508c.09%202.551%201.478%204.464%203.353%205.694C15.211%2041.415%2017.567%2042%2019.831%2042h8.338c2.264%200%204.62-.585%206.468-1.798c1.875-1.23%203.263-3.143%203.354-5.694Q38%2034.255%2038%2034c0-7.732-6.268-14-14-14%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%208.5c-1.027%200-2.25%201.105-2.25%203s1.223%203%202.25%203s2.25-1.105%202.25-3s-1.223-3-2.25-3m-4.75%203c0-2.8%201.91-5.5%204.75-5.5S23%208.7%2023%2011.5S21.09%2017%2018.25%2017s-4.75-2.7-4.75-5.5m-5.75%203c-1.027%200-2.25%201.105-2.25%203s1.223%203%202.25%203s2.25-1.105%202.25-3s-1.223-3-2.25-3M3%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.5m25-6c0-1.895%201.223-3%202.25-3s2.25%201.105%202.25%203s-1.223%203-2.25%203s-2.25-1.105-2.25-3M30.25%206c-2.84%200-4.75%202.7-4.75%205.5s1.91%205.5%204.75%205.5S35%2014.3%2035%2011.5S33.09%206%2030.25%206m10%208.5c-1.027%200-2.25%201.105-2.25%203s1.223%203%202.25%203s2.25-1.105%202.25-3s-1.223-3-2.25-3m-4.75%203c0-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.5M12.5%2034c0-6.351%205.149-11.5%2011.5-11.5S35.5%2027.649%2035.5%2034q0%20.21-.008.42c-.056%201.582-.886%202.813-2.226%203.692c-1.367.897-3.224%201.388-5.097%201.388h-8.338c-1.873%200-3.73-.491-5.096-1.388c-1.34-.88-2.17-2.11-2.227-3.693Q12.5%2034.21%2012.5%2034M24%2020c-7.732%200-14%206.268-14%2014q0%20.255.01.508c.09%202.551%201.478%204.464%203.353%205.694C15.211%2041.415%2017.567%2042%2019.831%2042h8.338c2.264%200%204.62-.585%206.468-1.798c1.875-1.23%203.263-3.143%203.354-5.694Q38%2034.255%2038%2034c0-7.732-6.268-14-14-14%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-regular.svg?color=%231a73e8&size=48