dog-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
dog-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

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 256 256"><path fill="currentColor" d="M100 140a8 8 0 1 1-8-8a8 8 0 0 1 8 8m64 8a8 8 0 1 0-8-8a8 8 0 0 0 8 8m64.94-9.11a12.1 12.1 0 0 1-5 1.11a11.83 11.83 0 0 1-9.35-4.62l-2.59-3.29V184a36 36 0 0 1-36 36H80a36 36 0 0 1-36-36v-51.91l-2.53 3.27A11.88 11.88 0 0 1 32.1 140a12.1 12.1 0 0 1-5-1.11a11.82 11.82 0 0 1-6.84-13.14l16.42-88a12 12 0 0 1 14.7-9.43h.16L104.58 44h46.84l53.08-15.6h.16a12 12 0 0 1 14.7 9.43l16.42 88a11.81 11.81 0 0 1-6.84 13.06M97.25 50.18L49.34 36.1a4.2 4.2 0 0 0-.92-.1a4 4 0 0 0-3.92 3.26l-16.42 88a4 4 0 0 0 7.08 3.22ZM204 121.75L150 52h-44l-54 69.75V184a28 28 0 0 0 28 28h44v-18.34l-14.83-14.83a4 4 0 0 1 5.66-5.66L128 186.34l13.17-13.17a4 4 0 0 1 5.66 5.66L132 193.66V212h44a28 28 0 0 0 28-28Zm23.92 5.48l-16.42-88a4 4 0 0 0-4.84-3.16l-47.91 14.11l62.11 80.28a4 4 0 0 0 7.06-3.23"/></svg>

React

import type { SVGProps } from "react";

export function PhDogThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M100 140a8 8 0 1 1-8-8a8 8 0 0 1 8 8m64 8a8 8 0 1 0-8-8a8 8 0 0 0 8 8m64.94-9.11a12.1 12.1 0 0 1-5 1.11a11.83 11.83 0 0 1-9.35-4.62l-2.59-3.29V184a36 36 0 0 1-36 36H80a36 36 0 0 1-36-36v-51.91l-2.53 3.27A11.88 11.88 0 0 1 32.1 140a12.1 12.1 0 0 1-5-1.11a11.82 11.82 0 0 1-6.84-13.14l16.42-88a12 12 0 0 1 14.7-9.43h.16L104.58 44h46.84l53.08-15.6h.16a12 12 0 0 1 14.7 9.43l16.42 88a11.81 11.81 0 0 1-6.84 13.06M97.25 50.18L49.34 36.1a4.2 4.2 0 0 0-.92-.1a4 4 0 0 0-3.92 3.26l-16.42 88a4 4 0 0 0 7.08 3.22ZM204 121.75L150 52h-44l-54 69.75V184a28 28 0 0 0 28 28h44v-18.34l-14.83-14.83a4 4 0 0 1 5.66-5.66L128 186.34l13.17-13.17a4 4 0 0 1 5.66 5.66L132 193.66V212h44a28 28 0 0 0 28-28Zm23.92 5.48l-16.42-88a4 4 0 0 0-4.84-3.16l-47.91 14.11l62.11 80.28a4 4 0 0 0 7.06-3.23"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M100 140a8 8 0 1 1-8-8a8 8 0 0 1 8 8m64 8a8 8 0 1 0-8-8a8 8 0 0 0 8 8m64.94-9.11a12.1 12.1 0 0 1-5 1.11a11.83 11.83 0 0 1-9.35-4.62l-2.59-3.29V184a36 36 0 0 1-36 36H80a36 36 0 0 1-36-36v-51.91l-2.53 3.27A11.88 11.88 0 0 1 32.1 140a12.1 12.1 0 0 1-5-1.11a11.82 11.82 0 0 1-6.84-13.14l16.42-88a12 12 0 0 1 14.7-9.43h.16L104.58 44h46.84l53.08-15.6h.16a12 12 0 0 1 14.7 9.43l16.42 88a11.81 11.81 0 0 1-6.84 13.06M97.25 50.18L49.34 36.1a4.2 4.2 0 0 0-.92-.1a4 4 0 0 0-3.92 3.26l-16.42 88a4 4 0 0 0 7.08 3.22ZM204 121.75L150 52h-44l-54 69.75V184a28 28 0 0 0 28 28h44v-18.34l-14.83-14.83a4 4 0 0 1 5.66-5.66L128 186.34l13.17-13.17a4 4 0 0 1 5.66 5.66L132 193.66V212h44a28 28 0 0 0 28-28Zm23.92 5.48l-16.42-88a4 4 0 0 0-4.84-3.16l-47.91 14.11l62.11 80.28a4 4 0 0 0 7.06-3.23"/></svg>
</template>

