dog from Line Awesome by Icons8 · Line · Animals · Apache-2.0 Free for personal and commercial use.

Name
dog
Set
Line Awesome
Style
Line
Category
Animals
Viewbox
32×32
License
Apache 2.0
Aliases
dog-solid

The same icon in other sets

More animals icons from Line Awesome

Use the dog icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m20.313 3l-.25.656L17.313 11H9.625a4.63 4.63 0 0 0-2.5.719L4.719 9.28L3.28 10.72l2.438 2.406a4.68 4.68 0 0 0-.469 4l.719 2.094l-.938 3.531l-.031.125V28h2v-4.875l.969-3.656l.062-.313l-.094-.281l-.812-2.406A2.7 2.7 0 0 1 7 15.625A2.6 2.6 0 0 1 9.625 13h8.031L21 16.281V13.47l-1.813-1.781l2.063-5.532l.25.375l.281.469h1.875l3.063 2.313L25.875 11H22v5.875l-.938 2.813l-.062.156v3.281l1 4V28h2v-1.125l-1-4v-2.75l.938-2.813l.062-.156V13h3.125l2.156-4.313l-.687-.5L24.344 5h-1.438l-.968-1.531L21.655 3zM10.219 18L9 22.875V28h2v-4.875L11.781 20h.938c.351.234 1.594 1 3.281 1h1v2.125l1 4V28h2v-1.125l-1-4V19h-3c-1.063 0-2.438-.844-2.438-.844l-.25-.156z"/></svg>

React

import type { SVGProps } from "react";

export function LaDog(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m20.313 3l-.25.656L17.313 11H9.625a4.63 4.63 0 0 0-2.5.719L4.719 9.28L3.28 10.72l2.438 2.406a4.68 4.68 0 0 0-.469 4l.719 2.094l-.938 3.531l-.031.125V28h2v-4.875l.969-3.656l.062-.313l-.094-.281l-.812-2.406A2.7 2.7 0 0 1 7 15.625A2.6 2.6 0 0 1 9.625 13h8.031L21 16.281V13.47l-1.813-1.781l2.063-5.532l.25.375l.281.469h1.875l3.063 2.313L25.875 11H22v5.875l-.938 2.813l-.062.156v3.281l1 4V28h2v-1.125l-1-4v-2.75l.938-2.813l.062-.156V13h3.125l2.156-4.313l-.687-.5L24.344 5h-1.438l-.968-1.531L21.655 3zM10.219 18L9 22.875V28h2v-4.875L11.781 20h.938c.351.234 1.594 1 3.281 1h1v2.125l1 4V28h2v-1.125l-1-4V19h-3c-1.063 0-2.438-.844-2.438-.844l-.25-.156z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m20.313 3l-.25.656L17.313 11H9.625a4.63 4.63 0 0 0-2.5.719L4.719 9.28L3.28 10.72l2.438 2.406a4.68 4.68 0 0 0-.469 4l.719 2.094l-.938 3.531l-.031.125V28h2v-4.875l.969-3.656l.062-.313l-.094-.281l-.812-2.406A2.7 2.7 0 0 1 7 15.625A2.6 2.6 0 0 1 9.625 13h8.031L21 16.281V13.47l-1.813-1.781l2.063-5.532l.25.375l.281.469h1.875l3.063 2.313L25.875 11H22v5.875l-.938 2.813l-.062.156v3.281l1 4V28h2v-1.125l-1-4v-2.75l.938-2.813l.062-.156V13h3.125l2.156-4.313l-.687-.5L24.344 5h-1.438l-.968-1.531L21.655 3zM10.219 18L9 22.875V28h2v-4.875L11.781 20h.938c.351.234 1.594 1 3.281 1h1v2.125l1 4V28h2v-1.125l-1-4V19h-3c-1.063 0-2.438-.844-2.438-.844l-.25-.156z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m20.313%203l-.25.656L17.313%2011H9.625a4.63%204.63%200%200%200-2.5.719L4.719%209.28L3.28%2010.72l2.438%202.406a4.68%204.68%200%200%200-.469%204l.719%202.094l-.938%203.531l-.031.125V28h2v-4.875l.969-3.656l.062-.313l-.094-.281l-.812-2.406A2.7%202.7%200%200%201%207%2015.625A2.6%202.6%200%200%201%209.625%2013h8.031L21%2016.281V13.47l-1.813-1.781l2.063-5.532l.25.375l.281.469h1.875l3.063%202.313L25.875%2011H22v5.875l-.938%202.813l-.062.156v3.281l1%204V28h2v-1.125l-1-4v-2.75l.938-2.813l.062-.156V13h3.125l2.156-4.313l-.687-.5L24.344%205h-1.438l-.968-1.531L21.655%203zM10.219%2018L9%2022.875V28h2v-4.875L11.781%2020h.938c.351.234%201.594%201%203.281%201h1v2.125l1%204V28h2v-1.125l-1-4V19h-3c-1.063%200-2.438-.844-2.438-.844l-.25-.156z%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%22currentColor%22%20d%3D%22m20.313%203l-.25.656L17.313%2011H9.625a4.63%204.63%200%200%200-2.5.719L4.719%209.28L3.28%2010.72l2.438%202.406a4.68%204.68%200%200%200-.469%204l.719%202.094l-.938%203.531l-.031.125V28h2v-4.875l.969-3.656l.062-.313l-.094-.281l-.812-2.406A2.7%202.7%200%200%201%207%2015.625A2.6%202.6%200%200%201%209.625%2013h8.031L21%2016.281V13.47l-1.813-1.781l2.063-5.532l.25.375l.281.469h1.875l3.063%202.313L25.875%2011H22v5.875l-.938%202.813l-.062.156v3.281l1%204V28h2v-1.125l-1-4v-2.75l.938-2.813l.062-.156V13h3.125l2.156-4.313l-.687-.5L24.344%205h-1.438l-.968-1.531L21.655%203zM10.219%2018L9%2022.875V28h2v-4.875L11.781%2020h.938c.351.234%201.594%201%203.281%201h1v2.125l1%204V28h2v-1.125l-1-4V19h-3c-1.063%200-2.438-.844-2.438-.844l-.25-.156z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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