animal paw print icon
animal-paw-print-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- animal-paw-print-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M17.625 4.5c-.65 0-1.375.665-1.375 1.75S16.975 8 17.625 8S19 7.335 19 6.25s-.725-1.75-1.375-1.75M14.75 6.25c0-1.676 1.178-3.25 2.875-3.25S20.5 4.574 20.5 6.25S19.323 9.5 17.625 9.5S14.75 7.926 14.75 6.25M4.125 8c-.65 0-1.375.665-1.375 1.75s.725 1.75 1.375 1.75S5.5 10.835 5.5 9.75S4.775 8 4.125 8M1.25 9.75c0-1.676 1.178-3.25 2.875-3.25S7 8.074 7 9.75S5.822 13 4.125 13S1.25 11.426 1.25 9.75M14 12.5a6.5 6.5 0 0 0-6.487 6.912c.061.985.604 1.734 1.464 2.264c.878.54 2.055.824 3.23.824h3.585c1.176 0 2.353-.285 3.23-.825c.861-.53 1.404-1.278 1.465-2.263A6.5 6.5 0 0 0 14 12.5M6 19a8 8 0 1 1 15.984.506c-.098 1.574-.996 2.721-2.175 3.447C18.645 23.669 17.18 24 15.792 24h-3.584c-1.389 0-2.853-.331-4.017-1.047c-1.18-.726-2.077-1.873-2.175-3.447A8 8 0 0 1 6 19m16.5-9.25c0-1.085.725-1.75 1.375-1.75s1.375.665 1.375 1.75s-.725 1.75-1.375 1.75s-1.375-.665-1.375-1.75m1.375-3.25C22.177 6.5 21 8.074 21 9.75S22.177 13 23.875 13s2.875-1.574 2.875-3.25s-1.177-3.25-2.875-3.25M9 6.25c0-1.085.725-1.75 1.375-1.75s1.375.665 1.375 1.75S11.025 8 10.375 8S9 7.335 9 6.25M10.375 3C8.678 3 7.5 4.574 7.5 6.25S8.678 9.5 10.375 9.5s2.875-1.574 2.875-3.25S12.072 3 10.375 3"/></svg>
React
import type { SVGProps } from "react";
export function FluentAnimalPawPrint28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M17.625 4.5c-.65 0-1.375.665-1.375 1.75S16.975 8 17.625 8S19 7.335 19 6.25s-.725-1.75-1.375-1.75M14.75 6.25c0-1.676 1.178-3.25 2.875-3.25S20.5 4.574 20.5 6.25S19.323 9.5 17.625 9.5S14.75 7.926 14.75 6.25M4.125 8c-.65 0-1.375.665-1.375 1.75s.725 1.75 1.375 1.75S5.5 10.835 5.5 9.75S4.775 8 4.125 8M1.25 9.75c0-1.676 1.178-3.25 2.875-3.25S7 8.074 7 9.75S5.822 13 4.125 13S1.25 11.426 1.25 9.75M14 12.5a6.5 6.5 0 0 0-6.487 6.912c.061.985.604 1.734 1.464 2.264c.878.54 2.055.824 3.23.824h3.585c1.176 0 2.353-.285 3.23-.825c.861-.53 1.404-1.278 1.465-2.263A6.5 6.5 0 0 0 14 12.5M6 19a8 8 0 1 1 15.984.506c-.098 1.574-.996 2.721-2.175 3.447C18.645 23.669 17.18 24 15.792 24h-3.584c-1.389 0-2.853-.331-4.017-1.047c-1.18-.726-2.077-1.873-2.175-3.447A8 8 0 0 1 6 19m16.5-9.25c0-1.085.725-1.75 1.375-1.75s1.375.665 1.375 1.75s-.725 1.75-1.375 1.75s-1.375-.665-1.375-1.75m1.375-3.25C22.177 6.5 21 8.074 21 9.75S22.177 13 23.875 13s2.875-1.574 2.875-3.25s-1.177-3.25-2.875-3.25M9 6.25c0-1.085.725-1.75 1.375-1.75s1.375.665 1.375 1.75S11.025 8 10.375 8S9 7.335 9 6.25M10.375 3C8.678 3 7.5 4.574 7.5 6.25S8.678 9.5 10.375 9.5s2.875-1.574 2.875-3.25S12.072 3 10.375 3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M17.625 4.5c-.65 0-1.375.665-1.375 1.75S16.975 8 17.625 8S19 7.335 19 6.25s-.725-1.75-1.375-1.75M14.75 6.25c0-1.676 1.178-3.25 2.875-3.25S20.5 4.574 20.5 6.25S19.323 9.5 17.625 9.5S14.75 7.926 14.75 6.25M4.125 8c-.65 0-1.375.665-1.375 1.75s.725 1.75 1.375 1.75S5.5 10.835 5.5 9.75S4.775 8 4.125 8M1.25 9.75c0-1.676 1.178-3.25 2.875-3.25S7 8.074 7 9.75S5.822 13 4.125 13S1.25 11.426 1.25 9.75M14 12.5a6.5 6.5 0 0 0-6.487 6.912c.061.985.604 1.734 1.464 2.264c.878.54 2.055.824 3.23.824h3.585c1.176 0 2.353-.285 3.23-.825c.861-.53 1.404-1.278 1.465-2.263A6.5 6.5 0 0 0 14 12.5M6 19a8 8 0 1 1 15.984.506c-.098 1.574-.996 2.721-2.175 3.447C18.645 23.669 17.18 24 15.792 24h-3.584c-1.389 0-2.853-.331-4.017-1.047c-1.18-.726-2.077-1.873-2.175-3.447A8 8 0 0 1 6 19m16.5-9.25c0-1.085.725-1.75 1.375-1.75s1.375.665 1.375 1.75s-.725 1.75-1.375 1.75s-1.375-.665-1.375-1.75m1.375-3.25C22.177 6.5 21 8.074 21 9.75S22.177 13 23.875 13s2.875-1.574 2.875-3.25s-1.177-3.25-2.875-3.25M9 6.25c0-1.085.725-1.75 1.375-1.75s1.375.665 1.375 1.75S11.025 8 10.375 8S9 7.335 9 6.25M10.375 3C8.678 3 7.5 4.574 7.5 6.25S8.678 9.5 10.375 9.5s2.875-1.574 2.875-3.25S12.072 3 10.375 3"/></svg> </template>
CSS
.icon-animal-paw-print-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.625%204.5c-.65%200-1.375.665-1.375%201.75S16.975%208%2017.625%208S19%207.335%2019%206.25s-.725-1.75-1.375-1.75M14.75%206.25c0-1.676%201.178-3.25%202.875-3.25S20.5%204.574%2020.5%206.25S19.323%209.5%2017.625%209.5S14.75%207.926%2014.75%206.25M4.125%208c-.65%200-1.375.665-1.375%201.75s.725%201.75%201.375%201.75S5.5%2010.835%205.5%209.75S4.775%208%204.125%208M1.25%209.75c0-1.676%201.178-3.25%202.875-3.25S7%208.074%207%209.75S5.822%2013%204.125%2013S1.25%2011.426%201.25%209.75M14%2012.5a6.5%206.5%200%200%200-6.487%206.912c.061.985.604%201.734%201.464%202.264c.878.54%202.055.824%203.23.824h3.585c1.176%200%202.353-.285%203.23-.825c.861-.53%201.404-1.278%201.465-2.263A6.5%206.5%200%200%200%2014%2012.5M6%2019a8%208%200%201%201%2015.984.506c-.098%201.574-.996%202.721-2.175%203.447C18.645%2023.669%2017.18%2024%2015.792%2024h-3.584c-1.389%200-2.853-.331-4.017-1.047c-1.18-.726-2.077-1.873-2.175-3.447A8%208%200%200%201%206%2019m16.5-9.25c0-1.085.725-1.75%201.375-1.75s1.375.665%201.375%201.75s-.725%201.75-1.375%201.75s-1.375-.665-1.375-1.75m1.375-3.25C22.177%206.5%2021%208.074%2021%209.75S22.177%2013%2023.875%2013s2.875-1.574%202.875-3.25s-1.177-3.25-2.875-3.25M9%206.25c0-1.085.725-1.75%201.375-1.75s1.375.665%201.375%201.75S11.025%208%2010.375%208S9%207.335%209%206.25M10.375%203C8.678%203%207.5%204.574%207.5%206.25S8.678%209.5%2010.375%209.5s2.875-1.574%202.875-3.25S12.072%203%2010.375%203%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.625%204.5c-.65%200-1.375.665-1.375%201.75S16.975%208%2017.625%208S19%207.335%2019%206.25s-.725-1.75-1.375-1.75M14.75%206.25c0-1.676%201.178-3.25%202.875-3.25S20.5%204.574%2020.5%206.25S19.323%209.5%2017.625%209.5S14.75%207.926%2014.75%206.25M4.125%208c-.65%200-1.375.665-1.375%201.75s.725%201.75%201.375%201.75S5.5%2010.835%205.5%209.75S4.775%208%204.125%208M1.25%209.75c0-1.676%201.178-3.25%202.875-3.25S7%208.074%207%209.75S5.822%2013%204.125%2013S1.25%2011.426%201.25%209.75M14%2012.5a6.5%206.5%200%200%200-6.487%206.912c.061.985.604%201.734%201.464%202.264c.878.54%202.055.824%203.23.824h3.585c1.176%200%202.353-.285%203.23-.825c.861-.53%201.404-1.278%201.465-2.263A6.5%206.5%200%200%200%2014%2012.5M6%2019a8%208%200%201%201%2015.984.506c-.098%201.574-.996%202.721-2.175%203.447C18.645%2023.669%2017.18%2024%2015.792%2024h-3.584c-1.389%200-2.853-.331-4.017-1.047c-1.18-.726-2.077-1.873-2.175-3.447A8%208%200%200%201%206%2019m16.5-9.25c0-1.085.725-1.75%201.375-1.75s1.375.665%201.375%201.75s-.725%201.75-1.375%201.75s-1.375-.665-1.375-1.75m1.375-3.25C22.177%206.5%2021%208.074%2021%209.75S22.177%2013%2023.875%2013s2.875-1.574%202.875-3.25s-1.177-3.25-2.875-3.25M9%206.25c0-1.085.725-1.75%201.375-1.75s1.375.665%201.375%201.75S11.025%208%2010.375%208S9%207.335%209%206.25M10.375%203C8.678%203%207.5%204.574%207.5%206.25S8.678%209.5%2010.375%209.5s2.875-1.574%202.875-3.25S12.072%203%2010.375%203%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-28-regular.svg?color=%231a73e8&size=48