dog-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
dog-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the dog icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.475 3.643a2 2 0 0 1 2.818 1.24l1.669 5.842a1 1 0 0 1-1.279 1.223l-1.556-.518c.144 4.88-2.479 7.723-3.82 8.844c-.643.537-1.427.726-2.138.726H10.83c-.712 0-1.495-.19-2.137-.726c-1.293-1.08-3.776-3.76-3.826-8.318l-1.314.876a1 1 0 0 1-1.524-1.075l1.697-6.79a2 2 0 0 1 2.835-1.304l2.463 1.23c.139.07.292.107.447.107h5.056a1 1 0 0 0 .447-.107zM12 13.5a1 1 0 0 0-1 1a.5.5 0 0 1-.5.5a1 1 0 0 0 0 2c.563 0 1.082-.19 1.5-.504c.418.315.936.504 1.5.504a1 1 0 0 0 0-2a.5.5 0 0 1-.5-.5a1 1 0 0 0-.898-.995zM9.5 9a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m5 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteDogFill(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="M17.475 3.643a2 2 0 0 1 2.818 1.24l1.669 5.842a1 1 0 0 1-1.279 1.223l-1.556-.518c.144 4.88-2.479 7.723-3.82 8.844c-.643.537-1.427.726-2.138.726H10.83c-.712 0-1.495-.19-2.137-.726c-1.293-1.08-3.776-3.76-3.826-8.318l-1.314.876a1 1 0 0 1-1.524-1.075l1.697-6.79a2 2 0 0 1 2.835-1.304l2.463 1.23c.139.07.292.107.447.107h5.056a1 1 0 0 0 .447-.107zM12 13.5a1 1 0 0 0-1 1a.5.5 0 0 1-.5.5a1 1 0 0 0 0 2c.563 0 1.082-.19 1.5-.504c.418.315.936.504 1.5.504a1 1 0 0 0 0-2a.5.5 0 0 1-.5-.5a1 1 0 0 0-.898-.995zM9.5 9a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m5 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.475 3.643a2 2 0 0 1 2.818 1.24l1.669 5.842a1 1 0 0 1-1.279 1.223l-1.556-.518c.144 4.88-2.479 7.723-3.82 8.844c-.643.537-1.427.726-2.138.726H10.83c-.712 0-1.495-.19-2.137-.726c-1.293-1.08-3.776-3.76-3.826-8.318l-1.314.876a1 1 0 0 1-1.524-1.075l1.697-6.79a2 2 0 0 1 2.835-1.304l2.463 1.23c.139.07.292.107.447.107h5.056a1 1 0 0 0 .447-.107zM12 13.5a1 1 0 0 0-1 1a.5.5 0 0 1-.5.5a1 1 0 0 0 0 2c.563 0 1.082-.19 1.5-.504c.418.315.936.504 1.5.504a1 1 0 0 0 0-2a.5.5 0 0 1-.5-.5a1 1 0 0 0-.898-.995zM9.5 9a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m5 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
</template>

CSS

.icon-dog-fill {
  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%22M17.475%203.643a2%202%200%200%201%202.818%201.24l1.669%205.842a1%201%200%200%201-1.279%201.223l-1.556-.518c.144%204.88-2.479%207.723-3.82%208.844c-.643.537-1.427.726-2.138.726H10.83c-.712%200-1.495-.19-2.137-.726c-1.293-1.08-3.776-3.76-3.826-8.318l-1.314.876a1%201%200%200%201-1.524-1.075l1.697-6.79a2%202%200%200%201%202.835-1.304l2.463%201.23c.139.07.292.107.447.107h5.056a1%201%200%200%200%20.447-.107zM12%2013.5a1%201%200%200%200-1%201a.5.5%200%200%201-.5.5a1%201%200%200%200%200%202c.563%200%201.082-.19%201.5-.504c.418.315.936.504%201.5.504a1%201%200%200%200%200-2a.5.5%200%200%201-.5-.5a1%201%200%200%200-.898-.995zM9.5%209a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m5%200a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%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%22M17.475%203.643a2%202%200%200%201%202.818%201.24l1.669%205.842a1%201%200%200%201-1.279%201.223l-1.556-.518c.144%204.88-2.479%207.723-3.82%208.844c-.643.537-1.427.726-2.138.726H10.83c-.712%200-1.495-.19-2.137-.726c-1.293-1.08-3.776-3.76-3.826-8.318l-1.314.876a1%201%200%200%201-1.524-1.075l1.697-6.79a2%202%200%200%201%202.835-1.304l2.463%201.23c.139.07.292.107.447.107h5.056a1%201%200%200%200%20.447-.107zM12%2013.5a1%201%200%200%200-1%201a.5.5%200%200%201-.5.5a1%201%200%200%200%200%202c.563%200%201.082-.19%201.5-.504c.418.315.936.504%201.5.504a1%201%200%200%200%200-2a.5.5%200%200%201-.5-.5a1%201%200%200%200-.898-.995zM9.5%209a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m5%200a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/dog-fill.svg?color=%231a73e8&size=48