bandaged-outline from Health Icons by Resolve to Save Lives · Outline · Emotions · MIT Free for personal and commercial use.

Name
bandaged-outline
Set
Health Icons
Style
Outline
Category
Emotions
Viewbox
48×48
License
MIT
Aliases
bandaged2x-outline

3 other variants in Health Icons

More emotions icons from Health Icons

Use the bandaged icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M40 24c0 8.837-7.163 16-16 16c-7.03 0-13.002-4.535-15.15-10.838L7.5 30a.86.86 0 0 1-.428.134C9.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-.023.222-.148.413-.393.56l-1.155.717A15.95 15.95 0 0 1 40 24M6.784 18.73c.339-.512.742-.934 1.216-1.23l1.975-1.207c2.652-4.816 7.713-8.12 13.56-8.286L26 6.5a2.2 2.2 0 0 1 .697-.3Q25.377 6.003 24 6C15.893 6 9.037 11.36 6.784 18.73"/><path d="M30.5 22a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1m-2.5.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0m-11.829 2.118a2.5 2.5 0 0 0 3.817-2.369z"/><path d="m26 6.5l-18 11C4 20 5 31.5 7.5 30l29-18C39 10.5 29 4.5 26 6.5M7.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-.29.012-.395.067-.398.068l-.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.38m11.243 5.72l-.003-.01zm-.001-.306a2.2 2.2 0 0 1 .238-.74c.834-1.279 2.626-2.262 4.82-2.262c2.113 0 3.858.913 4.728 2.127c.072.1.11.147.133.178c.024.032.035.045.054.078c.034.06.094.204.137.403q.016.08.028.153c-2.123-.691-3.51-1.11-4.931-1.117c-1.47-.009-2.918.42-5.207 1.18m10.139.338l.003-.01zm-12.008-1.164c.097-.355.245-.72.431-1.005C18.664 29.225 21.151 28 23.892 28c2.646 0 5.048 1.139 6.354 2.962l.017.023c.05.066.192.252.278.403c.164.285.284.637.357.973a3.6 3.6 0 0 1 .076 1.123c-.038.356-.17.9-.64 1.268c-.523.41-1.15.372-1.656.195c-2.394-.782-3.53-1.12-4.648-1.126c-1.115-.006-2.277.317-4.714 1.128l-.008.003l-.008.002c-.56.176-1.221.216-1.771-.187c-.528-.386-.669-.976-.7-1.377a3.7 3.7 0 0 1 .136-1.214"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBandagedOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M40 24c0 8.837-7.163 16-16 16c-7.03 0-13.002-4.535-15.15-10.838L7.5 30a.86.86 0 0 1-.428.134C9.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-.023.222-.148.413-.393.56l-1.155.717A15.95 15.95 0 0 1 40 24M6.784 18.73c.339-.512.742-.934 1.216-1.23l1.975-1.207c2.652-4.816 7.713-8.12 13.56-8.286L26 6.5a2.2 2.2 0 0 1 .697-.3Q25.377 6.003 24 6C15.893 6 9.037 11.36 6.784 18.73"/><path d="M30.5 22a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1m-2.5.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0m-11.829 2.118a2.5 2.5 0 0 0 3.817-2.369z"/><path d="m26 6.5l-18 11C4 20 5 31.5 7.5 30l29-18C39 10.5 29 4.5 26 6.5M7.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-.29.012-.395.067-.398.068l-.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.38m11.243 5.72l-.003-.01zm-.001-.306a2.2 2.2 0 0 1 .238-.74c.834-1.279 2.626-2.262 4.82-2.262c2.113 0 3.858.913 4.728 2.127c.072.1.11.147.133.178c.024.032.035.045.054.078c.034.06.094.204.137.403q.016.08.028.153c-2.123-.691-3.51-1.11-4.931-1.117c-1.47-.009-2.918.42-5.207 1.18m10.139.338l.003-.01zm-12.008-1.164c.097-.355.245-.72.431-1.005C18.664 29.225 21.151 28 23.892 28c2.646 0 5.048 1.139 6.354 2.962l.017.023c.05.066.192.252.278.403c.164.285.284.637.357.973a3.6 3.6 0 0 1 .076 1.123c-.038.356-.17.9-.64 1.268c-.523.41-1.15.372-1.656.195c-2.394-.782-3.53-1.12-4.648-1.126c-1.115-.006-2.277.317-4.714 1.128l-.008.003l-.008.002c-.56.176-1.221.216-1.771-.187c-.528-.386-.669-.976-.7-1.377a3.7 3.7 0 0 1 .136-1.214"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M40 24c0 8.837-7.163 16-16 16c-7.03 0-13.002-4.535-15.15-10.838L7.5 30a.86.86 0 0 1-.428.134C9.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-.023.222-.148.413-.393.56l-1.155.717A15.95 15.95 0 0 1 40 24M6.784 18.73c.339-.512.742-.934 1.216-1.23l1.975-1.207c2.652-4.816 7.713-8.12 13.56-8.286L26 6.5a2.2 2.2 0 0 1 .697-.3Q25.377 6.003 24 6C15.893 6 9.037 11.36 6.784 18.73"/><path d="M30.5 22a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1m-2.5.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0m-11.829 2.118a2.5 2.5 0 0 0 3.817-2.369z"/><path d="m26 6.5l-18 11C4 20 5 31.5 7.5 30l29-18C39 10.5 29 4.5 26 6.5M7.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-.29.012-.395.067-.398.068l-.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.38m11.243 5.72l-.003-.01zm-.001-.306a2.2 2.2 0 0 1 .238-.74c.834-1.279 2.626-2.262 4.82-2.262c2.113 0 3.858.913 4.728 2.127c.072.1.11.147.133.178c.024.032.035.045.054.078c.034.06.094.204.137.403q.016.08.028.153c-2.123-.691-3.51-1.11-4.931-1.117c-1.47-.009-2.918.42-5.207 1.18m10.139.338l.003-.01zm-12.008-1.164c.097-.355.245-.72.431-1.005C18.664 29.225 21.151 28 23.892 28c2.646 0 5.048 1.139 6.354 2.962l.017.023c.05.066.192.252.278.403c.164.285.284.637.357.973a3.6 3.6 0 0 1 .076 1.123c-.038.356-.17.9-.64 1.268c-.523.41-1.15.372-1.656.195c-2.394-.782-3.53-1.12-4.648-1.126c-1.115-.006-2.277.317-4.714 1.128l-.008.003l-.008.002c-.56.176-1.221.216-1.771-.187c-.528-.386-.669-.976-.7-1.377a3.7 3.7 0 0 1 .136-1.214"/></g></svg>
</template>

