dog from IconPark by ByteDance · Color · Animals · Apache-2.0 Free for personal and commercial use.

Name
dog
Set
IconPark
Style
Color
Category
Animals
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More animals icons from IconPark

Use the dog icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M17.0001 10L14.9999 5C12.8332 5.83333 8.2 10.8 9 18"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M30.9999 10L33.0001 5C35.1668 5.83333 39.8 10.8 39 18"/><path fill="#2F88FF" stroke="#000" stroke-width="4" d="M42 28.5C42 38.165 33.9411 43 24 43C14.0589 43 6 38.165 6 28.5C6 18.835 14.0589 9 24 9C33.9411 9 42 18.835 42 28.5Z"/><circle cx="20" cy="17" r="2" fill="#fff"/><circle cx="28" cy="17" r="2" fill="#fff"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M24 26C24 27.6569 24.5 31.5 21 31.5C19.3431 31.5 18 30.1569 18 28.5"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M24.0249 26C24.0249 27.6569 23.5249 31.5 27.0249 31.5C28.6818 31.5 30.0249 30.1569 30.0249 28.5"/><path stroke="#fff" stroke-linejoin="round" stroke-width="4" d="M26 25.75C26 26.4404 24 27.5 24 27.5C24 27.5 22 26.4404 22 25.75C22 25.0596 22.5 24.5 24 24.5C25.5 24.5 26 25.0596 26 25.75Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkDog(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M17.0001 10L14.9999 5C12.8332 5.83333 8.2 10.8 9 18"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M30.9999 10L33.0001 5C35.1668 5.83333 39.8 10.8 39 18"/><path fill="#2F88FF" stroke="#000" strokeWidth="4" d="M42 28.5C42 38.165 33.9411 43 24 43C14.0589 43 6 38.165 6 28.5C6 18.835 14.0589 9 24 9C33.9411 9 42 18.835 42 28.5Z"/><circle cx="20" cy="17" r="2" fill="#fff"/><circle cx="28" cy="17" r="2" fill="#fff"/><path stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M24 26C24 27.6569 24.5 31.5 21 31.5C19.3431 31.5 18 30.1569 18 28.5"/><path stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M24.0249 26C24.0249 27.6569 23.5249 31.5 27.0249 31.5C28.6818 31.5 30.0249 30.1569 30.0249 28.5"/><path stroke="#fff" strokeLinejoin="round" strokeWidth="4" d="M26 25.75C26 26.4404 24 27.5 24 27.5C24 27.5 22 26.4404 22 25.75C22 25.0596 22.5 24.5 24 24.5C25.5 24.5 26 25.0596 26 25.75Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M17.0001 10L14.9999 5C12.8332 5.83333 8.2 10.8 9 18"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M30.9999 10L33.0001 5C35.1668 5.83333 39.8 10.8 39 18"/><path fill="#2F88FF" stroke="#000" stroke-width="4" d="M42 28.5C42 38.165 33.9411 43 24 43C14.0589 43 6 38.165 6 28.5C6 18.835 14.0589 9 24 9C33.9411 9 42 18.835 42 28.5Z"/><circle cx="20" cy="17" r="2" fill="#fff"/><circle cx="28" cy="17" r="2" fill="#fff"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M24 26C24 27.6569 24.5 31.5 21 31.5C19.3431 31.5 18 30.1569 18 28.5"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M24.0249 26C24.0249 27.6569 23.5249 31.5 27.0249 31.5C28.6818 31.5 30.0249 30.1569 30.0249 28.5"/><path stroke="#fff" stroke-linejoin="round" stroke-width="4" d="M26 25.75C26 26.4404 24 27.5 24 27.5C24 27.5 22 26.4404 22 25.75C22 25.0596 22.5 24.5 24 24.5C25.5 24.5 26 25.0596 26 25.75Z"/></g></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M17.0001%2010L14.9999%205C12.8332%205.83333%208.2%2010.8%209%2018%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M30.9999%2010L33.0001%205C35.1668%205.83333%2039.8%2010.8%2039%2018%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%20d%3D%22M42%2028.5C42%2038.165%2033.9411%2043%2024%2043C14.0589%2043%206%2038.165%206%2028.5C6%2018.835%2014.0589%209%2024%209C33.9411%209%2042%2018.835%2042%2028.5Z%22%2F%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2217%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2228%22%20cy%3D%2217%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24%2026C24%2027.6569%2024.5%2031.5%2021%2031.5C19.3431%2031.5%2018%2030.1569%2018%2028.5%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24.0249%2026C24.0249%2027.6569%2023.5249%2031.5%2027.0249%2031.5C28.6818%2031.5%2030.0249%2030.1569%2030.0249%2028.5%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M26%2025.75C26%2026.4404%2024%2027.5%2024%2027.5C24%2027.5%2022%2026.4404%2022%2025.75C22%2025.0596%2022.5%2024.5%2024%2024.5C25.5%2024.5%2026%2025.0596%2026%2025.75Z%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M17.0001%2010L14.9999%205C12.8332%205.83333%208.2%2010.8%209%2018%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M30.9999%2010L33.0001%205C35.1668%205.83333%2039.8%2010.8%2039%2018%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%20d%3D%22M42%2028.5C42%2038.165%2033.9411%2043%2024%2043C14.0589%2043%206%2038.165%206%2028.5C6%2018.835%2014.0589%209%2024%209C33.9411%209%2042%2018.835%2042%2028.5Z%22%2F%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2217%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2228%22%20cy%3D%2217%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24%2026C24%2027.6569%2024.5%2031.5%2021%2031.5C19.3431%2031.5%2018%2030.1569%2018%2028.5%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24.0249%2026C24.0249%2027.6569%2023.5249%2031.5%2027.0249%2031.5C28.6818%2031.5%2030.0249%2030.1569%2030.0249%2028.5%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M26%2025.75C26%2026.4404%2024%2027.5%2024%2027.5C24%2027.5%2022%2026.4404%2022%2025.75C22%2025.0596%2022.5%2024.5%2024%2024.5C25.5%2024.5%2026%2025.0596%2026%2025.75Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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