medical advice icon
medical-advice from Health Icons by Resolve to Save Lives · Filled · Symbols · MIT Free for personal and commercial use.
- Name
- medical-advice
- Set
- Health Icons
- Style
- Filled
- Category
- Symbols
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More symbols icons from Health Icons
Use the medical advice icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M24 14c0-5.523 4.477-10 10-10s10 4.477 10 10s-4.477 10-10 10h-9a1 1 0 0 1-1-1zM7.778 9A2.783 2.783 0 0 0 5 11.778C5 29.023 18.977 43 36.222 43A2.783 2.783 0 0 0 39 40.222v-6.204a2.783 2.783 0 0 0-2.778-2.778a19.3 19.3 0 0 1-6.028-.961a2.77 2.77 0 0 0-2.839.667l-3.389 3.389a25.94 25.94 0 0 1-10.302-10.3l3.39-3.39a2.78 2.78 0 0 0 .691-2.82l-.002-.007l-.002-.007a19.2 19.2 0 0 1-.963-6.033A2.783 2.783 0 0 0 14 9zM33 19v-4h-4v-2h4V9h2v4h4v2h-4v4z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsMedicalAdvice(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" fillRule="evenodd" d="M24 14c0-5.523 4.477-10 10-10s10 4.477 10 10s-4.477 10-10 10h-9a1 1 0 0 1-1-1zM7.778 9A2.783 2.783 0 0 0 5 11.778C5 29.023 18.977 43 36.222 43A2.783 2.783 0 0 0 39 40.222v-6.204a2.783 2.783 0 0 0-2.778-2.778a19.3 19.3 0 0 1-6.028-.961a2.77 2.77 0 0 0-2.839.667l-3.389 3.389a25.94 25.94 0 0 1-10.302-10.3l3.39-3.39a2.78 2.78 0 0 0 .691-2.82l-.002-.007l-.002-.007a19.2 19.2 0 0 1-.963-6.033A2.783 2.783 0 0 0 14 9zM33 19v-4h-4v-2h4V9h2v4h4v2h-4v4z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M24 14c0-5.523 4.477-10 10-10s10 4.477 10 10s-4.477 10-10 10h-9a1 1 0 0 1-1-1zM7.778 9A2.783 2.783 0 0 0 5 11.778C5 29.023 18.977 43 36.222 43A2.783 2.783 0 0 0 39 40.222v-6.204a2.783 2.783 0 0 0-2.778-2.778a19.3 19.3 0 0 1-6.028-.961a2.77 2.77 0 0 0-2.839.667l-3.389 3.389a25.94 25.94 0 0 1-10.302-10.3l3.39-3.39a2.78 2.78 0 0 0 .691-2.82l-.002-.007l-.002-.007a19.2 19.2 0 0 1-.963-6.033A2.783 2.783 0 0 0 14 9zM33 19v-4h-4v-2h4V9h2v4h4v2h-4v4z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-medical-advice {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2014c0-5.523%204.477-10%2010-10s10%204.477%2010%2010s-4.477%2010-10%2010h-9a1%201%200%200%201-1-1zM7.778%209A2.783%202.783%200%200%200%205%2011.778C5%2029.023%2018.977%2043%2036.222%2043A2.783%202.783%200%200%200%2039%2040.222v-6.204a2.783%202.783%200%200%200-2.778-2.778a19.3%2019.3%200%200%201-6.028-.961a2.77%202.77%200%200%200-2.839.667l-3.389%203.389a25.94%2025.94%200%200%201-10.302-10.3l3.39-3.39a2.78%202.78%200%200%200%20.691-2.82l-.002-.007l-.002-.007a19.2%2019.2%200%200%201-.963-6.033A2.783%202.783%200%200%200%2014%209zM33%2019v-4h-4v-2h4V9h2v4h4v2h-4v4z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2014c0-5.523%204.477-10%2010-10s10%204.477%2010%2010s-4.477%2010-10%2010h-9a1%201%200%200%201-1-1zM7.778%209A2.783%202.783%200%200%200%205%2011.778C5%2029.023%2018.977%2043%2036.222%2043A2.783%202.783%200%200%200%2039%2040.222v-6.204a2.783%202.783%200%200%200-2.778-2.778a19.3%2019.3%200%200%201-6.028-.961a2.77%202.77%200%200%200-2.839.667l-3.389%203.389a25.94%2025.94%200%200%201-10.302-10.3l3.39-3.39a2.78%202.78%200%200%200%20.691-2.82l-.002-.007l-.002-.007a19.2%2019.2%200%200%201-.963-6.033A2.783%202.783%200%200%200%2014%209zM33%2019v-4h-4v-2h4V9h2v4h4v2h-4v4z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/medical-advice.svg?color=%231a73e8&size=48