paw-prints from Fluent Emoji Flat by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.

Name
paw-prints
Set
Fluent Emoji Flat
Style
Default
Category
Animals & Nature
Viewbox
32×32
License
MIT

The same emoji in other sets

More animals & nature icons from Fluent Emoji Flat

Use the paw prints emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#321b41" d="M7.781 5.46c.66 0 1.844.204 1.844 1.829s-1.172 2.25-1.844 2.25s-1.703-.638-1.703-2.25s1.133-1.828 1.703-1.828M4.156 7.5C4.816 7.5 6 7.703 6 9.328s-1.172 2.25-1.844 2.25s-1.703-.637-1.703-2.25S3.586 7.5 4.156 7.5M14 7.289c0-1.625-1.184-1.828-1.844-1.828c-.57 0-1.703.215-1.703 1.828s1.031 2.25 1.703 2.25S14 8.914 14 7.289m1.703.211c.66 0 1.844.203 1.844 1.828s-1.172 2.25-1.844 2.25S14 10.941 14 9.328S15.133 7.5 15.703 7.5m-.719 7.969c0-2.922-1.89-5.453-4.984-5.453s-4.953 2.468-4.953 5.453c0 2.484 2.961 2.484 4.946 2.484H10c2.203 0 4.984-.078 4.984-2.484m1.172 4.078c.66 0 1.844.203 1.844 1.828s-1.172 2.25-1.844 2.25s-1.703-.638-1.703-2.25s1.133-1.828 1.703-1.828m5.469-.211c0-1.625-1.184-1.828-1.844-1.828c-.57 0-1.703.215-1.703 1.828s1.031 2.25 1.703 2.25s1.844-.625 1.844-2.25m2.531-1.828c.66 0 1.844.203 1.844 1.828s-1.172 2.25-1.844 2.25s-1.703-.638-1.703-2.25s1.133-1.828 1.703-1.828m5.391 3.867c0-1.625-1.184-1.828-1.844-1.828c-.57 0-1.703.215-1.703 1.828s1.031 2.25 1.703 2.25s1.844-.625 1.844-2.25M22 22.063c3.094 0 4.984 2.53 4.984 5.453C26.984 29.922 24.204 30 22 30h-.008c-1.984 0-4.945 0-4.945-2.484c0-2.985 1.86-5.453 4.953-5.453"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatPawPrints(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#321b41" d="M7.781 5.46c.66 0 1.844.204 1.844 1.829s-1.172 2.25-1.844 2.25s-1.703-.638-1.703-2.25s1.133-1.828 1.703-1.828M4.156 7.5C4.816 7.5 6 7.703 6 9.328s-1.172 2.25-1.844 2.25s-1.703-.637-1.703-2.25S3.586 7.5 4.156 7.5M14 7.289c0-1.625-1.184-1.828-1.844-1.828c-.57 0-1.703.215-1.703 1.828s1.031 2.25 1.703 2.25S14 8.914 14 7.289m1.703.211c.66 0 1.844.203 1.844 1.828s-1.172 2.25-1.844 2.25S14 10.941 14 9.328S15.133 7.5 15.703 7.5m-.719 7.969c0-2.922-1.89-5.453-4.984-5.453s-4.953 2.468-4.953 5.453c0 2.484 2.961 2.484 4.946 2.484H10c2.203 0 4.984-.078 4.984-2.484m1.172 4.078c.66 0 1.844.203 1.844 1.828s-1.172 2.25-1.844 2.25s-1.703-.638-1.703-2.25s1.133-1.828 1.703-1.828m5.469-.211c0-1.625-1.184-1.828-1.844-1.828c-.57 0-1.703.215-1.703 1.828s1.031 2.25 1.703 2.25s1.844-.625 1.844-2.25m2.531-1.828c.66 0 1.844.203 1.844 1.828s-1.172 2.25-1.844 2.25s-1.703-.638-1.703-2.25s1.133-1.828 1.703-1.828m5.391 3.867c0-1.625-1.184-1.828-1.844-1.828c-.57 0-1.703.215-1.703 1.828s1.031 2.25 1.703 2.25s1.844-.625 1.844-2.25M22 22.063c3.094 0 4.984 2.53 4.984 5.453C26.984 29.922 24.204 30 22 30h-.008c-1.984 0-4.945 0-4.945-2.484c0-2.985 1.86-5.453 4.953-5.453"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#321b41" d="M7.781 5.46c.66 0 1.844.204 1.844 1.829s-1.172 2.25-1.844 2.25s-1.703-.638-1.703-2.25s1.133-1.828 1.703-1.828M4.156 7.5C4.816 7.5 6 7.703 6 9.328s-1.172 2.25-1.844 2.25s-1.703-.637-1.703-2.25S3.586 7.5 4.156 7.5M14 7.289c0-1.625-1.184-1.828-1.844-1.828c-.57 0-1.703.215-1.703 1.828s1.031 2.25 1.703 2.25S14 8.914 14 7.289m1.703.211c.66 0 1.844.203 1.844 1.828s-1.172 2.25-1.844 2.25S14 10.941 14 9.328S15.133 7.5 15.703 7.5m-.719 7.969c0-2.922-1.89-5.453-4.984-5.453s-4.953 2.468-4.953 5.453c0 2.484 2.961 2.484 4.946 2.484H10c2.203 0 4.984-.078 4.984-2.484m1.172 4.078c.66 0 1.844.203 1.844 1.828s-1.172 2.25-1.844 2.25s-1.703-.638-1.703-2.25s1.133-1.828 1.703-1.828m5.469-.211c0-1.625-1.184-1.828-1.844-1.828c-.57 0-1.703.215-1.703 1.828s1.031 2.25 1.703 2.25s1.844-.625 1.844-2.25m2.531-1.828c.66 0 1.844.203 1.844 1.828s-1.172 2.25-1.844 2.25s-1.703-.638-1.703-2.25s1.133-1.828 1.703-1.828m5.391 3.867c0-1.625-1.184-1.828-1.844-1.828c-.57 0-1.703.215-1.703 1.828s1.031 2.25 1.703 2.25s1.844-.625 1.844-2.25M22 22.063c3.094 0 4.984 2.53 4.984 5.453C26.984 29.922 24.204 30 22 30h-.008c-1.984 0-4.945 0-4.945-2.484c0-2.985 1.86-5.453 4.953-5.453"/></svg>
</template>

