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

Name
animal-paw-print-28-filled
Set
Fluent UI System Icons
Style
28 Filled
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="M14.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.25m-13.5 3.5c0-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 11a8 8 0 0 0-7.984 8.506c.098 1.574.996 2.721 2.175 3.447C9.355 23.669 10.82 24 12.208 24h3.584c1.389 0 2.853-.331 4.017-1.047c1.18-.726 2.077-1.873 2.175-3.447Q22 19.255 22 19a8 8 0 0 0-8-8m7-1.25c0-1.676 1.177-3.25 2.875-3.25s2.875 1.574 2.875 3.25S25.573 13 23.875 13S21 11.426 21 9.75M7.5 6.25C7.5 4.574 8.678 3 10.375 3s2.875 1.574 2.875 3.25s-1.178 3.25-2.875 3.25S7.5 7.926 7.5 6.25"/></svg>

React

import type { SVGProps } from "react";

export function FluentAnimalPawPrint28Filled(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="M14.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.25m-13.5 3.5c0-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 11a8 8 0 0 0-7.984 8.506c.098 1.574.996 2.721 2.175 3.447C9.355 23.669 10.82 24 12.208 24h3.584c1.389 0 2.853-.331 4.017-1.047c1.18-.726 2.077-1.873 2.175-3.447Q22 19.255 22 19a8 8 0 0 0-8-8m7-1.25c0-1.676 1.177-3.25 2.875-3.25s2.875 1.574 2.875 3.25S25.573 13 23.875 13S21 11.426 21 9.75M7.5 6.25C7.5 4.574 8.678 3 10.375 3s2.875 1.574 2.875 3.25s-1.178 3.25-2.875 3.25S7.5 7.926 7.5 6.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14.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.25m-13.5 3.5c0-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 11a8 8 0 0 0-7.984 8.506c.098 1.574.996 2.721 2.175 3.447C9.355 23.669 10.82 24 12.208 24h3.584c1.389 0 2.853-.331 4.017-1.047c1.18-.726 2.077-1.873 2.175-3.447Q22 19.255 22 19a8 8 0 0 0-8-8m7-1.25c0-1.676 1.177-3.25 2.875-3.25s2.875 1.574 2.875 3.25S25.573 13 23.875 13S21 11.426 21 9.75M7.5 6.25C7.5 4.574 8.678 3 10.375 3s2.875 1.574 2.875 3.25s-1.178 3.25-2.875 3.25S7.5 7.926 7.5 6.25"/></svg>
</template>

CSS

.icon-animal-paw-print-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.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.25m-13.5%203.5c0-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%2011a8%208%200%200%200-7.984%208.506c.098%201.574.996%202.721%202.175%203.447C9.355%2023.669%2010.82%2024%2012.208%2024h3.584c1.389%200%202.853-.331%204.017-1.047c1.18-.726%202.077-1.873%202.175-3.447Q22%2019.255%2022%2019a8%208%200%200%200-8-8m7-1.25c0-1.676%201.177-3.25%202.875-3.25s2.875%201.574%202.875%203.25S25.573%2013%2023.875%2013S21%2011.426%2021%209.75M7.5%206.25C7.5%204.574%208.678%203%2010.375%203s2.875%201.574%202.875%203.25s-1.178%203.25-2.875%203.25S7.5%207.926%207.5%206.25%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%22M14.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.25m-13.5%203.5c0-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%2011a8%208%200%200%200-7.984%208.506c.098%201.574.996%202.721%202.175%203.447C9.355%2023.669%2010.82%2024%2012.208%2024h3.584c1.389%200%202.853-.331%204.017-1.047c1.18-.726%202.077-1.873%202.175-3.447Q22%2019.255%2022%2019a8%208%200%200%200-8-8m7-1.25c0-1.676%201.177-3.25%202.875-3.25s2.875%201.574%202.875%203.25S25.573%2013%2023.875%2013S21%2011.426%2021%209.75M7.5%206.25C7.5%204.574%208.678%203%2010.375%203s2.875%201.574%202.875%203.25s-1.178%203.25-2.875%203.25S7.5%207.926%207.5%206.25%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-filled.svg?color=%231a73e8&size=48