guide-dog from Health Icons by Resolve to Save Lives · Filled · Symbols · MIT Free for personal and commercial use.

Name
guide-dog
Set
Health Icons
Style
Filled
Category
Symbols
Viewbox
48×48
License
MIT

1 other variant in Health Icons

The same icon in other sets

More symbols icons from Health Icons

Use the guide dog icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M38.707 8.293a1 1 0 0 1 0 1.414L28.414 20h-2.828l-3.5 3.5h-9.264a18.3 18.3 0 0 1-.71-3.553q-.497.025-1.112.025c-1.164 0-2.96-.078-3.5-.472c-1-1.325-1.5-3.972-1.5-3.972s2.787-.951 4-1.381c0-3.224 4.168-5.064 6.286-2.347c.526-.003 1.126.166 1.688.511c1.016.624 1.4 3.436 1.18 4.709c1.605 1.89 3.658 2.666 6.346 2.952l.103.011l11.69-11.69a1 1 0 0 1 1.414 0m-10.41 11.825L23.5 24.914v6.715c2.732-.365 5.067-.932 8-2.629c2.138 3.919 3.929 5.045 4.848 5.624c.37.233.6.377.652.579c.12.46.246.797.344 1.06c.124.329.204.543.174.737H37a1 1 0 1 0 0 2h2a1 1 0 0 0 1-1v-4.523c0-1.977-3-7.249-3-7.249L41.5 32c.405.253.952-.233.5-1c-.189-.504-.395-1.164-.629-1.912c-1.114-3.567-2.847-9.116-6.252-9.116c-.493 0-1.202.026-2.036.055c-1.387.05-3.121.112-4.786.09M21.43 31.871l.07-.007V25.5h-7.914c.807 1.753 1.773 3.022 2.522 4.006q.209.273.392.52c.479.646 1.875 4.805-.205 6.974H16a1 1 0 1 0 0 2h3a1 1 0 0 0 .965-.737h.002q.008 0 .014-.003c.042-.022.039-.136.03-.392a17 17 0 0 1-.011-.594v-5.249l.933-.1l.007-.001z"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsGuideDog(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M38.707 8.293a1 1 0 0 1 0 1.414L28.414 20h-2.828l-3.5 3.5h-9.264a18.3 18.3 0 0 1-.71-3.553q-.497.025-1.112.025c-1.164 0-2.96-.078-3.5-.472c-1-1.325-1.5-3.972-1.5-3.972s2.787-.951 4-1.381c0-3.224 4.168-5.064 6.286-2.347c.526-.003 1.126.166 1.688.511c1.016.624 1.4 3.436 1.18 4.709c1.605 1.89 3.658 2.666 6.346 2.952l.103.011l11.69-11.69a1 1 0 0 1 1.414 0m-10.41 11.825L23.5 24.914v6.715c2.732-.365 5.067-.932 8-2.629c2.138 3.919 3.929 5.045 4.848 5.624c.37.233.6.377.652.579c.12.46.246.797.344 1.06c.124.329.204.543.174.737H37a1 1 0 1 0 0 2h2a1 1 0 0 0 1-1v-4.523c0-1.977-3-7.249-3-7.249L41.5 32c.405.253.952-.233.5-1c-.189-.504-.395-1.164-.629-1.912c-1.114-3.567-2.847-9.116-6.252-9.116c-.493 0-1.202.026-2.036.055c-1.387.05-3.121.112-4.786.09M21.43 31.871l.07-.007V25.5h-7.914c.807 1.753 1.773 3.022 2.522 4.006q.209.273.392.52c.479.646 1.875 4.805-.205 6.974H16a1 1 0 1 0 0 2h3a1 1 0 0 0 .965-.737h.002q.008 0 .014-.003c.042-.022.039-.136.03-.392a17 17 0 0 1-.011-.594v-5.249l.933-.1l.007-.001z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M38.707 8.293a1 1 0 0 1 0 1.414L28.414 20h-2.828l-3.5 3.5h-9.264a18.3 18.3 0 0 1-.71-3.553q-.497.025-1.112.025c-1.164 0-2.96-.078-3.5-.472c-1-1.325-1.5-3.972-1.5-3.972s2.787-.951 4-1.381c0-3.224 4.168-5.064 6.286-2.347c.526-.003 1.126.166 1.688.511c1.016.624 1.4 3.436 1.18 4.709c1.605 1.89 3.658 2.666 6.346 2.952l.103.011l11.69-11.69a1 1 0 0 1 1.414 0m-10.41 11.825L23.5 24.914v6.715c2.732-.365 5.067-.932 8-2.629c2.138 3.919 3.929 5.045 4.848 5.624c.37.233.6.377.652.579c.12.46.246.797.344 1.06c.124.329.204.543.174.737H37a1 1 0 1 0 0 2h2a1 1 0 0 0 1-1v-4.523c0-1.977-3-7.249-3-7.249L41.5 32c.405.253.952-.233.5-1c-.189-.504-.395-1.164-.629-1.912c-1.114-3.567-2.847-9.116-6.252-9.116c-.493 0-1.202.026-2.036.055c-1.387.05-3.121.112-4.786.09M21.43 31.871l.07-.007V25.5h-7.914c.807 1.753 1.773 3.022 2.522 4.006q.209.273.392.52c.479.646 1.875 4.805-.205 6.974H16a1 1 0 1 0 0 2h3a1 1 0 0 0 .965-.737h.002q.008 0 .014-.003c.042-.022.039-.136.03-.392a17 17 0 0 1-.011-.594v-5.249l.933-.1l.007-.001z"/></svg>
</template>

