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

Name
animal-paw-print-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M9.5 3.875c0-.582.369-.875.625-.875s.625.293.625.875s-.369.875-.625.875s-.625-.293-.625-.875M10.125 2C9.138 2 8.5 2.938 8.5 3.875s.638 1.875 1.625 1.875s1.625-.938 1.625-1.875S11.112 2 10.125 2m-7.75 3.25c-.256 0-.625.293-.625.875S2.119 7 2.375 7S3 6.707 3 6.125s-.369-.875-.625-.875M.75 6.125c0-.937.638-1.875 1.625-1.875S4 5.188 4 6.125S3.362 8 2.375 8S.75 7.062.75 6.125m12.875-.875c-.256 0-.625.293-.625.875s.369.875.625.875s.625-.293.625-.875s-.369-.875-.625-.875M12 6.125c0-.937.638-1.875 1.625-1.875s1.625.938 1.625 1.875S14.612 8 13.625 8S12 7.062 12 6.125M5.875 3c-.256 0-.625.293-.625.875s.369.875.625.875s.625-.293.625-.875S6.131 3 5.875 3m-1.625.875C4.25 2.938 4.888 2 5.875 2S7.5 2.938 7.5 3.875S6.862 5.75 5.875 5.75S4.25 4.812 4.25 3.875M4 12a4 4 0 1 1 8 0c0 .534-.525 1-1.285 1h-5.43C4.525 13 4 12.534 4 12m4-5a5 5 0 0 0-5 5c0 1.298 1.212 2 2.285 2h5.43C11.788 14 13 13.298 13 12a5 5 0 0 0-5-5"/></svg>

React

import type { SVGProps } from "react";

export function FluentAnimalPawPrint16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.5 3.875c0-.582.369-.875.625-.875s.625.293.625.875s-.369.875-.625.875s-.625-.293-.625-.875M10.125 2C9.138 2 8.5 2.938 8.5 3.875s.638 1.875 1.625 1.875s1.625-.938 1.625-1.875S11.112 2 10.125 2m-7.75 3.25c-.256 0-.625.293-.625.875S2.119 7 2.375 7S3 6.707 3 6.125s-.369-.875-.625-.875M.75 6.125c0-.937.638-1.875 1.625-1.875S4 5.188 4 6.125S3.362 8 2.375 8S.75 7.062.75 6.125m12.875-.875c-.256 0-.625.293-.625.875s.369.875.625.875s.625-.293.625-.875s-.369-.875-.625-.875M12 6.125c0-.937.638-1.875 1.625-1.875s1.625.938 1.625 1.875S14.612 8 13.625 8S12 7.062 12 6.125M5.875 3c-.256 0-.625.293-.625.875s.369.875.625.875s.625-.293.625-.875S6.131 3 5.875 3m-1.625.875C4.25 2.938 4.888 2 5.875 2S7.5 2.938 7.5 3.875S6.862 5.75 5.875 5.75S4.25 4.812 4.25 3.875M4 12a4 4 0 1 1 8 0c0 .534-.525 1-1.285 1h-5.43C4.525 13 4 12.534 4 12m4-5a5 5 0 0 0-5 5c0 1.298 1.212 2 2.285 2h5.43C11.788 14 13 13.298 13 12a5 5 0 0 0-5-5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.5 3.875c0-.582.369-.875.625-.875s.625.293.625.875s-.369.875-.625.875s-.625-.293-.625-.875M10.125 2C9.138 2 8.5 2.938 8.5 3.875s.638 1.875 1.625 1.875s1.625-.938 1.625-1.875S11.112 2 10.125 2m-7.75 3.25c-.256 0-.625.293-.625.875S2.119 7 2.375 7S3 6.707 3 6.125s-.369-.875-.625-.875M.75 6.125c0-.937.638-1.875 1.625-1.875S4 5.188 4 6.125S3.362 8 2.375 8S.75 7.062.75 6.125m12.875-.875c-.256 0-.625.293-.625.875s.369.875.625.875s.625-.293.625-.875s-.369-.875-.625-.875M12 6.125c0-.937.638-1.875 1.625-1.875s1.625.938 1.625 1.875S14.612 8 13.625 8S12 7.062 12 6.125M5.875 3c-.256 0-.625.293-.625.875s.369.875.625.875s.625-.293.625-.875S6.131 3 5.875 3m-1.625.875C4.25 2.938 4.888 2 5.875 2S7.5 2.938 7.5 3.875S6.862 5.75 5.875 5.75S4.25 4.812 4.25 3.875M4 12a4 4 0 1 1 8 0c0 .534-.525 1-1.285 1h-5.43C4.525 13 4 12.534 4 12m4-5a5 5 0 0 0-5 5c0 1.298 1.212 2 2.285 2h5.43C11.788 14 13 13.298 13 12a5 5 0 0 0-5-5"/></svg>
</template>

