symptom negative icon
symptom-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- symptom-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the symptom 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(#healthiconsSymptomNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM16 16a2 2 0 1 1 0 4a2 2 0 0 1 0-4m2 9.985v-4.52A4 4 0 0 1 12.535 20H12a2 2 0 1 1 0-4h.535A4 4 0 0 1 16 14c1.48 0 2.773.804 3.465 2H36a2 2 0 1 1 0 4h-5.354A3.998 3.998 0 0 1 30 26.465V29q0-.01.002.01c.007.045.032.219.125.568c.105.398.264.901.466 1.486a81 81 0 0 0 1.508 3.929a179 179 0 0 0 2.174 5.078l.037.082l.01.02l.001.005v.001a2 2 0 0 1-3.455 1.977l-1.5-2.118L24 32.46l-1.117 1.577Q23 34.5 23 35a4 4 0 0 1-3.62 3.982l-2.248 3.174a2 2 0 0 1-3.456-1.977l.049-.108a118 118 0 0 0 .644-1.463c.262-.6.578-1.333.913-2.13a4 4 0 0 1 2.014-5.098q.057-.16.11-.316a22 22 0 0 0 .467-1.486c.093-.35.118-.523.125-.569Q18 28.99 18 29zM28 25a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-4-12a4.5 4.5 0 0 0 .01-9h-.019A4.5 4.5 0 0 0 24 13m18 11c0 5.76-2.706 10.889-6.916 14.183l1.204 1.598C40.982 36.121 44 30.413 44 24c0-8.73-5.593-16.153-13.391-18.882l-.661 1.888C36.966 9.462 42 16.143 42 24M24 42c1.542 0 3.038-.194 4.466-.558l.476 1.943c-1.58.401-3.236.615-4.942.615c-1.672 0-3.295-.205-4.847-.592l.475-1.943c1.4.35 2.864.535 4.372.535m-11.021-3.768C8.733 34.94 6 29.79 6 24c0-7.857 5.034-14.538 12.052-16.994l-.66-1.888C9.592 7.847 4 15.27 4 24c0 6.442 3.045 12.172 7.775 15.83zM19 37a2 2 0 1 0 0-4a2 2 0 0 0 0 4" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsSymptomNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsSymptomNegative(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(#healthiconsSymptomNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM16 16a2 2 0 1 1 0 4a2 2 0 0 1 0-4m2 9.985v-4.52A4 4 0 0 1 12.535 20H12a2 2 0 1 1 0-4h.535A4 4 0 0 1 16 14c1.48 0 2.773.804 3.465 2H36a2 2 0 1 1 0 4h-5.354A3.998 3.998 0 0 1 30 26.465V29q0-.01.002.01c.007.045.032.219.125.568c.105.398.264.901.466 1.486a81 81 0 0 0 1.508 3.929a179 179 0 0 0 2.174 5.078l.037.082l.01.02l.001.005v.001a2 2 0 0 1-3.455 1.977l-1.5-2.118L24 32.46l-1.117 1.577Q23 34.5 23 35a4 4 0 0 1-3.62 3.982l-2.248 3.174a2 2 0 0 1-3.456-1.977l.049-.108a118 118 0 0 0 .644-1.463c.262-.6.578-1.333.913-2.13a4 4 0 0 1 2.014-5.098q.057-.16.11-.316a22 22 0 0 0 .467-1.486c.093-.35.118-.523.125-.569Q18 28.99 18 29zM28 25a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-4-12a4.5 4.5 0 0 0 .01-9h-.019A4.5 4.5 0 0 0 24 13m18 11c0 5.76-2.706 10.889-6.916 14.183l1.204 1.598C40.982 36.121 44 30.413 44 24c0-8.73-5.593-16.153-13.391-18.882l-.661 1.888C36.966 9.462 42 16.143 42 24M24 42c1.542 0 3.038-.194 4.466-.558l.476 1.943c-1.58.401-3.236.615-4.942.615c-1.672 0-3.295-.205-4.847-.592l.475-1.943c1.4.35 2.864.535 4.372.535m-11.021-3.768C8.733 34.94 6 29.79 6 24c0-7.857 5.034-14.538 12.052-16.994l-.66-1.888C9.592 7.847 4 15.27 4 24c0 6.442 3.045 12.172 7.775 15.83zM19 37a2 2 0 1 0 0-4a2 2 0 0 0 0 4" clipRule="evenodd"/></g><defs><clipPath id="healthiconsSymptomNegative"><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(#healthiconsSymptomNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM16 16a2 2 0 1 1 0 4a2 2 0 0 1 0-4m2 9.985v-4.52A4 4 0 0 1 12.535 20H12a2 2 0 1 1 0-4h.535A4 4 0 0 1 16 14c1.48 0 2.773.804 3.465 2H36a2 2 0 1 1 0 4h-5.354A3.998 3.998 0 0 1 30 26.465V29q0-.01.002.01c.007.045.032.219.125.568c.105.398.264.901.466 1.486a81 81 0 0 0 1.508 3.929a179 179 0 0 0 2.174 5.078l.037.082l.01.02l.001.005v.001a2 2 0 0 1-3.455 1.977l-1.5-2.118L24 32.46l-1.117 1.577Q23 34.5 23 35a4 4 0 0 1-3.62 3.982l-2.248 3.174a2 2 0 0 1-3.456-1.977l.049-.108a118 118 0 0 0 .644-1.463c.262-.6.578-1.333.913-2.13a4 4 0 0 1 2.014-5.098q.057-.16.11-.316a22 22 0 0 0 .467-1.486c.093-.35.118-.523.125-.569Q18 28.99 18 29zM28 25a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-4-12a4.5 4.5 0 0 0 .01-9h-.019A4.5 4.5 0 0 0 24 13m18 11c0 5.76-2.706 10.889-6.916 14.183l1.204 1.598C40.982 36.121 44 30.413 44 24c0-8.73-5.593-16.153-13.391-18.882l-.661 1.888C36.966 9.462 42 16.143 42 24M24 42c1.542 0 3.038-.194 4.466-.558l.476 1.943c-1.58.401-3.236.615-4.942.615c-1.672 0-3.295-.205-4.847-.592l.475-1.943c1.4.35 2.864.535 4.372.535m-11.021-3.768C8.733 34.94 6 29.79 6 24c0-7.857 5.034-14.538 12.052-16.994l-.66-1.888C9.592 7.847 4 15.27 4 24c0 6.442 3.045 12.172 7.775 15.83zM19 37a2 2 0 1 0 0-4a2 2 0 0 0 0 4" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsSymptomNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-symptom-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(%23healthiconsSymptomNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM16%2016a2%202%200%201%201%200%204a2%202%200%200%201%200-4m2%209.985v-4.52A4%204%200%200%201%2012.535%2020H12a2%202%200%201%201%200-4h.535A4%204%200%200%201%2016%2014c1.48%200%202.773.804%203.465%202H36a2%202%200%201%201%200%204h-5.354A3.998%203.998%200%200%201%2030%2026.465V29q0-.01.002.01c.007.045.032.219.125.568c.105.398.264.901.466%201.486a81%2081%200%200%200%201.508%203.929a179%20179%200%200%200%202.174%205.078l.037.082l.01.02l.001.005v.001a2%202%200%200%201-3.455%201.977l-1.5-2.118L24%2032.46l-1.117%201.577Q23%2034.5%2023%2035a4%204%200%200%201-3.62%203.982l-2.248%203.174a2%202%200%200%201-3.456-1.977l.049-.108a118%20118%200%200%200%20.644-1.463c.262-.6.578-1.333.913-2.13a4%204%200%200%201%202.014-5.098q.057-.16.11-.316a22%2022%200%200%200%20.467-1.486c.093-.35.118-.523.125-.569Q18%2028.99%2018%2029zM28%2025a2%202%200%201%200%200-4a2%202%200%200%200%200%204m-4-12a4.5%204.5%200%200%200%20.01-9h-.019A4.5%204.5%200%200%200%2024%2013m18%2011c0%205.76-2.706%2010.889-6.916%2014.183l1.204%201.598C40.982%2036.121%2044%2030.413%2044%2024c0-8.73-5.593-16.153-13.391-18.882l-.661%201.888C36.966%209.462%2042%2016.143%2042%2024M24%2042c1.542%200%203.038-.194%204.466-.558l.476%201.943c-1.58.401-3.236.615-4.942.615c-1.672%200-3.295-.205-4.847-.592l.475-1.943c1.4.35%202.864.535%204.372.535m-11.021-3.768C8.733%2034.94%206%2029.79%206%2024c0-7.857%205.034-14.538%2012.052-16.994l-.66-1.888C9.592%207.847%204%2015.27%204%2024c0%206.442%203.045%2012.172%207.775%2015.83zM19%2037a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsSymptomNegative%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(%23healthiconsSymptomNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM16%2016a2%202%200%201%201%200%204a2%202%200%200%201%200-4m2%209.985v-4.52A4%204%200%200%201%2012.535%2020H12a2%202%200%201%201%200-4h.535A4%204%200%200%201%2016%2014c1.48%200%202.773.804%203.465%202H36a2%202%200%201%201%200%204h-5.354A3.998%203.998%200%200%201%2030%2026.465V29q0-.01.002.01c.007.045.032.219.125.568c.105.398.264.901.466%201.486a81%2081%200%200%200%201.508%203.929a179%20179%200%200%200%202.174%205.078l.037.082l.01.02l.001.005v.001a2%202%200%200%201-3.455%201.977l-1.5-2.118L24%2032.46l-1.117%201.577Q23%2034.5%2023%2035a4%204%200%200%201-3.62%203.982l-2.248%203.174a2%202%200%200%201-3.456-1.977l.049-.108a118%20118%200%200%200%20.644-1.463c.262-.6.578-1.333.913-2.13a4%204%200%200%201%202.014-5.098q.057-.16.11-.316a22%2022%200%200%200%20.467-1.486c.093-.35.118-.523.125-.569Q18%2028.99%2018%2029zM28%2025a2%202%200%201%200%200-4a2%202%200%200%200%200%204m-4-12a4.5%204.5%200%200%200%20.01-9h-.019A4.5%204.5%200%200%200%2024%2013m18%2011c0%205.76-2.706%2010.889-6.916%2014.183l1.204%201.598C40.982%2036.121%2044%2030.413%2044%2024c0-8.73-5.593-16.153-13.391-18.882l-.661%201.888C36.966%209.462%2042%2016.143%2042%2024M24%2042c1.542%200%203.038-.194%204.466-.558l.476%201.943c-1.58.401-3.236.615-4.942.615c-1.672%200-3.295-.205-4.847-.592l.475-1.943c1.4.35%202.864.535%204.372.535m-11.021-3.768C8.733%2034.94%206%2029.79%206%2024c0-7.857%205.034-14.538%2012.052-16.994l-.66-1.888C9.592%207.847%204%2015.27%204%2024c0%206.442%203.045%2012.172%207.775%2015.83zM19%2037a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsSymptomNegative%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/symptom-negative.svg?color=%231a73e8&size=48