dog from Font Awesome 6 Solid by Dave Gandy · Regular · Animals · CC-BY-4.0 Attribution required.

Name
dog
Set
Font Awesome 6 Solid
Style
Regular
Category
Animals
Viewbox
576×512
License
CC BY 4.0

The same icon in other sets

More animals icons from Font Awesome 6 Solid

Use the dog icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="m309.6 158.5l23.1-138.7C334.6 8.4 344.5 0 356.1 0c7.5 0 14.5 3.5 19 9.5L392 32h52.1c12.7 0 24.9 5.1 33.9 14.1L496 64h56c13.3 0 24 10.7 24 24v24c0 44.2-35.8 80-80 80h-69.3l-5.1 30.5zM416 256.1V480c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32V364.8c-24 12.3-51.2 19.2-80 19.2s-56-6.9-80-19.2V480c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V249.8c-28.8-10.9-51.4-35.3-59.2-66.5L1 167.8c-4.3-17.1 6.1-34.5 23.3-38.8s34.5 6.1 38.8 23.3l3.9 15.5C70.5 182 83.3 192 98 192h205.8zM464 80a16 16 0 1 0-32 0a16 16 0 1 0 32 0"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidDog(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="m309.6 158.5l23.1-138.7C334.6 8.4 344.5 0 356.1 0c7.5 0 14.5 3.5 19 9.5L392 32h52.1c12.7 0 24.9 5.1 33.9 14.1L496 64h56c13.3 0 24 10.7 24 24v24c0 44.2-35.8 80-80 80h-69.3l-5.1 30.5zM416 256.1V480c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32V364.8c-24 12.3-51.2 19.2-80 19.2s-56-6.9-80-19.2V480c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V249.8c-28.8-10.9-51.4-35.3-59.2-66.5L1 167.8c-4.3-17.1 6.1-34.5 23.3-38.8s34.5 6.1 38.8 23.3l3.9 15.5C70.5 182 83.3 192 98 192h205.8zM464 80a16 16 0 1 0-32 0a16 16 0 1 0 32 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="m309.6 158.5l23.1-138.7C334.6 8.4 344.5 0 356.1 0c7.5 0 14.5 3.5 19 9.5L392 32h52.1c12.7 0 24.9 5.1 33.9 14.1L496 64h56c13.3 0 24 10.7 24 24v24c0 44.2-35.8 80-80 80h-69.3l-5.1 30.5zM416 256.1V480c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32V364.8c-24 12.3-51.2 19.2-80 19.2s-56-6.9-80-19.2V480c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V249.8c-28.8-10.9-51.4-35.3-59.2-66.5L1 167.8c-4.3-17.1 6.1-34.5 23.3-38.8s34.5 6.1 38.8 23.3l3.9 15.5C70.5 182 83.3 192 98 192h205.8zM464 80a16 16 0 1 0-32 0a16 16 0 1 0 32 0"/></svg>
</template>

CSS

.icon-dog {
  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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m309.6%20158.5l23.1-138.7C334.6%208.4%20344.5%200%20356.1%200c7.5%200%2014.5%203.5%2019%209.5L392%2032h52.1c12.7%200%2024.9%205.1%2033.9%2014.1L496%2064h56c13.3%200%2024%2010.7%2024%2024v24c0%2044.2-35.8%2080-80%2080h-69.3l-5.1%2030.5zM416%20256.1V480c0%2017.7-14.3%2032-32%2032h-32c-17.7%200-32-14.3-32-32V364.8c-24%2012.3-51.2%2019.2-80%2019.2s-56-6.9-80-19.2V480c0%2017.7-14.3%2032-32%2032H96c-17.7%200-32-14.3-32-32V249.8c-28.8-10.9-51.4-35.3-59.2-66.5L1%20167.8c-4.3-17.1%206.1-34.5%2023.3-38.8s34.5%206.1%2038.8%2023.3l3.9%2015.5C70.5%20182%2083.3%20192%2098%20192h205.8zM464%2080a16%2016%200%201%200-32%200a16%2016%200%201%200%2032%200%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m309.6%20158.5l23.1-138.7C334.6%208.4%20344.5%200%20356.1%200c7.5%200%2014.5%203.5%2019%209.5L392%2032h52.1c12.7%200%2024.9%205.1%2033.9%2014.1L496%2064h56c13.3%200%2024%2010.7%2024%2024v24c0%2044.2-35.8%2080-80%2080h-69.3l-5.1%2030.5zM416%20256.1V480c0%2017.7-14.3%2032-32%2032h-32c-17.7%200-32-14.3-32-32V364.8c-24%2012.3-51.2%2019.2-80%2019.2s-56-6.9-80-19.2V480c0%2017.7-14.3%2032-32%2032H96c-17.7%200-32-14.3-32-32V249.8c-28.8-10.9-51.4-35.3-59.2-66.5L1%20167.8c-4.3-17.1%206.1-34.5%2023.3-38.8s34.5%206.1%2038.8%2023.3l3.9%2015.5C70.5%20182%2083.3%20192%2098%20192h205.8zM464%2080a16%2016%200%201%200-32%200a16%2016%200%201%200%2032%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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