CSS

.icon-animal-paw-print-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%203.875c0-.582.369-.875.625-.875s.625.293.625.875s-.369.875-.625.875s-.625-.293-.625-.875M10.125%202C9.138%202%208.5%202.938%208.5%203.875s.638%201.875%201.625%201.875s1.625-.938%201.625-1.875S11.112%202%2010.125%202m-7.75%203.25c-.256%200-.625.293-.625.875S2.119%207%202.375%207S3%206.707%203%206.125s-.369-.875-.625-.875M.75%206.125c0-.937.638-1.875%201.625-1.875S4%205.188%204%206.125S3.362%208%202.375%208S.75%207.062.75%206.125m12.875-.875c-.256%200-.625.293-.625.875s.369.875.625.875s.625-.293.625-.875s-.369-.875-.625-.875M12%206.125c0-.937.638-1.875%201.625-1.875s1.625.938%201.625%201.875S14.612%208%2013.625%208S12%207.062%2012%206.125M5.875%203c-.256%200-.625.293-.625.875s.369.875.625.875s.625-.293.625-.875S6.131%203%205.875%203m-1.625.875C4.25%202.938%204.888%202%205.875%202S7.5%202.938%207.5%203.875S6.862%205.75%205.875%205.75S4.25%204.812%204.25%203.875M4%2012a4%204%200%201%201%208%200c0%20.534-.525%201-1.285%201h-5.43C4.525%2013%204%2012.534%204%2012m4-5a5%205%200%200%200-5%205c0%201.298%201.212%202%202.285%202h5.43C11.788%2014%2013%2013.298%2013%2012a5%205%200%200%200-5-5%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%203.875c0-.582.369-.875.625-.875s.625.293.625.875s-.369.875-.625.875s-.625-.293-.625-.875M10.125%202C9.138%202%208.5%202.938%208.5%203.875s.638%201.875%201.625%201.875s1.625-.938%201.625-1.875S11.112%202%2010.125%202m-7.75%203.25c-.256%200-.625.293-.625.875S2.119%207%202.375%207S3%206.707%203%206.125s-.369-.875-.625-.875M.75%206.125c0-.937.638-1.875%201.625-1.875S4%205.188%204%206.125S3.362%208%202.375%208S.75%207.062.75%206.125m12.875-.875c-.256%200-.625.293-.625.875s.369.875.625.875s.625-.293.625-.875s-.369-.875-.625-.875M12%206.125c0-.937.638-1.875%201.625-1.875s1.625.938%201.625%201.875S14.612%208%2013.625%208S12%207.062%2012%206.125M5.875%203c-.256%200-.625.293-.625.875s.369.875.625.875s.625-.293.625-.875S6.131%203%205.875%203m-1.625.875C4.25%202.938%204.888%202%205.875%202S7.5%202.938%207.5%203.875S6.862%205.75%205.875%205.75S4.25%204.812%204.25%203.875M4%2012a4%204%200%201%201%208%200c0%20.534-.525%201-1.285%201h-5.43C4.525%2013%204%2012.534%204%2012m4-5a5%205%200%200%200-5%205c0%201.298%201.212%202%202.285%202h5.43C11.788%2014%2013%2013.298%2013%2012a5%205%200%200%200-5-5%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-16-regular.svg?color=%231a73e8&size=48