bandaged icon
bandaged from Health Icons by Resolve to Save Lives · Filled · Emotions · MIT Free for personal and commercial use.
- Name
- bandaged
- Set
- Health Icons
- Style
- Filled
- Category
- Emotions
- Viewbox
- 48×48
- License
- MIT
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"><path fill="currentColor" fill-rule="evenodd" d="M24 40c8.837 0 16-7.163 16-16a15.95 15.95 0 0 0-4.656-11.283l-15.349 9.527C19.916 24.34 18.83 26 17.5 26c-.676 0-1.29-.43-1.74-1.127l-6.91 4.289C10.999 35.466 16.97 40 24 40M7.072 30.134c-1.9.031-2.645-7.85-.288-11.404C9.037 11.36 15.893 6 24 6q1.375.002 2.697.2c3.217-.815 10.39 3.351 10.196 5.24A17.94 17.94 0 0 1 42 24c0 9.941-8.059 18-18 18c-7.787 0-14.42-4.945-16.928-11.866m2.903-13.841c2.652-4.816 7.713-8.12 13.56-8.286zm24.319-5.278L7.592 27.59c-.149-.607-.26-1.427-.28-2.38c-.028-1.34.13-2.746.484-3.906c.368-1.204.854-1.847 1.258-2.103L27.077 8.186l.028-.019h.001c.014-.007.122-.056.397-.068c.322-.014.76.029 1.305.154c1.092.252 2.366.778 3.526 1.429c.815.457 1.486.926 1.96 1.333M33 22c0 2.21-1.12 4-2.5 4S28 24.21 28 22s1.12-4 2.5-4s2.5 1.79 2.5 4m-3.567 9.544C28.345 30.026 26.272 29 23.893 29c-2.469 0-4.608 1.104-5.66 2.717c-.453.696-.886 2.802.767 2.283c4.813-1.6 5.28-1.542 10 0c1.317.472 1.07-1.424.674-2.115c-.048-.083-.106-.16-.164-.238z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsBandaged(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 40c8.837 0 16-7.163 16-16a15.95 15.95 0 0 0-4.656-11.283l-15.349 9.527C19.916 24.34 18.83 26 17.5 26c-.676 0-1.29-.43-1.74-1.127l-6.91 4.289C10.999 35.466 16.97 40 24 40M7.072 30.134c-1.9.031-2.645-7.85-.288-11.404C9.037 11.36 15.893 6 24 6q1.375.002 2.697.2c3.217-.815 10.39 3.351 10.196 5.24A17.94 17.94 0 0 1 42 24c0 9.941-8.059 18-18 18c-7.787 0-14.42-4.945-16.928-11.866m2.903-13.841c2.652-4.816 7.713-8.12 13.56-8.286zm24.319-5.278L7.592 27.59c-.149-.607-.26-1.427-.28-2.38c-.028-1.34.13-2.746.484-3.906c.368-1.204.854-1.847 1.258-2.103L27.077 8.186l.028-.019h.001c.014-.007.122-.056.397-.068c.322-.014.76.029 1.305.154c1.092.252 2.366.778 3.526 1.429c.815.457 1.486.926 1.96 1.333M33 22c0 2.21-1.12 4-2.5 4S28 24.21 28 22s1.12-4 2.5-4s2.5 1.79 2.5 4m-3.567 9.544C28.345 30.026 26.272 29 23.893 29c-2.469 0-4.608 1.104-5.66 2.717c-.453.696-.886 2.802.767 2.283c4.813-1.6 5.28-1.542 10 0c1.317.472 1.07-1.424.674-2.115c-.048-.083-.106-.16-.164-.238z" 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 40c8.837 0 16-7.163 16-16a15.95 15.95 0 0 0-4.656-11.283l-15.349 9.527C19.916 24.34 18.83 26 17.5 26c-.676 0-1.29-.43-1.74-1.127l-6.91 4.289C10.999 35.466 16.97 40 24 40M7.072 30.134c-1.9.031-2.645-7.85-.288-11.404C9.037 11.36 15.893 6 24 6q1.375.002 2.697.2c3.217-.815 10.39 3.351 10.196 5.24A17.94 17.94 0 0 1 42 24c0 9.941-8.059 18-18 18c-7.787 0-14.42-4.945-16.928-11.866m2.903-13.841c2.652-4.816 7.713-8.12 13.56-8.286zm24.319-5.278L7.592 27.59c-.149-.607-.26-1.427-.28-2.38c-.028-1.34.13-2.746.484-3.906c.368-1.204.854-1.847 1.258-2.103L27.077 8.186l.028-.019h.001c.014-.007.122-.056.397-.068c.322-.014.76.029 1.305.154c1.092.252 2.366.778 3.526 1.429c.815.457 1.486.926 1.96 1.333M33 22c0 2.21-1.12 4-2.5 4S28 24.21 28 22s1.12-4 2.5-4s2.5 1.79 2.5 4m-3.567 9.544C28.345 30.026 26.272 29 23.893 29c-2.469 0-4.608 1.104-5.66 2.717c-.453.696-.886 2.802.767 2.283c4.813-1.6 5.28-1.542 10 0c1.317.472 1.07-1.424.674-2.115c-.048-.083-.106-.16-.164-.238z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-bandaged {
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%2040c8.837%200%2016-7.163%2016-16a15.95%2015.95%200%200%200-4.656-11.283l-15.349%209.527C19.916%2024.34%2018.83%2026%2017.5%2026c-.676%200-1.29-.43-1.74-1.127l-6.91%204.289C10.999%2035.466%2016.97%2040%2024%2040M7.072%2030.134c-1.9.031-2.645-7.85-.288-11.404C9.037%2011.36%2015.893%206%2024%206q1.375.002%202.697.2c3.217-.815%2010.39%203.351%2010.196%205.24A17.94%2017.94%200%200%201%2042%2024c0%209.941-8.059%2018-18%2018c-7.787%200-14.42-4.945-16.928-11.866m2.903-13.841c2.652-4.816%207.713-8.12%2013.56-8.286zm24.319-5.278L7.592%2027.59c-.149-.607-.26-1.427-.28-2.38c-.028-1.34.13-2.746.484-3.906c.368-1.204.854-1.847%201.258-2.103L27.077%208.186l.028-.019h.001c.014-.007.122-.056.397-.068c.322-.014.76.029%201.305.154c1.092.252%202.366.778%203.526%201.429c.815.457%201.486.926%201.96%201.333M33%2022c0%202.21-1.12%204-2.5%204S28%2024.21%2028%2022s1.12-4%202.5-4s2.5%201.79%202.5%204m-3.567%209.544C28.345%2030.026%2026.272%2029%2023.893%2029c-2.469%200-4.608%201.104-5.66%202.717c-.453.696-.886%202.802.767%202.283c4.813-1.6%205.28-1.542%2010%200c1.317.472%201.07-1.424.674-2.115c-.048-.083-.106-.16-.164-.238z%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%2040c8.837%200%2016-7.163%2016-16a15.95%2015.95%200%200%200-4.656-11.283l-15.349%209.527C19.916%2024.34%2018.83%2026%2017.5%2026c-.676%200-1.29-.43-1.74-1.127l-6.91%204.289C10.999%2035.466%2016.97%2040%2024%2040M7.072%2030.134c-1.9.031-2.645-7.85-.288-11.404C9.037%2011.36%2015.893%206%2024%206q1.375.002%202.697.2c3.217-.815%2010.39%203.351%2010.196%205.24A17.94%2017.94%200%200%201%2042%2024c0%209.941-8.059%2018-18%2018c-7.787%200-14.42-4.945-16.928-11.866m2.903-13.841c2.652-4.816%207.713-8.12%2013.56-8.286zm24.319-5.278L7.592%2027.59c-.149-.607-.26-1.427-.28-2.38c-.028-1.34.13-2.746.484-3.906c.368-1.204.854-1.847%201.258-2.103L27.077%208.186l.028-.019h.001c.014-.007.122-.056.397-.068c.322-.014.76.029%201.305.154c1.092.252%202.366.778%203.526%201.429c.815.457%201.486.926%201.96%201.333M33%2022c0%202.21-1.12%204-2.5%204S28%2024.21%2028%2022s1.12-4%202.5-4s2.5%201.79%202.5%204m-3.567%209.544C28.345%2030.026%2026.272%2029%2023.893%2029c-2.469%200-4.608%201.104-5.66%202.717c-.453.696-.886%202.802.767%202.283c4.813-1.6%205.28-1.542%2010%200c1.317.472%201.07-1.424.674-2.115c-.048-.083-.106-.16-.164-.238z%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/bandaged.svg?color=%231a73e8&size=48