CSS

.icon-guide-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M38.707%208.293a1%201%200%200%201%200%201.414L28.414%2020h-2.828l-3.5%203.5h-9.264a18.3%2018.3%200%200%201-.71-3.553q-.497.025-1.112.025c-1.164%200-2.96-.078-3.5-.472c-1-1.325-1.5-3.972-1.5-3.972s2.787-.951%204-1.381c0-3.224%204.168-5.064%206.286-2.347c.526-.003%201.126.166%201.688.511c1.016.624%201.4%203.436%201.18%204.709c1.605%201.89%203.658%202.666%206.346%202.952l.103.011l11.69-11.69a1%201%200%200%201%201.414%200m-10.41%2011.825L23.5%2024.914v6.715c2.732-.365%205.067-.932%208-2.629c2.138%203.919%203.929%205.045%204.848%205.624c.37.233.6.377.652.579c.12.46.246.797.344%201.06c.124.329.204.543.174.737H37a1%201%200%201%200%200%202h2a1%201%200%200%200%201-1v-4.523c0-1.977-3-7.249-3-7.249L41.5%2032c.405.253.952-.233.5-1c-.189-.504-.395-1.164-.629-1.912c-1.114-3.567-2.847-9.116-6.252-9.116c-.493%200-1.202.026-2.036.055c-1.387.05-3.121.112-4.786.09M21.43%2031.871l.07-.007V25.5h-7.914c.807%201.753%201.773%203.022%202.522%204.006q.209.273.392.52c.479.646%201.875%204.805-.205%206.974H16a1%201%200%201%200%200%202h3a1%201%200%200%200%20.965-.737h.002q.008%200%20.014-.003c.042-.022.039-.136.03-.392a17%2017%200%200%201-.011-.594v-5.249l.933-.1l.007-.001z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M38.707%208.293a1%201%200%200%201%200%201.414L28.414%2020h-2.828l-3.5%203.5h-9.264a18.3%2018.3%200%200%201-.71-3.553q-.497.025-1.112.025c-1.164%200-2.96-.078-3.5-.472c-1-1.325-1.5-3.972-1.5-3.972s2.787-.951%204-1.381c0-3.224%204.168-5.064%206.286-2.347c.526-.003%201.126.166%201.688.511c1.016.624%201.4%203.436%201.18%204.709c1.605%201.89%203.658%202.666%206.346%202.952l.103.011l11.69-11.69a1%201%200%200%201%201.414%200m-10.41%2011.825L23.5%2024.914v6.715c2.732-.365%205.067-.932%208-2.629c2.138%203.919%203.929%205.045%204.848%205.624c.37.233.6.377.652.579c.12.46.246.797.344%201.06c.124.329.204.543.174.737H37a1%201%200%201%200%200%202h2a1%201%200%200%200%201-1v-4.523c0-1.977-3-7.249-3-7.249L41.5%2032c.405.253.952-.233.5-1c-.189-.504-.395-1.164-.629-1.912c-1.114-3.567-2.847-9.116-6.252-9.116c-.493%200-1.202.026-2.036.055c-1.387.05-3.121.112-4.786.09M21.43%2031.871l.07-.007V25.5h-7.914c.807%201.753%201.773%203.022%202.522%204.006q.209.273.392.52c.479.646%201.875%204.805-.205%206.974H16a1%201%200%201%200%200%202h3a1%201%200%200%200%20.965-.737h.002q.008%200%20.014-.003c.042-.022.039-.136.03-.392a17%2017%200%200%201-.011-.594v-5.249l.933-.1l.007-.001z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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