adhesive bandage emoji
adhesive-bandage from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.
- Name
- adhesive-bandage
- Set
- OpenMoji
- Style
- Default
- Category
- Objects
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More objects icons from OpenMoji
Use the adhesive bandage emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#e67a94" d="m21.504 37.56l15.557-15.556L50.496 35.44L34.939 50.996z"/><path fill="#ffa7c0" d="m13.928 45.137l7.677-7.677L35.04 50.895l-7.677 7.677z"/><rect width="19" height="19" x="12.105" y="41.395" fill="#ffa7c0" rx="8.821" ry="8.821" transform="rotate(-45 21.605 50.895)"/><path fill="#ffa7c0" d="m58.072 27.863l-7.677 7.677L36.96 22.105l7.677-7.677z"/><rect width="19" height="19" x="40.895" y="12.605" fill="#ffa7c0" rx="9.5" ry="9.5" transform="rotate(135 50.395 22.105)"/><circle cx="19.974" cy="44.465" r=".679" fill="#e67a94"/><circle cx="22.661" cy="47.152" r=".679" fill="#e67a94"/><circle cx="25.348" cy="49.839" r=".679" fill="#e67a94"/><circle cx="28.035" cy="52.526" r=".679" fill="#e67a94"/><circle cx="17.095" cy="47.344" r=".679" fill="#e67a94"/><circle cx="19.782" cy="50.031" r=".679" fill="#e67a94"/><circle cx="22.469" cy="52.718" r=".679" fill="#e67a94"/><circle cx="25.156" cy="55.405" r=".679" fill="#e67a94"/><circle cx="46.844" cy="17.595" r=".679" fill="#e67a94"/><circle cx="49.531" cy="20.282" r=".679" fill="#e67a94"/><circle cx="52.218" cy="22.969" r=".679" fill="#e67a94"/><circle cx="54.905" cy="25.656" r=".679" fill="#e67a94"/><circle cx="43.965" cy="20.474" r=".679" fill="#e67a94"/><circle cx="46.652" cy="23.161" r=".679" fill="#e67a94"/><circle cx="49.339" cy="25.848" r=".679" fill="#e67a94"/><circle cx="52.026" cy="28.535" r=".679" fill="#e67a94"/><path stroke="#000" stroke-miterlimit="10" stroke-width="2" d="M43.677 15.388L14.888 44.177"/><path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2" d="M21.605 37.46L35.04 50.895m22.072-22.072a9.5 9.5 0 0 0-13.435-13.435M28.323 57.612a9.5 9.5 0 0 1-13.435-13.435M36.96 22.105L50.395 35.54M28.323 57.612l28.789-28.789"/><circle cx="19.974" cy="44.465" r=".679"/><circle cx="22.661" cy="47.152" r=".679"/><circle cx="25.348" cy="49.839" r=".679"/><circle cx="28.035" cy="52.526" r=".679"/><circle cx="17.095" cy="47.344" r=".679"/><circle cx="19.782" cy="50.031" r=".679"/><circle cx="22.469" cy="52.718" r=".679"/><circle cx="25.156" cy="55.405" r=".679"/><circle cx="46.844" cy="17.595" r=".679"/><circle cx="49.531" cy="20.282" r=".679"/><circle cx="52.218" cy="22.969" r=".679"/><circle cx="54.905" cy="25.656" r=".679"/><circle cx="43.965" cy="20.474" r=".679"/><circle cx="46.652" cy="23.161" r=".679"/><circle cx="49.339" cy="25.848" r=".679"/><circle cx="52.026" cy="28.535" r=".679"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiAdhesiveBandage(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#e67a94" d="m21.504 37.56l15.557-15.556L50.496 35.44L34.939 50.996z"/><path fill="#ffa7c0" d="m13.928 45.137l7.677-7.677L35.04 50.895l-7.677 7.677z"/><rect width="19" height="19" x="12.105" y="41.395" fill="#ffa7c0" rx="8.821" ry="8.821" transform="rotate(-45 21.605 50.895)"/><path fill="#ffa7c0" d="m58.072 27.863l-7.677 7.677L36.96 22.105l7.677-7.677z"/><rect width="19" height="19" x="40.895" y="12.605" fill="#ffa7c0" rx="9.5" ry="9.5" transform="rotate(135 50.395 22.105)"/><circle cx="19.974" cy="44.465" r=".679" fill="#e67a94"/><circle cx="22.661" cy="47.152" r=".679" fill="#e67a94"/><circle cx="25.348" cy="49.839" r=".679" fill="#e67a94"/><circle cx="28.035" cy="52.526" r=".679" fill="#e67a94"/><circle cx="17.095" cy="47.344" r=".679" fill="#e67a94"/><circle cx="19.782" cy="50.031" r=".679" fill="#e67a94"/><circle cx="22.469" cy="52.718" r=".679" fill="#e67a94"/><circle cx="25.156" cy="55.405" r=".679" fill="#e67a94"/><circle cx="46.844" cy="17.595" r=".679" fill="#e67a94"/><circle cx="49.531" cy="20.282" r=".679" fill="#e67a94"/><circle cx="52.218" cy="22.969" r=".679" fill="#e67a94"/><circle cx="54.905" cy="25.656" r=".679" fill="#e67a94"/><circle cx="43.965" cy="20.474" r=".679" fill="#e67a94"/><circle cx="46.652" cy="23.161" r=".679" fill="#e67a94"/><circle cx="49.339" cy="25.848" r=".679" fill="#e67a94"/><circle cx="52.026" cy="28.535" r=".679" fill="#e67a94"/><path stroke="#000" strokeMiterlimit="10" strokeWidth="2" d="M43.677 15.388L14.888 44.177"/><path fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2" d="M21.605 37.46L35.04 50.895m22.072-22.072a9.5 9.5 0 0 0-13.435-13.435M28.323 57.612a9.5 9.5 0 0 1-13.435-13.435M36.96 22.105L50.395 35.54M28.323 57.612l28.789-28.789"/><circle cx="19.974" cy="44.465" r=".679"/><circle cx="22.661" cy="47.152" r=".679"/><circle cx="25.348" cy="49.839" r=".679"/><circle cx="28.035" cy="52.526" r=".679"/><circle cx="17.095" cy="47.344" r=".679"/><circle cx="19.782" cy="50.031" r=".679"/><circle cx="22.469" cy="52.718" r=".679"/><circle cx="25.156" cy="55.405" r=".679"/><circle cx="46.844" cy="17.595" r=".679"/><circle cx="49.531" cy="20.282" r=".679"/><circle cx="52.218" cy="22.969" r=".679"/><circle cx="54.905" cy="25.656" r=".679"/><circle cx="43.965" cy="20.474" r=".679"/><circle cx="46.652" cy="23.161" r=".679"/><circle cx="49.339" cy="25.848" r=".679"/><circle cx="52.026" cy="28.535" r=".679"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#e67a94" d="m21.504 37.56l15.557-15.556L50.496 35.44L34.939 50.996z"/><path fill="#ffa7c0" d="m13.928 45.137l7.677-7.677L35.04 50.895l-7.677 7.677z"/><rect width="19" height="19" x="12.105" y="41.395" fill="#ffa7c0" rx="8.821" ry="8.821" transform="rotate(-45 21.605 50.895)"/><path fill="#ffa7c0" d="m58.072 27.863l-7.677 7.677L36.96 22.105l7.677-7.677z"/><rect width="19" height="19" x="40.895" y="12.605" fill="#ffa7c0" rx="9.5" ry="9.5" transform="rotate(135 50.395 22.105)"/><circle cx="19.974" cy="44.465" r=".679" fill="#e67a94"/><circle cx="22.661" cy="47.152" r=".679" fill="#e67a94"/><circle cx="25.348" cy="49.839" r=".679" fill="#e67a94"/><circle cx="28.035" cy="52.526" r=".679" fill="#e67a94"/><circle cx="17.095" cy="47.344" r=".679" fill="#e67a94"/><circle cx="19.782" cy="50.031" r=".679" fill="#e67a94"/><circle cx="22.469" cy="52.718" r=".679" fill="#e67a94"/><circle cx="25.156" cy="55.405" r=".679" fill="#e67a94"/><circle cx="46.844" cy="17.595" r=".679" fill="#e67a94"/><circle cx="49.531" cy="20.282" r=".679" fill="#e67a94"/><circle cx="52.218" cy="22.969" r=".679" fill="#e67a94"/><circle cx="54.905" cy="25.656" r=".679" fill="#e67a94"/><circle cx="43.965" cy="20.474" r=".679" fill="#e67a94"/><circle cx="46.652" cy="23.161" r=".679" fill="#e67a94"/><circle cx="49.339" cy="25.848" r=".679" fill="#e67a94"/><circle cx="52.026" cy="28.535" r=".679" fill="#e67a94"/><path stroke="#000" stroke-miterlimit="10" stroke-width="2" d="M43.677 15.388L14.888 44.177"/><path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2" d="M21.605 37.46L35.04 50.895m22.072-22.072a9.5 9.5 0 0 0-13.435-13.435M28.323 57.612a9.5 9.5 0 0 1-13.435-13.435M36.96 22.105L50.395 35.54M28.323 57.612l28.789-28.789"/><circle cx="19.974" cy="44.465" r=".679"/><circle cx="22.661" cy="47.152" r=".679"/><circle cx="25.348" cy="49.839" r=".679"/><circle cx="28.035" cy="52.526" r=".679"/><circle cx="17.095" cy="47.344" r=".679"/><circle cx="19.782" cy="50.031" r=".679"/><circle cx="22.469" cy="52.718" r=".679"/><circle cx="25.156" cy="55.405" r=".679"/><circle cx="46.844" cy="17.595" r=".679"/><circle cx="49.531" cy="20.282" r=".679"/><circle cx="52.218" cy="22.969" r=".679"/><circle cx="54.905" cy="25.656" r=".679"/><circle cx="43.965" cy="20.474" r=".679"/><circle cx="46.652" cy="23.161" r=".679"/><circle cx="49.339" cy="25.848" r=".679"/><circle cx="52.026" cy="28.535" r=".679"/></svg> </template>
CSS
.icon-adhesive-bandage {
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%2072%2072%22%3E%3Cpath%20fill%3D%22%23e67a94%22%20d%3D%22m21.504%2037.56l15.557-15.556L50.496%2035.44L34.939%2050.996z%22%2F%3E%3Cpath%20fill%3D%22%23ffa7c0%22%20d%3D%22m13.928%2045.137l7.677-7.677L35.04%2050.895l-7.677%207.677z%22%2F%3E%3Crect%20width%3D%2219%22%20height%3D%2219%22%20x%3D%2212.105%22%20y%3D%2241.395%22%20fill%3D%22%23ffa7c0%22%20rx%3D%228.821%22%20ry%3D%228.821%22%20transform%3D%22rotate(-45%2021.605%2050.895)%22%2F%3E%3Cpath%20fill%3D%22%23ffa7c0%22%20d%3D%22m58.072%2027.863l-7.677%207.677L36.96%2022.105l7.677-7.677z%22%2F%3E%3Crect%20width%3D%2219%22%20height%3D%2219%22%20x%3D%2240.895%22%20y%3D%2212.605%22%20fill%3D%22%23ffa7c0%22%20rx%3D%229.5%22%20ry%3D%229.5%22%20transform%3D%22rotate(135%2050.395%2022.105)%22%2F%3E%3Ccircle%20cx%3D%2219.974%22%20cy%3D%2244.465%22%20r%3D%22.679%22%20fill%3D%22%23e67a94%22%2F%3E%3Ccircle%20cx%3D%2222.661%22%20cy%3D%2247.152%22%20r%3D%22.679%22%20fill%3D%22%23e67a94%22%2F%3E%3Ccircle%20cx%3D%2225.348%22%20cy%3D%2249.839%22%20r%3D%22.679%22%20fill%3D%22%23e67a94%22%2F%3E%3Ccircle%20cx%3D%2228.035%22%20cy%3D%2252.526%22%20r%3D%22.679%22%20fill%3D%22%23e67a94%22%2F%3E%3Ccircle%20cx%3D%2217.095%22%20cy%3D%2247.344%22%20r%3D%22.679%22%20fill%3D%22%23e67a94%22%2F%3E%3Ccircle%20cx%3D%2219.782%22%20cy%3D%2250.031%22%20r%3D%22.679%22%20fill%3D%22%23e67a94%22%2F%3E%3Ccircle%20cx%3D%2222.469%22%20cy%3D%2252.718%22%20r%3D%22.679%22%20fill%3D%22%23e67a94%22%2F%3E%3Ccircle%20cx%3D%2225.156%22%20cy%3D%2255.405%22%20r%3D%22.679%22%20fill%3D%22%23e67a94%22%2F%3E%3Ccircle%20cx%3D%2246.844%22%20cy%3D%2217.595%22%20r%3D%22.679%22%20fill%3D%22%23e67a94%22%2F%3E%3Ccircle%20cx%3D%2249.531%22%20cy%3D%2220.282%22%20r%3D%22.679%22%20fill%3D%22%23e67a94%22%2F%3E%3Ccircle%20cx%3D%2252.218%22%20cy%3D%2222.969%22%20r%3D%22.679%22%20fill%3D%22%23e67a94%22%2F%3E%3Ccircle%20cx%3D%2254.905%22%20cy%3D%2225.656%22%20r%3D%22.679%22%20fill%3D%22%23e67a94%22%2F%3E%3Ccircle%20cx%3D%2243.965%22%20cy%3D%2220.474%22%20r%3D%22.679%22%20fill%3D%22%23e67a94%22%2F%3E%3Ccircle%20cx%3D%2246.652%22%20cy%3D%2223.161%22%20r%3D%22.679%22%20fill%3D%22%23e67a94%22%2F%3E%3Ccircle%20cx%3D%2249.339%22%20cy%3D%2225.848%22%20r%3D%22.679%22%20fill%3D%22%23e67a94%22%2F%3E%3Ccircle%20cx%3D%2252.026%22%20cy%3D%2228.535%22%20r%3D%22.679%22%20fill%3D%22%23e67a94%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M43.677%2015.388L14.888%2044.177%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M21.605%2037.46L35.04%2050.895m22.072-22.072a9.5%209.5%200%200%200-13.435-13.435M28.323%2057.612a9.5%209.5%200%200%201-13.435-13.435M36.96%2022.105L50.395%2035.54M28.323%2057.612l28.789-28.789%22%2F%3E%3Ccircle%20cx%3D%2219.974%22%20cy%3D%2244.465%22%20r%3D%22.679%22%2F%3E%3Ccircle%20cx%3D%2222.661%22%20cy%3D%2247.152%22%20r%3D%22.679%22%2F%3E%3Ccircle%20cx%3D%2225.348%22%20cy%3D%2249.839%22%20r%3D%22.679%22%2F%3E%3Ccircle%20cx%3D%2228.035%22%20cy%3D%2252.526%22%20r%3D%22.679%22%2F%3E%3Ccircle%20cx%3D%2217.095%22%20cy%3D%2247.344%22%20r%3D%22.679%22%2F%3E%3Ccircle%20cx%3D%2219.782%22%20cy%3D%2250.031%22%20r%3D%22.679%22%2F%3E%3Ccircle%20cx%3D%2222.469%22%20cy%3D%2252.718%22%20r%3D%22.679%22%2F%3E%3Ccircle%20cx%3D%2225.156%22%20cy%3D%2255.405%22%20r%3D%22.679%22%2F%3E%3Ccircle%20cx%3D%2246.844%22%20cy%3D%2217.595%22%20r%3D%22.679%22%2F%3E%3Ccircle%20cx%3D%2249.531%22%20cy%3D%2220.282%22%20r%3D%22.679%22%2F%3E%3Ccircle%20cx%3D%2252.218%22%20cy%3D%2222.969%22%20r%3D%22.679%22%2F%3E%3Ccircle%20cx%3D%2254.905%22%20cy%3D%2225.656%22%20r%3D%22.679%22%2F%3E%3Ccircle%20cx%3D%2243.965%22%20cy%3D%2220.474%22%20r%3D%22.679%22%2F%3E%3Ccircle%20cx%3D%2246.652%22%20cy%3D%2223.161%22%20r%3D%22.679%22%2F%3E%3Ccircle%20cx%3D%2249.339%22%20cy%3D%2225.848%22%20r%3D%22.679%22%2F%3E%3Ccircle%20cx%3D%2252.026%22%20cy%3D%2228.535%22%20r%3D%22.679%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23e67a94%22%20d%3D%22m21.504%2037.56l15.557-15.556L50.496%2035.44L34.939%2050.996z%22%2F%3E%3Cpath%20fill%3D%22%23ffa7c0%22%20d%3D%22m13.928%2045.137l7.677-7.677L35.04%2050.895l-7.677%207.677z%22%2F%3E%3Crect%20width%3D%2219%22%20height%3D%2219%22%20x%3D%2212.105%22%20y%3D%2241.395%22%20fill%3D%22%23ffa7c0%22%20rx%3D%228.821%22%20ry%3D%228.821%22%20transform%3D%22rotate(-45%2021.605%2050.895)%22%2F%3E%3Cpath%20fill%3D%22%23ffa7c0%22%20d%3D%22m58.072%2027.863l-7.677%207.677L36.96%2022.105l7.677-7.677z%22%2F%3E%3Crect%20width%3D%2219%22%20height%3D%2219%22%20x%3D%2240.895%22%20y%3D%2212.605%22%20fill%3D%22%23ffa7c0%22%20rx%3D%229.5%22%20ry%3D%229.5%22%20transform%3D%22rotate(135%2050.395%2022.105)%22%2F%3E%3Ccircle%20cx%3D%2219.974%22%20cy%3D%2244.465%22%20r%3D%22.679%22%20fill%3D%22%23e67a94%22%2F%3E%3Ccircle%20cx%3D%2222.661%22%20cy%3D%2247.152%22%20r%3D%22.679%22%20fill%3D%22%23e67a94%22%2F%3E%3Ccircle%20cx%3D%2225.348%22%20cy%3D%2249.839%22%20r%3D%22.679%22%20fill%3D%22%23e67a94%22%2F%3E%3Ccircle%20cx%3D%2228.035%22%20cy%3D%2252.526%22%20r%3D%22.679%22%20fill%3D%22%23e67a94%22%2F%3E%3Ccircle%20cx%3D%2217.095%22%20cy%3D%2247.344%22%20r%3D%22.679%22%20fill%3D%22%23e67a94%22%2F%3E%3Ccircle%20cx%3D%2219.782%22%20cy%3D%2250.031%22%20r%3D%22.679%22%20fill%3D%22%23e67a94%22%2F%3E%3Ccircle%20cx%3D%2222.469%22%20cy%3D%2252.718%22%20r%3D%22.679%22%20fill%3D%22%23e67a94%22%2F%3E%3Ccircle%20cx%3D%2225.156%22%20cy%3D%2255.405%22%20r%3D%22.679%22%20fill%3D%22%23e67a94%22%2F%3E%3Ccircle%20cx%3D%2246.844%22%20cy%3D%2217.595%22%20r%3D%22.679%22%20fill%3D%22%23e67a94%22%2F%3E%3Ccircle%20cx%3D%2249.531%22%20cy%3D%2220.282%22%20r%3D%22.679%22%20fill%3D%22%23e67a94%22%2F%3E%3Ccircle%20cx%3D%2252.218%22%20cy%3D%2222.969%22%20r%3D%22.679%22%20fill%3D%22%23e67a94%22%2F%3E%3Ccircle%20cx%3D%2254.905%22%20cy%3D%2225.656%22%20r%3D%22.679%22%20fill%3D%22%23e67a94%22%2F%3E%3Ccircle%20cx%3D%2243.965%22%20cy%3D%2220.474%22%20r%3D%22.679%22%20fill%3D%22%23e67a94%22%2F%3E%3Ccircle%20cx%3D%2246.652%22%20cy%3D%2223.161%22%20r%3D%22.679%22%20fill%3D%22%23e67a94%22%2F%3E%3Ccircle%20cx%3D%2249.339%22%20cy%3D%2225.848%22%20r%3D%22.679%22%20fill%3D%22%23e67a94%22%2F%3E%3Ccircle%20cx%3D%2252.026%22%20cy%3D%2228.535%22%20r%3D%22.679%22%20fill%3D%22%23e67a94%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M43.677%2015.388L14.888%2044.177%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M21.605%2037.46L35.04%2050.895m22.072-22.072a9.5%209.5%200%200%200-13.435-13.435M28.323%2057.612a9.5%209.5%200%200%201-13.435-13.435M36.96%2022.105L50.395%2035.54M28.323%2057.612l28.789-28.789%22%2F%3E%3Ccircle%20cx%3D%2219.974%22%20cy%3D%2244.465%22%20r%3D%22.679%22%2F%3E%3Ccircle%20cx%3D%2222.661%22%20cy%3D%2247.152%22%20r%3D%22.679%22%2F%3E%3Ccircle%20cx%3D%2225.348%22%20cy%3D%2249.839%22%20r%3D%22.679%22%2F%3E%3Ccircle%20cx%3D%2228.035%22%20cy%3D%2252.526%22%20r%3D%22.679%22%2F%3E%3Ccircle%20cx%3D%2217.095%22%20cy%3D%2247.344%22%20r%3D%22.679%22%2F%3E%3Ccircle%20cx%3D%2219.782%22%20cy%3D%2250.031%22%20r%3D%22.679%22%2F%3E%3Ccircle%20cx%3D%2222.469%22%20cy%3D%2252.718%22%20r%3D%22.679%22%2F%3E%3Ccircle%20cx%3D%2225.156%22%20cy%3D%2255.405%22%20r%3D%22.679%22%2F%3E%3Ccircle%20cx%3D%2246.844%22%20cy%3D%2217.595%22%20r%3D%22.679%22%2F%3E%3Ccircle%20cx%3D%2249.531%22%20cy%3D%2220.282%22%20r%3D%22.679%22%2F%3E%3Ccircle%20cx%3D%2252.218%22%20cy%3D%2222.969%22%20r%3D%22.679%22%2F%3E%3Ccircle%20cx%3D%2254.905%22%20cy%3D%2225.656%22%20r%3D%22.679%22%2F%3E%3Ccircle%20cx%3D%2243.965%22%20cy%3D%2220.474%22%20r%3D%22.679%22%2F%3E%3Ccircle%20cx%3D%2246.652%22%20cy%3D%2223.161%22%20r%3D%22.679%22%2F%3E%3Ccircle%20cx%3D%2249.339%22%20cy%3D%2225.848%22%20r%3D%22.679%22%2F%3E%3Ccircle%20cx%3D%2252.026%22%20cy%3D%2228.535%22%20r%3D%22.679%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/adhesive-bandage.svg?color=%231a73e8&size=48