sling icon
sling from Health Icons by Resolve to Save Lives · Filled · Devices · MIT Free for personal and commercial use.
- Name
- sling
- Set
- Health Icons
- Style
- Filled
- Category
- Devices
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More devices icons from Health Icons
Use the sling 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="M32 14a8 8 0 1 1-16 0a8 8 0 0 1 16 0M16.212 31.011a2 2 0 0 0-2.117 2.601zm8.583 4.236A3.501 3.501 0 0 1 24 41.965V42h-8a9 9 0 1 1 0-18h16a9 9 0 1 1 0 18h-4.257a5.502 5.502 0 0 0-2.175-8.598zM23.035 26h3.462l-5.86 14H16a6.97 6.97 0 0 1-3.677-1.042l9.647-11.852zM34 33a2 2 0 0 1-2 2v-4a2 2 0 0 1 2 2" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsSling(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="M32 14a8 8 0 1 1-16 0a8 8 0 0 1 16 0M16.212 31.011a2 2 0 0 0-2.117 2.601zm8.583 4.236A3.501 3.501 0 0 1 24 41.965V42h-8a9 9 0 1 1 0-18h16a9 9 0 1 1 0 18h-4.257a5.502 5.502 0 0 0-2.175-8.598zM23.035 26h3.462l-5.86 14H16a6.97 6.97 0 0 1-3.677-1.042l9.647-11.852zM34 33a2 2 0 0 1-2 2v-4a2 2 0 0 1 2 2" 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="M32 14a8 8 0 1 1-16 0a8 8 0 0 1 16 0M16.212 31.011a2 2 0 0 0-2.117 2.601zm8.583 4.236A3.501 3.501 0 0 1 24 41.965V42h-8a9 9 0 1 1 0-18h16a9 9 0 1 1 0 18h-4.257a5.502 5.502 0 0 0-2.175-8.598zM23.035 26h3.462l-5.86 14H16a6.97 6.97 0 0 1-3.677-1.042l9.647-11.852zM34 33a2 2 0 0 1-2 2v-4a2 2 0 0 1 2 2" clip-rule="evenodd"/></svg> </template>
CSS
.icon-sling {
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%22M32%2014a8%208%200%201%201-16%200a8%208%200%200%201%2016%200M16.212%2031.011a2%202%200%200%200-2.117%202.601zm8.583%204.236A3.501%203.501%200%200%201%2024%2041.965V42h-8a9%209%200%201%201%200-18h16a9%209%200%201%201%200%2018h-4.257a5.502%205.502%200%200%200-2.175-8.598zM23.035%2026h3.462l-5.86%2014H16a6.97%206.97%200%200%201-3.677-1.042l9.647-11.852zM34%2033a2%202%200%200%201-2%202v-4a2%202%200%200%201%202%202%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%22M32%2014a8%208%200%201%201-16%200a8%208%200%200%201%2016%200M16.212%2031.011a2%202%200%200%200-2.117%202.601zm8.583%204.236A3.501%203.501%200%200%201%2024%2041.965V42h-8a9%209%200%201%201%200-18h16a9%209%200%201%201%200%2018h-4.257a5.502%205.502%200%200%200-2.175-8.598zM23.035%2026h3.462l-5.86%2014H16a6.97%206.97%200%200%201-3.677-1.042l9.647-11.852zM34%2033a2%202%200%200%201-2%202v-4a2%202%200%200%201%202%202%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/sling.svg?color=%231a73e8&size=48