medicines negative icon
medicines-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- medicines-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the medicines negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clip-path="url(#healthiconsMedicinesNegative)"><path d="M38.282 14.985a1 1 0 0 1-1.198.75l-6.616-1.52a1 1 0 0 1 .448-1.95l6.616 1.521a1 1 0 0 1 .75 1.199M29.943 36.69l-3.381-7.25l4.597-2.144a4 4 0 1 1 3.38 7.25z"/><path fill-rule="evenodd" d="M48 0H0v48h48zm-6 14a8 8 0 1 1-16 0a8 8 0 0 1 16 0M16.778 9.245c-.647-1.532-2.813-1.686-3.682-.263L6.292 20.115c-.785 1.284.092 2.924 1.623 3.033l11.866.846c1.53.11 2.644-1.388 2.06-2.77zM35.385 36.36a6 6 0 0 0-5.071-10.876l-10.876 5.072a6 6 0 1 0 5.071 10.876z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsMedicinesNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsMedicinesNegative(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 fill="currentColor" clipPath="url(#healthiconsMedicinesNegative)"><path d="M38.282 14.985a1 1 0 0 1-1.198.75l-6.616-1.52a1 1 0 0 1 .448-1.95l6.616 1.521a1 1 0 0 1 .75 1.199M29.943 36.69l-3.381-7.25l4.597-2.144a4 4 0 1 1 3.38 7.25z"/><path fillRule="evenodd" d="M48 0H0v48h48zm-6 14a8 8 0 1 1-16 0a8 8 0 0 1 16 0M16.778 9.245c-.647-1.532-2.813-1.686-3.682-.263L6.292 20.115c-.785 1.284.092 2.924 1.623 3.033l11.866.846c1.53.11 2.644-1.388 2.06-2.77zM35.385 36.36a6 6 0 0 0-5.071-10.876l-10.876 5.072a6 6 0 1 0 5.071 10.876z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsMedicinesNegative"><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 fill="currentColor" clip-path="url(#healthiconsMedicinesNegative)"><path d="M38.282 14.985a1 1 0 0 1-1.198.75l-6.616-1.52a1 1 0 0 1 .448-1.95l6.616 1.521a1 1 0 0 1 .75 1.199M29.943 36.69l-3.381-7.25l4.597-2.144a4 4 0 1 1 3.38 7.25z"/><path fill-rule="evenodd" d="M48 0H0v48h48zm-6 14a8 8 0 1 1-16 0a8 8 0 0 1 16 0M16.778 9.245c-.647-1.532-2.813-1.686-3.682-.263L6.292 20.115c-.785 1.284.092 2.924 1.623 3.033l11.866.846c1.53.11 2.644-1.388 2.06-2.77zM35.385 36.36a6 6 0 0 0-5.071-10.876l-10.876 5.072a6 6 0 1 0 5.071 10.876z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsMedicinesNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-medicines-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%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsMedicinesNegative)%22%3E%3Cpath%20d%3D%22M38.282%2014.985a1%201%200%200%201-1.198.75l-6.616-1.52a1%201%200%200%201%20.448-1.95l6.616%201.521a1%201%200%200%201%20.75%201.199M29.943%2036.69l-3.381-7.25l4.597-2.144a4%204%200%201%201%203.38%207.25z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zm-6%2014a8%208%200%201%201-16%200a8%208%200%200%201%2016%200M16.778%209.245c-.647-1.532-2.813-1.686-3.682-.263L6.292%2020.115c-.785%201.284.092%202.924%201.623%203.033l11.866.846c1.53.11%202.644-1.388%202.06-2.77zM35.385%2036.36a6%206%200%200%200-5.071-10.876l-10.876%205.072a6%206%200%201%200%205.071%2010.876z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsMedicinesNegative%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%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsMedicinesNegative)%22%3E%3Cpath%20d%3D%22M38.282%2014.985a1%201%200%200%201-1.198.75l-6.616-1.52a1%201%200%200%201%20.448-1.95l6.616%201.521a1%201%200%200%201%20.75%201.199M29.943%2036.69l-3.381-7.25l4.597-2.144a4%204%200%201%201%203.38%207.25z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zm-6%2014a8%208%200%201%201-16%200a8%208%200%200%201%2016%200M16.778%209.245c-.647-1.532-2.813-1.686-3.682-.263L6.292%2020.115c-.785%201.284.092%202.924%201.623%203.033l11.866.846c1.53.11%202.644-1.388%202.06-2.77zM35.385%2036.36a6%206%200%200%200-5.071-10.876l-10.876%205.072a6%206%200%201%200%205.071%2010.876z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsMedicinesNegative%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/medicines-negative.svg?color=%231a73e8&size=48