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

Name
animal-paw-print-24-filled
Set
Fluent UI System Icons
Style
24 Filled
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="M6.25 5.25c0-1.422 1.028-2.75 2.5-2.75s2.5 1.328 2.5 2.75S10.222 8 8.75 8s-2.5-1.328-2.5-2.75M1 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.75M12 10a7 7 0 0 0-7 7c0 1.36.72 2.388 1.7 3.044c.963.645 2.198.956 3.378.956h3.844c1.18 0 2.415-.311 3.377-.956C18.28 19.388 19 18.361 19 17a7 7 0 0 0-7-7m.75-4.75c0-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.75M18 8.75C18 7.328 19.028 6 20.5 6S23 7.328 23 8.75s-1.028 2.75-2.5 2.75S18 10.172 18 8.75"/></svg>

React

import type { SVGProps } from "react";

export function FluentAnimalPawPrint24Filled(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="M6.25 5.25c0-1.422 1.028-2.75 2.5-2.75s2.5 1.328 2.5 2.75S10.222 8 8.75 8s-2.5-1.328-2.5-2.75M1 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.75M12 10a7 7 0 0 0-7 7c0 1.36.72 2.388 1.7 3.044c.963.645 2.198.956 3.378.956h3.844c1.18 0 2.415-.311 3.377-.956C18.28 19.388 19 18.361 19 17a7 7 0 0 0-7-7m.75-4.75c0-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.75M18 8.75C18 7.328 19.028 6 20.5 6S23 7.328 23 8.75s-1.028 2.75-2.5 2.75S18 10.172 18 8.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.25 5.25c0-1.422 1.028-2.75 2.5-2.75s2.5 1.328 2.5 2.75S10.222 8 8.75 8s-2.5-1.328-2.5-2.75M1 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.75M12 10a7 7 0 0 0-7 7c0 1.36.72 2.388 1.7 3.044c.963.645 2.198.956 3.378.956h3.844c1.18 0 2.415-.311 3.377-.956C18.28 19.388 19 18.361 19 17a7 7 0 0 0-7-7m.75-4.75c0-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.75M18 8.75C18 7.328 19.028 6 20.5 6S23 7.328 23 8.75s-1.028 2.75-2.5 2.75S18 10.172 18 8.75"/></svg>
</template>

CSS

.icon-animal-paw-print-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.25%205.25c0-1.422%201.028-2.75%202.5-2.75s2.5%201.328%202.5%202.75S10.222%208%208.75%208s-2.5-1.328-2.5-2.75M1%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.75M12%2010a7%207%200%200%200-7%207c0%201.36.72%202.388%201.7%203.044c.963.645%202.198.956%203.378.956h3.844c1.18%200%202.415-.311%203.377-.956C18.28%2019.388%2019%2018.361%2019%2017a7%207%200%200%200-7-7m.75-4.75c0-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.75M18%208.75C18%207.328%2019.028%206%2020.5%206S23%207.328%2023%208.75s-1.028%202.75-2.5%202.75S18%2010.172%2018%208.75%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%22M6.25%205.25c0-1.422%201.028-2.75%202.5-2.75s2.5%201.328%202.5%202.75S10.222%208%208.75%208s-2.5-1.328-2.5-2.75M1%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.75M12%2010a7%207%200%200%200-7%207c0%201.36.72%202.388%201.7%203.044c.963.645%202.198.956%203.378.956h3.844c1.18%200%202.415-.311%203.377-.956C18.28%2019.388%2019%2018.361%2019%2017a7%207%200%200%200-7-7m.75-4.75c0-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.75M18%208.75C18%207.328%2019.028%206%2020.5%206S23%207.328%2023%208.75s-1.028%202.75-2.5%202.75S18%2010.172%2018%208.75%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-filled.svg?color=%231a73e8&size=48