CSS

.icon-bandaged-outline {
  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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M40%2024c0%208.837-7.163%2016-16%2016c-7.03%200-13.002-4.535-15.15-10.838L7.5%2030a.86.86%200%200%201-.428.134C9.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-.023.222-.148.413-.393.56l-1.155.717A15.95%2015.95%200%200%201%2040%2024M6.784%2018.73c.339-.512.742-.934%201.216-1.23l1.975-1.207c2.652-4.816%207.713-8.12%2013.56-8.286L26%206.5a2.2%202.2%200%200%201%20.697-.3Q25.377%206.003%2024%206C15.893%206%209.037%2011.36%206.784%2018.73%22%2F%3E%3Cpath%20d%3D%22M30.5%2022a.5.5%200%201%200%200%201a.5.5%200%200%200%200-1m-2.5.5a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200m-11.829%202.118a2.5%202.5%200%200%200%203.817-2.369z%22%2F%3E%3Cpath%20d%3D%22m26%206.5l-18%2011C4%2020%205%2031.5%207.5%2030l29-18C39%2010.5%2029%204.5%2026%206.5M7.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-.29.012-.395.067-.398.068l-.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.38m11.243%205.72l-.003-.01zm-.001-.306a2.2%202.2%200%200%201%20.238-.74c.834-1.279%202.626-2.262%204.82-2.262c2.113%200%203.858.913%204.728%202.127c.072.1.11.147.133.178c.024.032.035.045.054.078c.034.06.094.204.137.403q.016.08.028.153c-2.123-.691-3.51-1.11-4.931-1.117c-1.47-.009-2.918.42-5.207%201.18m10.139.338l.003-.01zm-12.008-1.164c.097-.355.245-.72.431-1.005C18.664%2029.225%2021.151%2028%2023.892%2028c2.646%200%205.048%201.139%206.354%202.962l.017.023c.05.066.192.252.278.403c.164.285.284.637.357.973a3.6%203.6%200%200%201%20.076%201.123c-.038.356-.17.9-.64%201.268c-.523.41-1.15.372-1.656.195c-2.394-.782-3.53-1.12-4.648-1.126c-1.115-.006-2.277.317-4.714%201.128l-.008.003l-.008.002c-.56.176-1.221.216-1.771-.187c-.528-.386-.669-.976-.7-1.377a3.7%203.7%200%200%201%20.136-1.214%22%2F%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M40%2024c0%208.837-7.163%2016-16%2016c-7.03%200-13.002-4.535-15.15-10.838L7.5%2030a.86.86%200%200%201-.428.134C9.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-.023.222-.148.413-.393.56l-1.155.717A15.95%2015.95%200%200%201%2040%2024M6.784%2018.73c.339-.512.742-.934%201.216-1.23l1.975-1.207c2.652-4.816%207.713-8.12%2013.56-8.286L26%206.5a2.2%202.2%200%200%201%20.697-.3Q25.377%206.003%2024%206C15.893%206%209.037%2011.36%206.784%2018.73%22%2F%3E%3Cpath%20d%3D%22M30.5%2022a.5.5%200%201%200%200%201a.5.5%200%200%200%200-1m-2.5.5a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200m-11.829%202.118a2.5%202.5%200%200%200%203.817-2.369z%22%2F%3E%3Cpath%20d%3D%22m26%206.5l-18%2011C4%2020%205%2031.5%207.5%2030l29-18C39%2010.5%2029%204.5%2026%206.5M7.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-.29.012-.395.067-.398.068l-.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.38m11.243%205.72l-.003-.01zm-.001-.306a2.2%202.2%200%200%201%20.238-.74c.834-1.279%202.626-2.262%204.82-2.262c2.113%200%203.858.913%204.728%202.127c.072.1.11.147.133.178c.024.032.035.045.054.078c.034.06.094.204.137.403q.016.08.028.153c-2.123-.691-3.51-1.11-4.931-1.117c-1.47-.009-2.918.42-5.207%201.18m10.139.338l.003-.01zm-12.008-1.164c.097-.355.245-.72.431-1.005C18.664%2029.225%2021.151%2028%2023.892%2028c2.646%200%205.048%201.139%206.354%202.962l.017.023c.05.066.192.252.278.403c.164.285.284.637.357.973a3.6%203.6%200%200%201%20.076%201.123c-.038.356-.17.9-.64%201.268c-.523.41-1.15.372-1.656.195c-2.394-.782-3.53-1.12-4.648-1.126c-1.115-.006-2.277.317-4.714%201.128l-.008.003l-.008.002c-.56.176-1.221.216-1.771-.187c-.528-.386-.669-.976-.7-1.377a3.7%203.7%200%200%201%20.136-1.214%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/bandaged-outline.svg?color=%231a73e8&size=48