CSS

.icon-paw-prints {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22%23321b41%22%20d%3D%22M7.781%205.46c.66%200%201.844.204%201.844%201.829s-1.172%202.25-1.844%202.25s-1.703-.638-1.703-2.25s1.133-1.828%201.703-1.828M4.156%207.5C4.816%207.5%206%207.703%206%209.328s-1.172%202.25-1.844%202.25s-1.703-.637-1.703-2.25S3.586%207.5%204.156%207.5M14%207.289c0-1.625-1.184-1.828-1.844-1.828c-.57%200-1.703.215-1.703%201.828s1.031%202.25%201.703%202.25S14%208.914%2014%207.289m1.703.211c.66%200%201.844.203%201.844%201.828s-1.172%202.25-1.844%202.25S14%2010.941%2014%209.328S15.133%207.5%2015.703%207.5m-.719%207.969c0-2.922-1.89-5.453-4.984-5.453s-4.953%202.468-4.953%205.453c0%202.484%202.961%202.484%204.946%202.484H10c2.203%200%204.984-.078%204.984-2.484m1.172%204.078c.66%200%201.844.203%201.844%201.828s-1.172%202.25-1.844%202.25s-1.703-.638-1.703-2.25s1.133-1.828%201.703-1.828m5.469-.211c0-1.625-1.184-1.828-1.844-1.828c-.57%200-1.703.215-1.703%201.828s1.031%202.25%201.703%202.25s1.844-.625%201.844-2.25m2.531-1.828c.66%200%201.844.203%201.844%201.828s-1.172%202.25-1.844%202.25s-1.703-.638-1.703-2.25s1.133-1.828%201.703-1.828m5.391%203.867c0-1.625-1.184-1.828-1.844-1.828c-.57%200-1.703.215-1.703%201.828s1.031%202.25%201.703%202.25s1.844-.625%201.844-2.25M22%2022.063c3.094%200%204.984%202.53%204.984%205.453C26.984%2029.922%2024.204%2030%2022%2030h-.008c-1.984%200-4.945%200-4.945-2.484c0-2.985%201.86-5.453%204.953-5.453%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%2032%2032%22%3E%3Cpath%20fill%3D%22%23321b41%22%20d%3D%22M7.781%205.46c.66%200%201.844.204%201.844%201.829s-1.172%202.25-1.844%202.25s-1.703-.638-1.703-2.25s1.133-1.828%201.703-1.828M4.156%207.5C4.816%207.5%206%207.703%206%209.328s-1.172%202.25-1.844%202.25s-1.703-.637-1.703-2.25S3.586%207.5%204.156%207.5M14%207.289c0-1.625-1.184-1.828-1.844-1.828c-.57%200-1.703.215-1.703%201.828s1.031%202.25%201.703%202.25S14%208.914%2014%207.289m1.703.211c.66%200%201.844.203%201.844%201.828s-1.172%202.25-1.844%202.25S14%2010.941%2014%209.328S15.133%207.5%2015.703%207.5m-.719%207.969c0-2.922-1.89-5.453-4.984-5.453s-4.953%202.468-4.953%205.453c0%202.484%202.961%202.484%204.946%202.484H10c2.203%200%204.984-.078%204.984-2.484m1.172%204.078c.66%200%201.844.203%201.844%201.828s-1.172%202.25-1.844%202.25s-1.703-.638-1.703-2.25s1.133-1.828%201.703-1.828m5.469-.211c0-1.625-1.184-1.828-1.844-1.828c-.57%200-1.703.215-1.703%201.828s1.031%202.25%201.703%202.25s1.844-.625%201.844-2.25m2.531-1.828c.66%200%201.844.203%201.844%201.828s-1.172%202.25-1.844%202.25s-1.703-.638-1.703-2.25s1.133-1.828%201.703-1.828m5.391%203.867c0-1.625-1.184-1.828-1.844-1.828c-.57%200-1.703.215-1.703%201.828s1.031%202.25%201.703%202.25s1.844-.625%201.844-2.25M22%2022.063c3.094%200%204.984%202.53%204.984%205.453C26.984%2029.922%2024.204%2030%2022%2030h-.008c-1.984%200-4.945%200-4.945-2.484c0-2.985%201.86-5.453%204.953-5.453%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/paw-prints.svg?color=%231a73e8&size=48