medical advice negative icon
medical-advice-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- medical-advice-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the medical advice 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(#healthiconsMedicalAdviceNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM34 4c-5.523 0-10 4.477-10 10v9a1 1 0 0 0 1 1h9c5.523 0 10-4.477 10-10S39.523 4 34 4M5 11.778A2.783 2.783 0 0 1 7.778 9H14a2.783 2.783 0 0 1 2.778 2.778c0 2.115.338 4.142.963 6.033l.002.007l.002.007a2.78 2.78 0 0 1-.691 2.82l-3.39 3.39a25.94 25.94 0 0 0 10.303 10.3l3.388-3.389a2.77 2.77 0 0 1 2.839-.667a19.3 19.3 0 0 0 6.028.961A2.783 2.783 0 0 1 39 34.018v6.204A2.783 2.783 0 0 1 36.222 43C18.977 43 5 29.023 5 11.778M33 15v4h2v-4h4v-2h-4V9h-2v4h-4v2z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsMedicalAdviceNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsMedicalAdviceNegative(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(#healthiconsMedicalAdviceNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM34 4c-5.523 0-10 4.477-10 10v9a1 1 0 0 0 1 1h9c5.523 0 10-4.477 10-10S39.523 4 34 4M5 11.778A2.783 2.783 0 0 1 7.778 9H14a2.783 2.783 0 0 1 2.778 2.778c0 2.115.338 4.142.963 6.033l.002.007l.002.007a2.78 2.78 0 0 1-.691 2.82l-3.39 3.39a25.94 25.94 0 0 0 10.303 10.3l3.388-3.389a2.77 2.77 0 0 1 2.839-.667a19.3 19.3 0 0 0 6.028.961A2.783 2.783 0 0 1 39 34.018v6.204A2.783 2.783 0 0 1 36.222 43C18.977 43 5 29.023 5 11.778M33 15v4h2v-4h4v-2h-4V9h-2v4h-4v2z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsMedicalAdviceNegative"><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(#healthiconsMedicalAdviceNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM34 4c-5.523 0-10 4.477-10 10v9a1 1 0 0 0 1 1h9c5.523 0 10-4.477 10-10S39.523 4 34 4M5 11.778A2.783 2.783 0 0 1 7.778 9H14a2.783 2.783 0 0 1 2.778 2.778c0 2.115.338 4.142.963 6.033l.002.007l.002.007a2.78 2.78 0 0 1-.691 2.82l-3.39 3.39a25.94 25.94 0 0 0 10.303 10.3l3.388-3.389a2.77 2.77 0 0 1 2.839-.667a19.3 19.3 0 0 0 6.028.961A2.783 2.783 0 0 1 39 34.018v6.204A2.783 2.783 0 0 1 36.222 43C18.977 43 5 29.023 5 11.778M33 15v4h2v-4h4v-2h-4V9h-2v4h-4v2z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsMedicalAdviceNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-medical-advice-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(%23healthiconsMedicalAdviceNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM34%204c-5.523%200-10%204.477-10%2010v9a1%201%200%200%200%201%201h9c5.523%200%2010-4.477%2010-10S39.523%204%2034%204M5%2011.778A2.783%202.783%200%200%201%207.778%209H14a2.783%202.783%200%200%201%202.778%202.778c0%202.115.338%204.142.963%206.033l.002.007l.002.007a2.78%202.78%200%200%201-.691%202.82l-3.39%203.39a25.94%2025.94%200%200%200%2010.303%2010.3l3.388-3.389a2.77%202.77%200%200%201%202.839-.667a19.3%2019.3%200%200%200%206.028.961A2.783%202.783%200%200%201%2039%2034.018v6.204A2.783%202.783%200%200%201%2036.222%2043C18.977%2043%205%2029.023%205%2011.778M33%2015v4h2v-4h4v-2h-4V9h-2v4h-4v2z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsMedicalAdviceNegative%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(%23healthiconsMedicalAdviceNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM34%204c-5.523%200-10%204.477-10%2010v9a1%201%200%200%200%201%201h9c5.523%200%2010-4.477%2010-10S39.523%204%2034%204M5%2011.778A2.783%202.783%200%200%201%207.778%209H14a2.783%202.783%200%200%201%202.778%202.778c0%202.115.338%204.142.963%206.033l.002.007l.002.007a2.78%202.78%200%200%201-.691%202.82l-3.39%203.39a25.94%2025.94%200%200%200%2010.303%2010.3l3.388-3.389a2.77%202.77%200%200%201%202.839-.667a19.3%2019.3%200%200%200%206.028.961A2.783%202.783%200%200%201%2039%2034.018v6.204A2.783%202.783%200%200%201%2036.222%2043C18.977%2043%205%2029.023%205%2011.778M33%2015v4h2v-4h4v-2h-4V9h-2v4h-4v2z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsMedicalAdviceNegative%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/medical-advice-negative.svg?color=%231a73e8&size=48