CSS

.icon-dog-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M100%20140a8%208%200%201%201-8-8a8%208%200%200%201%208%208m64%208a8%208%200%201%200-8-8a8%208%200%200%200%208%208m64.94-9.11a12.1%2012.1%200%200%201-5%201.11a11.83%2011.83%200%200%201-9.35-4.62l-2.59-3.29V184a36%2036%200%200%201-36%2036H80a36%2036%200%200%201-36-36v-51.91l-2.53%203.27A11.88%2011.88%200%200%201%2032.1%20140a12.1%2012.1%200%200%201-5-1.11a11.82%2011.82%200%200%201-6.84-13.14l16.42-88a12%2012%200%200%201%2014.7-9.43h.16L104.58%2044h46.84l53.08-15.6h.16a12%2012%200%200%201%2014.7%209.43l16.42%2088a11.81%2011.81%200%200%201-6.84%2013.06M97.25%2050.18L49.34%2036.1a4.2%204.2%200%200%200-.92-.1a4%204%200%200%200-3.92%203.26l-16.42%2088a4%204%200%200%200%207.08%203.22ZM204%20121.75L150%2052h-44l-54%2069.75V184a28%2028%200%200%200%2028%2028h44v-18.34l-14.83-14.83a4%204%200%200%201%205.66-5.66L128%20186.34l13.17-13.17a4%204%200%200%201%205.66%205.66L132%20193.66V212h44a28%2028%200%200%200%2028-28Zm23.92%205.48l-16.42-88a4%204%200%200%200-4.84-3.16l-47.91%2014.11l62.11%2080.28a4%204%200%200%200%207.06-3.23%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M100%20140a8%208%200%201%201-8-8a8%208%200%200%201%208%208m64%208a8%208%200%201%200-8-8a8%208%200%200%200%208%208m64.94-9.11a12.1%2012.1%200%200%201-5%201.11a11.83%2011.83%200%200%201-9.35-4.62l-2.59-3.29V184a36%2036%200%200%201-36%2036H80a36%2036%200%200%201-36-36v-51.91l-2.53%203.27A11.88%2011.88%200%200%201%2032.1%20140a12.1%2012.1%200%200%201-5-1.11a11.82%2011.82%200%200%201-6.84-13.14l16.42-88a12%2012%200%200%201%2014.7-9.43h.16L104.58%2044h46.84l53.08-15.6h.16a12%2012%200%200%201%2014.7%209.43l16.42%2088a11.81%2011.81%200%200%201-6.84%2013.06M97.25%2050.18L49.34%2036.1a4.2%204.2%200%200%200-.92-.1a4%204%200%200%200-3.92%203.26l-16.42%2088a4%204%200%200%200%207.08%203.22ZM204%20121.75L150%2052h-44l-54%2069.75V184a28%2028%200%200%200%2028%2028h44v-18.34l-14.83-14.83a4%204%200%200%201%205.66-5.66L128%20186.34l13.17-13.17a4%204%200%200%201%205.66%205.66L132%20193.66V212h44a28%2028%200%200%200%2028-28Zm23.92%205.48l-16.42-88a4%204%200%200%200-4.84-3.16l-47.91%2014.11l62.11%2080.28a4%204%200%200%200%207.06-3.23%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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