bandaged negative icon

bandaged-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
bandaged-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Use the bandaged 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(#healthiconsBandagedNegative)"><path fill-rule="evenodd" d="M40 24c0 8.837-7.163 16-16 16c-7.03 0-13.002-4.535-15.15-10.838l6.91-4.29c.45.699 1.064 1.128 1.74 1.128c1.33 0 2.416-1.66 2.495-3.756l15.35-9.527A15.95 15.95 0 0 1 40 24m-9.5 2c1.38 0 2.5-1.79 2.5-4s-1.12-4-2.5-4s-2.5 1.79-2.5 4s1.12 4 2.5 4m-6.608 3c2.38 0 4.453 1.026 5.541 2.544q.037.053.077.103c.058.078.116.155.164.238c.396.69.643 2.587-.674 2.115c-4.72-1.542-5.187-1.6-10 0c-1.653.52-1.22-1.587-.766-2.283C19.285 30.104 21.424 29 23.892 29" clip-rule="evenodd"/><path d="M9.975 16.293c2.652-4.816 7.713-8.12 13.56-8.286zM7.592 27.589l26.702-16.574c-.474-.407-1.145-.876-1.96-1.333c-1.16-.65-2.434-1.177-3.526-1.429c-.545-.125-.983-.168-1.305-.154c-.275.012-.383.061-.397.067l-.001.001l-.028.019L9.054 19.2c-.404.256-.89.899-1.258 2.103c-.355 1.16-.512 2.566-.484 3.905c.02.954.131 1.774.28 2.38"/><path fill-rule="evenodd" d="M48 0H0v48h48zM6.784 18.73c-2.357 3.555-1.611 11.435.288 11.404C9.581 37.055 16.213 42 24 42c9.941 0 18-8.059 18-18a17.94 17.94 0 0 0-5.107-12.56c.194-1.889-6.98-6.055-10.196-5.24Q25.377 6.003 24 6C15.893 6 9.037 11.36 6.784 18.73" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsBandagedNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBandagedNegative(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(#healthiconsBandagedNegative)"><path fillRule="evenodd" d="M40 24c0 8.837-7.163 16-16 16c-7.03 0-13.002-4.535-15.15-10.838l6.91-4.29c.45.699 1.064 1.128 1.74 1.128c1.33 0 2.416-1.66 2.495-3.756l15.35-9.527A15.95 15.95 0 0 1 40 24m-9.5 2c1.38 0 2.5-1.79 2.5-4s-1.12-4-2.5-4s-2.5 1.79-2.5 4s1.12 4 2.5 4m-6.608 3c2.38 0 4.453 1.026 5.541 2.544q.037.053.077.103c.058.078.116.155.164.238c.396.69.643 2.587-.674 2.115c-4.72-1.542-5.187-1.6-10 0c-1.653.52-1.22-1.587-.766-2.283C19.285 30.104 21.424 29 23.892 29" clipRule="evenodd"/><path d="M9.975 16.293c2.652-4.816 7.713-8.12 13.56-8.286zM7.592 27.589l26.702-16.574c-.474-.407-1.145-.876-1.96-1.333c-1.16-.65-2.434-1.177-3.526-1.429c-.545-.125-.983-.168-1.305-.154c-.275.012-.383.061-.397.067l-.001.001l-.028.019L9.054 19.2c-.404.256-.89.899-1.258 2.103c-.355 1.16-.512 2.566-.484 3.905c.02.954.131 1.774.28 2.38"/><path fillRule="evenodd" d="M48 0H0v48h48zM6.784 18.73c-2.357 3.555-1.611 11.435.288 11.404C9.581 37.055 16.213 42 24 42c9.941 0 18-8.059 18-18a17.94 17.94 0 0 0-5.107-12.56c.194-1.889-6.98-6.055-10.196-5.24Q25.377 6.003 24 6C15.893 6 9.037 11.36 6.784 18.73" clipRule="evenodd"/></g><defs><clipPath id="healthiconsBandagedNegative"><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(#healthiconsBandagedNegative)"><path fill-rule="evenodd" d="M40 24c0 8.837-7.163 16-16 16c-7.03 0-13.002-4.535-15.15-10.838l6.91-4.29c.45.699 1.064 1.128 1.74 1.128c1.33 0 2.416-1.66 2.495-3.756l15.35-9.527A15.95 15.95 0 0 1 40 24m-9.5 2c1.38 0 2.5-1.79 2.5-4s-1.12-4-2.5-4s-2.5 1.79-2.5 4s1.12 4 2.5 4m-6.608 3c2.38 0 4.453 1.026 5.541 2.544q.037.053.077.103c.058.078.116.155.164.238c.396.69.643 2.587-.674 2.115c-4.72-1.542-5.187-1.6-10 0c-1.653.52-1.22-1.587-.766-2.283C19.285 30.104 21.424 29 23.892 29" clip-rule="evenodd"/><path d="M9.975 16.293c2.652-4.816 7.713-8.12 13.56-8.286zM7.592 27.589l26.702-16.574c-.474-.407-1.145-.876-1.96-1.333c-1.16-.65-2.434-1.177-3.526-1.429c-.545-.125-.983-.168-1.305-.154c-.275.012-.383.061-.397.067l-.001.001l-.028.019L9.054 19.2c-.404.256-.89.899-1.258 2.103c-.355 1.16-.512 2.566-.484 3.905c.02.954.131 1.774.28 2.38"/><path fill-rule="evenodd" d="M48 0H0v48h48zM6.784 18.73c-2.357 3.555-1.611 11.435.288 11.404C9.581 37.055 16.213 42 24 42c9.941 0 18-8.059 18-18a17.94 17.94 0 0 0-5.107-12.56c.194-1.889-6.98-6.055-10.196-5.24Q25.377 6.003 24 6C15.893 6 9.037 11.36 6.784 18.73" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsBandagedNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-bandaged-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(%23healthiconsBandagedNegative)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M40%2024c0%208.837-7.163%2016-16%2016c-7.03%200-13.002-4.535-15.15-10.838l6.91-4.29c.45.699%201.064%201.128%201.74%201.128c1.33%200%202.416-1.66%202.495-3.756l15.35-9.527A15.95%2015.95%200%200%201%2040%2024m-9.5%202c1.38%200%202.5-1.79%202.5-4s-1.12-4-2.5-4s-2.5%201.79-2.5%204s1.12%204%202.5%204m-6.608%203c2.38%200%204.453%201.026%205.541%202.544q.037.053.077.103c.058.078.116.155.164.238c.396.69.643%202.587-.674%202.115c-4.72-1.542-5.187-1.6-10%200c-1.653.52-1.22-1.587-.766-2.283C19.285%2030.104%2021.424%2029%2023.892%2029%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M9.975%2016.293c2.652-4.816%207.713-8.12%2013.56-8.286zM7.592%2027.589l26.702-16.574c-.474-.407-1.145-.876-1.96-1.333c-1.16-.65-2.434-1.177-3.526-1.429c-.545-.125-.983-.168-1.305-.154c-.275.012-.383.061-.397.067l-.001.001l-.028.019L9.054%2019.2c-.404.256-.89.899-1.258%202.103c-.355%201.16-.512%202.566-.484%203.905c.02.954.131%201.774.28%202.38%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM6.784%2018.73c-2.357%203.555-1.611%2011.435.288%2011.404C9.581%2037.055%2016.213%2042%2024%2042c9.941%200%2018-8.059%2018-18a17.94%2017.94%200%200%200-5.107-12.56c.194-1.889-6.98-6.055-10.196-5.24Q25.377%206.003%2024%206C15.893%206%209.037%2011.36%206.784%2018.73%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsBandagedNegative%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(%23healthiconsBandagedNegative)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M40%2024c0%208.837-7.163%2016-16%2016c-7.03%200-13.002-4.535-15.15-10.838l6.91-4.29c.45.699%201.064%201.128%201.74%201.128c1.33%200%202.416-1.66%202.495-3.756l15.35-9.527A15.95%2015.95%200%200%201%2040%2024m-9.5%202c1.38%200%202.5-1.79%202.5-4s-1.12-4-2.5-4s-2.5%201.79-2.5%204s1.12%204%202.5%204m-6.608%203c2.38%200%204.453%201.026%205.541%202.544q.037.053.077.103c.058.078.116.155.164.238c.396.69.643%202.587-.674%202.115c-4.72-1.542-5.187-1.6-10%200c-1.653.52-1.22-1.587-.766-2.283C19.285%2030.104%2021.424%2029%2023.892%2029%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M9.975%2016.293c2.652-4.816%207.713-8.12%2013.56-8.286zM7.592%2027.589l26.702-16.574c-.474-.407-1.145-.876-1.96-1.333c-1.16-.65-2.434-1.177-3.526-1.429c-.545-.125-.983-.168-1.305-.154c-.275.012-.383.061-.397.067l-.001.001l-.028.019L9.054%2019.2c-.404.256-.89.899-1.258%202.103c-.355%201.16-.512%202.566-.484%203.905c.02.954.131%201.774.28%202.38%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM6.784%2018.73c-2.357%203.555-1.611%2011.435.288%2011.404C9.581%2037.055%2016.213%2042%2024%2042c9.941%200%2018-8.059%2018-18a17.94%2017.94%200%200%200-5.107-12.56c.194-1.889-6.98-6.055-10.196-5.24Q25.377%206.003%2024%206C15.893%206%209.037%2011.36%206.784%2018.73%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsBandagedNegative%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/bandaged-negative.svg?color=%231a73e8&size=48