animal paw print icon
animal-paw-print-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- animal-paw-print-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M7.75 5.25c0-.788.539-1.25 1-1.25s1 .462 1 1.25s-.539 1.25-1 1.25s-1-.462-1-1.25m1-2.75c-1.472 0-2.5 1.328-2.5 2.75S7.278 8 8.75 8s2.5-1.328 2.5-2.75s-1.028-2.75-2.5-2.75m-5.25 5c-.461 0-1 .462-1 1.25S3.039 10 3.5 10s1-.462 1-1.25s-.539-1.25-1-1.25M1 8.75C1 7.328 2.028 6 3.5 6S6 7.328 6 8.75S4.972 11.5 3.5 11.5S1 10.172 1 8.75m11 2.75A5.5 5.5 0 0 0 6.5 17c0 .762.382 1.36 1.036 1.798c.67.45 1.6.702 2.542.702h3.844c.942 0 1.872-.253 2.543-.702c.653-.438 1.035-1.036 1.035-1.798a5.5 5.5 0 0 0-5.5-5.5M5 17a7 7 0 1 1 14 0c0 1.36-.72 2.388-1.7 3.044c-.963.645-2.198.956-3.378.956h-3.844c-1.18 0-2.415-.311-3.377-.956C5.72 19.388 5 18.361 5 17M15.25 4c-.461 0-1 .462-1 1.25s.539 1.25 1 1.25s1-.462 1-1.25s-.539-1.25-1-1.25m-2.5 1.25c0-1.422 1.028-2.75 2.5-2.75s2.5 1.328 2.5 2.75S16.722 8 15.25 8s-2.5-1.328-2.5-2.75m6.75 3.5c0-.788.539-1.25 1-1.25s1 .462 1 1.25s-.539 1.25-1 1.25s-1-.462-1-1.25m1-2.75C19.028 6 18 7.328 18 8.75s1.028 2.75 2.5 2.75S23 10.172 23 8.75S21.972 6 20.5 6"/></svg>
React
import type { SVGProps } from "react";
export function FluentAnimalPawPrint24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.75 5.25c0-.788.539-1.25 1-1.25s1 .462 1 1.25s-.539 1.25-1 1.25s-1-.462-1-1.25m1-2.75c-1.472 0-2.5 1.328-2.5 2.75S7.278 8 8.75 8s2.5-1.328 2.5-2.75s-1.028-2.75-2.5-2.75m-5.25 5c-.461 0-1 .462-1 1.25S3.039 10 3.5 10s1-.462 1-1.25s-.539-1.25-1-1.25M1 8.75C1 7.328 2.028 6 3.5 6S6 7.328 6 8.75S4.972 11.5 3.5 11.5S1 10.172 1 8.75m11 2.75A5.5 5.5 0 0 0 6.5 17c0 .762.382 1.36 1.036 1.798c.67.45 1.6.702 2.542.702h3.844c.942 0 1.872-.253 2.543-.702c.653-.438 1.035-1.036 1.035-1.798a5.5 5.5 0 0 0-5.5-5.5M5 17a7 7 0 1 1 14 0c0 1.36-.72 2.388-1.7 3.044c-.963.645-2.198.956-3.378.956h-3.844c-1.18 0-2.415-.311-3.377-.956C5.72 19.388 5 18.361 5 17M15.25 4c-.461 0-1 .462-1 1.25s.539 1.25 1 1.25s1-.462 1-1.25s-.539-1.25-1-1.25m-2.5 1.25c0-1.422 1.028-2.75 2.5-2.75s2.5 1.328 2.5 2.75S16.722 8 15.25 8s-2.5-1.328-2.5-2.75m6.75 3.5c0-.788.539-1.25 1-1.25s1 .462 1 1.25s-.539 1.25-1 1.25s-1-.462-1-1.25m1-2.75C19.028 6 18 7.328 18 8.75s1.028 2.75 2.5 2.75S23 10.172 23 8.75S21.972 6 20.5 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.75 5.25c0-.788.539-1.25 1-1.25s1 .462 1 1.25s-.539 1.25-1 1.25s-1-.462-1-1.25m1-2.75c-1.472 0-2.5 1.328-2.5 2.75S7.278 8 8.75 8s2.5-1.328 2.5-2.75s-1.028-2.75-2.5-2.75m-5.25 5c-.461 0-1 .462-1 1.25S3.039 10 3.5 10s1-.462 1-1.25s-.539-1.25-1-1.25M1 8.75C1 7.328 2.028 6 3.5 6S6 7.328 6 8.75S4.972 11.5 3.5 11.5S1 10.172 1 8.75m11 2.75A5.5 5.5 0 0 0 6.5 17c0 .762.382 1.36 1.036 1.798c.67.45 1.6.702 2.542.702h3.844c.942 0 1.872-.253 2.543-.702c.653-.438 1.035-1.036 1.035-1.798a5.5 5.5 0 0 0-5.5-5.5M5 17a7 7 0 1 1 14 0c0 1.36-.72 2.388-1.7 3.044c-.963.645-2.198.956-3.378.956h-3.844c-1.18 0-2.415-.311-3.377-.956C5.72 19.388 5 18.361 5 17M15.25 4c-.461 0-1 .462-1 1.25s.539 1.25 1 1.25s1-.462 1-1.25s-.539-1.25-1-1.25m-2.5 1.25c0-1.422 1.028-2.75 2.5-2.75s2.5 1.328 2.5 2.75S16.722 8 15.25 8s-2.5-1.328-2.5-2.75m6.75 3.5c0-.788.539-1.25 1-1.25s1 .462 1 1.25s-.539 1.25-1 1.25s-1-.462-1-1.25m1-2.75C19.028 6 18 7.328 18 8.75s1.028 2.75 2.5 2.75S23 10.172 23 8.75S21.972 6 20.5 6"/></svg> </template>
CSS
.icon-animal-paw-print-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.75%205.25c0-.788.539-1.25%201-1.25s1%20.462%201%201.25s-.539%201.25-1%201.25s-1-.462-1-1.25m1-2.75c-1.472%200-2.5%201.328-2.5%202.75S7.278%208%208.75%208s2.5-1.328%202.5-2.75s-1.028-2.75-2.5-2.75m-5.25%205c-.461%200-1%20.462-1%201.25S3.039%2010%203.5%2010s1-.462%201-1.25s-.539-1.25-1-1.25M1%208.75C1%207.328%202.028%206%203.5%206S6%207.328%206%208.75S4.972%2011.5%203.5%2011.5S1%2010.172%201%208.75m11%202.75A5.5%205.5%200%200%200%206.5%2017c0%20.762.382%201.36%201.036%201.798c.67.45%201.6.702%202.542.702h3.844c.942%200%201.872-.253%202.543-.702c.653-.438%201.035-1.036%201.035-1.798a5.5%205.5%200%200%200-5.5-5.5M5%2017a7%207%200%201%201%2014%200c0%201.36-.72%202.388-1.7%203.044c-.963.645-2.198.956-3.378.956h-3.844c-1.18%200-2.415-.311-3.377-.956C5.72%2019.388%205%2018.361%205%2017M15.25%204c-.461%200-1%20.462-1%201.25s.539%201.25%201%201.25s1-.462%201-1.25s-.539-1.25-1-1.25m-2.5%201.25c0-1.422%201.028-2.75%202.5-2.75s2.5%201.328%202.5%202.75S16.722%208%2015.25%208s-2.5-1.328-2.5-2.75m6.75%203.5c0-.788.539-1.25%201-1.25s1%20.462%201%201.25s-.539%201.25-1%201.25s-1-.462-1-1.25m1-2.75C19.028%206%2018%207.328%2018%208.75s1.028%202.75%202.5%202.75S23%2010.172%2023%208.75S21.972%206%2020.5%206%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.75%205.25c0-.788.539-1.25%201-1.25s1%20.462%201%201.25s-.539%201.25-1%201.25s-1-.462-1-1.25m1-2.75c-1.472%200-2.5%201.328-2.5%202.75S7.278%208%208.75%208s2.5-1.328%202.5-2.75s-1.028-2.75-2.5-2.75m-5.25%205c-.461%200-1%20.462-1%201.25S3.039%2010%203.5%2010s1-.462%201-1.25s-.539-1.25-1-1.25M1%208.75C1%207.328%202.028%206%203.5%206S6%207.328%206%208.75S4.972%2011.5%203.5%2011.5S1%2010.172%201%208.75m11%202.75A5.5%205.5%200%200%200%206.5%2017c0%20.762.382%201.36%201.036%201.798c.67.45%201.6.702%202.542.702h3.844c.942%200%201.872-.253%202.543-.702c.653-.438%201.035-1.036%201.035-1.798a5.5%205.5%200%200%200-5.5-5.5M5%2017a7%207%200%201%201%2014%200c0%201.36-.72%202.388-1.7%203.044c-.963.645-2.198.956-3.378.956h-3.844c-1.18%200-2.415-.311-3.377-.956C5.72%2019.388%205%2018.361%205%2017M15.25%204c-.461%200-1%20.462-1%201.25s.539%201.25%201%201.25s1-.462%201-1.25s-.539-1.25-1-1.25m-2.5%201.25c0-1.422%201.028-2.75%202.5-2.75s2.5%201.328%202.5%202.75S16.722%208%2015.25%208s-2.5-1.328-2.5-2.75m6.75%203.5c0-.788.539-1.25%201-1.25s1%20.462%201%201.25s-.539%201.25-1%201.25s-1-.462-1-1.25m1-2.75C19.028%206%2018%207.328%2018%208.75s1.028%202.75%202.5%202.75S23%2010.172%2023%208.75S21.972%206%2020.5%206%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-24-regular.svg?color=%231a73e8&size=48