band aid icon
band-aid from Unicons by Iconscout · Line · Medical · Apache-2.0 Free for personal and commercial use.
- Name
- band-aid
- Set
- Unicons
- Style
- Line
- Category
- Medical
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- medical
The same icon in other sets
More medical icons from Unicons
ambulanceassistive-listening-systemsbook-medicalcapsuleclinic-medicalcoronavirusearfile-medical-althead-sidehead-side-coughhead-side-maskheart-medicalheart-rateheartbeathospitalhospital-square-signhospital-symbolhouse-usermedical-dripmedical-squaremedical-square-fullmedkitmicroscopemonitor-heart-rate
Use the band aid icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.82 11.29a1 1 0 0 0 0 1.42a1 1 0 0 0 1.41 0a1 1 0 0 0 0-1.42a1 1 0 0 0-1.41 0m2.47 2.48a1 1 0 0 0 0 1.41a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.41a1 1 0 0 0-1.42 0m9-10A6 6 0 0 0 12 3.55a6 6 0 0 0-8.24.2A6 6 0 0 0 3.57 12A6 6 0 0 0 8 22a5.92 5.92 0 0 0 4-1.55a6 6 0 0 0 8.25-.2a6 6 0 0 0 .18-8.25a6 6 0 0 0-.18-8.25Zm-1.46 1.4a4 4 0 0 1 .17 5.39L13.44 5a4.07 4.07 0 0 1 5.39.17M5.17 18.83A4 4 0 0 1 5 13.44l5.6 5.6a4.08 4.08 0 0 1-5.43-.21m13.66 0a4.08 4.08 0 0 1-5.64 0l-8-8a4 4 0 0 1 0-5.64a4 4 0 0 1 5.64 0l8 8a4 4 0 0 1 0 5.64m-5.06-7.54a1 1 0 0 0 0 1.42a1 1 0 0 0 1.41 0a1 1 0 0 0 0-1.42a1 1 0 0 0-1.41 0m-2.48-2.47a1 1 0 0 0 0 1.41a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.41a1 1 0 0 0-1.42 0"/></svg>
React
import type { SVGProps } from "react";
export function UilBandAid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.82 11.29a1 1 0 0 0 0 1.42a1 1 0 0 0 1.41 0a1 1 0 0 0 0-1.42a1 1 0 0 0-1.41 0m2.47 2.48a1 1 0 0 0 0 1.41a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.41a1 1 0 0 0-1.42 0m9-10A6 6 0 0 0 12 3.55a6 6 0 0 0-8.24.2A6 6 0 0 0 3.57 12A6 6 0 0 0 8 22a5.92 5.92 0 0 0 4-1.55a6 6 0 0 0 8.25-.2a6 6 0 0 0 .18-8.25a6 6 0 0 0-.18-8.25Zm-1.46 1.4a4 4 0 0 1 .17 5.39L13.44 5a4.07 4.07 0 0 1 5.39.17M5.17 18.83A4 4 0 0 1 5 13.44l5.6 5.6a4.08 4.08 0 0 1-5.43-.21m13.66 0a4.08 4.08 0 0 1-5.64 0l-8-8a4 4 0 0 1 0-5.64a4 4 0 0 1 5.64 0l8 8a4 4 0 0 1 0 5.64m-5.06-7.54a1 1 0 0 0 0 1.42a1 1 0 0 0 1.41 0a1 1 0 0 0 0-1.42a1 1 0 0 0-1.41 0m-2.48-2.47a1 1 0 0 0 0 1.41a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.41a1 1 0 0 0-1.42 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.82 11.29a1 1 0 0 0 0 1.42a1 1 0 0 0 1.41 0a1 1 0 0 0 0-1.42a1 1 0 0 0-1.41 0m2.47 2.48a1 1 0 0 0 0 1.41a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.41a1 1 0 0 0-1.42 0m9-10A6 6 0 0 0 12 3.55a6 6 0 0 0-8.24.2A6 6 0 0 0 3.57 12A6 6 0 0 0 8 22a5.92 5.92 0 0 0 4-1.55a6 6 0 0 0 8.25-.2a6 6 0 0 0 .18-8.25a6 6 0 0 0-.18-8.25Zm-1.46 1.4a4 4 0 0 1 .17 5.39L13.44 5a4.07 4.07 0 0 1 5.39.17M5.17 18.83A4 4 0 0 1 5 13.44l5.6 5.6a4.08 4.08 0 0 1-5.43-.21m13.66 0a4.08 4.08 0 0 1-5.64 0l-8-8a4 4 0 0 1 0-5.64a4 4 0 0 1 5.64 0l8 8a4 4 0 0 1 0 5.64m-5.06-7.54a1 1 0 0 0 0 1.42a1 1 0 0 0 1.41 0a1 1 0 0 0 0-1.42a1 1 0 0 0-1.41 0m-2.48-2.47a1 1 0 0 0 0 1.41a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.41a1 1 0 0 0-1.42 0"/></svg> </template>
CSS
.icon-band-aid {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.82%2011.29a1%201%200%200%200%200%201.42a1%201%200%200%200%201.41%200a1%201%200%200%200%200-1.42a1%201%200%200%200-1.41%200m2.47%202.48a1%201%200%200%200%200%201.41a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.41a1%201%200%200%200-1.42%200m9-10A6%206%200%200%200%2012%203.55a6%206%200%200%200-8.24.2A6%206%200%200%200%203.57%2012A6%206%200%200%200%208%2022a5.92%205.92%200%200%200%204-1.55a6%206%200%200%200%208.25-.2a6%206%200%200%200%20.18-8.25a6%206%200%200%200-.18-8.25Zm-1.46%201.4a4%204%200%200%201%20.17%205.39L13.44%205a4.07%204.07%200%200%201%205.39.17M5.17%2018.83A4%204%200%200%201%205%2013.44l5.6%205.6a4.08%204.08%200%200%201-5.43-.21m13.66%200a4.08%204.08%200%200%201-5.64%200l-8-8a4%204%200%200%201%200-5.64a4%204%200%200%201%205.64%200l8%208a4%204%200%200%201%200%205.64m-5.06-7.54a1%201%200%200%200%200%201.42a1%201%200%200%200%201.41%200a1%201%200%200%200%200-1.42a1%201%200%200%200-1.41%200m-2.48-2.47a1%201%200%200%200%200%201.41a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.41a1%201%200%200%200-1.42%200%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.82%2011.29a1%201%200%200%200%200%201.42a1%201%200%200%200%201.41%200a1%201%200%200%200%200-1.42a1%201%200%200%200-1.41%200m2.47%202.48a1%201%200%200%200%200%201.41a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.41a1%201%200%200%200-1.42%200m9-10A6%206%200%200%200%2012%203.55a6%206%200%200%200-8.24.2A6%206%200%200%200%203.57%2012A6%206%200%200%200%208%2022a5.92%205.92%200%200%200%204-1.55a6%206%200%200%200%208.25-.2a6%206%200%200%200%20.18-8.25a6%206%200%200%200-.18-8.25Zm-1.46%201.4a4%204%200%200%201%20.17%205.39L13.44%205a4.07%204.07%200%200%201%205.39.17M5.17%2018.83A4%204%200%200%201%205%2013.44l5.6%205.6a4.08%204.08%200%200%201-5.43-.21m13.66%200a4.08%204.08%200%200%201-5.64%200l-8-8a4%204%200%200%201%200-5.64a4%204%200%200%201%205.64%200l8%208a4%204%200%200%201%200%205.64m-5.06-7.54a1%201%200%200%200%200%201.42a1%201%200%200%200%201.41%200a1%201%200%200%200%200-1.42a1%201%200%200%200-1.41%200m-2.48-2.47a1%201%200%200%200%200%201.41a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.41a1%201%200%200%200-1.42%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/band-aid.svg?color=%231a73e8&size=48