guide dog negative icon
guide-dog-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- guide-dog-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the guide dog negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsGuideDogNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM23.5 24.914l4.797-4.797c1.664.022 3.398-.04 4.786-.09c.834-.03 1.543-.055 2.036-.055c3.405 0 5.138 5.55 6.252 9.116c.234.748.44 1.408.629 1.912c.452.767-.095 1.253-.5 1L37 26.228s3 5.272 3 7.25V38a1 1 0 0 1-1 1h-2a1 1 0 1 1 0-2h.518c.03-.194-.05-.408-.174-.737a10 10 0 0 1-.344-1.06c-.053-.202-.281-.346-.652-.58c-.92-.578-2.71-1.704-4.848-5.623c-2.933 1.697-5.268 2.264-8 2.629zm-2 .586v6.364l-.56.06h-.007l-.933.101v5.25q.002.373.011.593c.009.256.012.37-.03.392l-.016.003A1 1 0 0 1 19 39h-3a1 1 0 1 1 0-2h.295c2.08-2.17.684-6.328.205-6.975q-.183-.245-.391-.518c-.75-.985-1.716-2.254-2.523-4.007zm.586-2h-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 1 1 1.414 1.414L28.414 20h-2.828z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsGuideDogNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsGuideDogNegative(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"><g clipPath="url(#healthiconsGuideDogNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM23.5 24.914l4.797-4.797c1.664.022 3.398-.04 4.786-.09c.834-.03 1.543-.055 2.036-.055c3.405 0 5.138 5.55 6.252 9.116c.234.748.44 1.408.629 1.912c.452.767-.095 1.253-.5 1L37 26.228s3 5.272 3 7.25V38a1 1 0 0 1-1 1h-2a1 1 0 1 1 0-2h.518c.03-.194-.05-.408-.174-.737a10 10 0 0 1-.344-1.06c-.053-.202-.281-.346-.652-.58c-.92-.578-2.71-1.704-4.848-5.623c-2.933 1.697-5.268 2.264-8 2.629zm-2 .586v6.364l-.56.06h-.007l-.933.101v5.25q.002.373.011.593c.009.256.012.37-.03.392l-.016.003A1 1 0 0 1 19 39h-3a1 1 0 1 1 0-2h.295c2.08-2.17.684-6.328.205-6.975q-.183-.245-.391-.518c-.75-.985-1.716-2.254-2.523-4.007zm.586-2h-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 1 1 1.414 1.414L28.414 20h-2.828z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsGuideDogNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsGuideDogNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM23.5 24.914l4.797-4.797c1.664.022 3.398-.04 4.786-.09c.834-.03 1.543-.055 2.036-.055c3.405 0 5.138 5.55 6.252 9.116c.234.748.44 1.408.629 1.912c.452.767-.095 1.253-.5 1L37 26.228s3 5.272 3 7.25V38a1 1 0 0 1-1 1h-2a1 1 0 1 1 0-2h.518c.03-.194-.05-.408-.174-.737a10 10 0 0 1-.344-1.06c-.053-.202-.281-.346-.652-.58c-.92-.578-2.71-1.704-4.848-5.623c-2.933 1.697-5.268 2.264-8 2.629zm-2 .586v6.364l-.56.06h-.007l-.933.101v5.25q.002.373.011.593c.009.256.012.37-.03.392l-.016.003A1 1 0 0 1 19 39h-3a1 1 0 1 1 0-2h.295c2.08-2.17.684-6.328.205-6.975q-.183-.245-.391-.518c-.75-.985-1.716-2.254-2.523-4.007zm.586-2h-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 1 1 1.414 1.414L28.414 20h-2.828z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsGuideDogNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-guide-dog-negative {
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%3Cg%20clip-path%3D%22url(%23healthiconsGuideDogNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM23.5%2024.914l4.797-4.797c1.664.022%203.398-.04%204.786-.09c.834-.03%201.543-.055%202.036-.055c3.405%200%205.138%205.55%206.252%209.116c.234.748.44%201.408.629%201.912c.452.767-.095%201.253-.5%201L37%2026.228s3%205.272%203%207.25V38a1%201%200%200%201-1%201h-2a1%201%200%201%201%200-2h.518c.03-.194-.05-.408-.174-.737a10%2010%200%200%201-.344-1.06c-.053-.202-.281-.346-.652-.58c-.92-.578-2.71-1.704-4.848-5.623c-2.933%201.697-5.268%202.264-8%202.629zm-2%20.586v6.364l-.56.06h-.007l-.933.101v5.25q.002.373.011.593c.009.256.012.37-.03.392l-.016.003A1%201%200%200%201%2019%2039h-3a1%201%200%201%201%200-2h.295c2.08-2.17.684-6.328.205-6.975q-.183-.245-.391-.518c-.75-.985-1.716-2.254-2.523-4.007zm.586-2h-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%201%201%201.414%201.414L28.414%2020h-2.828z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsGuideDogNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%3Cg%20clip-path%3D%22url(%23healthiconsGuideDogNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM23.5%2024.914l4.797-4.797c1.664.022%203.398-.04%204.786-.09c.834-.03%201.543-.055%202.036-.055c3.405%200%205.138%205.55%206.252%209.116c.234.748.44%201.408.629%201.912c.452.767-.095%201.253-.5%201L37%2026.228s3%205.272%203%207.25V38a1%201%200%200%201-1%201h-2a1%201%200%201%201%200-2h.518c.03-.194-.05-.408-.174-.737a10%2010%200%200%201-.344-1.06c-.053-.202-.281-.346-.652-.58c-.92-.578-2.71-1.704-4.848-5.623c-2.933%201.697-5.268%202.264-8%202.629zm-2%20.586v6.364l-.56.06h-.007l-.933.101v5.25q.002.373.011.593c.009.256.012.37-.03.392l-.016.003A1%201%200%200%201%2019%2039h-3a1%201%200%201%201%200-2h.295c2.08-2.17.684-6.328.205-6.975q-.183-.245-.391-.518c-.75-.985-1.716-2.254-2.523-4.007zm.586-2h-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%201%201%201.414%201.414L28.414%2020h-2.828z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsGuideDogNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/guide-dog-negative.svg?color=%231a73e8&size=48