8 icon
8-outline from Health Icons by Resolve to Save Lives · Outline · Typography · MIT Free for personal and commercial use.
- Name
- 8-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Typography
- Viewbox
- 48×48
- License
- MIT
- Aliases
- 82x-outline
1 other variant in Health Icons
The same icon in other sets
More typography icons from Health Icons
Use the 8 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="M35 18c0-4.986-4.06-9-9.032-9h-3.936C17.06 9 13 13.014 13 18a8.95 8.95 0 0 0 2.3 6a8.95 8.95 0 0 0-2.3 6c0 4.986 4.06 9 9.032 9h3.936C30.94 39 35 34.986 35 30a8.95 8.95 0 0 0-2.3-6a8.95 8.95 0 0 0 2.3-6m-9.032-7C29.847 11 33 14.13 33 18c0 2.092-.92 3.966-2.38 5.249a1 1 0 0 0 0 1.502A6.96 6.96 0 0 1 33 30c0 3.87-3.153 7-7.032 7h-3.936C18.153 37 15 33.87 15 30c0-2.092.92-3.966 2.38-5.249a1 1 0 0 0 0-1.502A6.96 6.96 0 0 1 15 18c0-3.87 3.153-7 7.032-7zm0 4C27.657 15 29 16.358 29 18s-1.343 3-3.032 3h-3.936C20.343 21 19 19.642 19 18s1.343-3 3.032-3zM31 18c0-2.756-2.247-5-5.032-5h-3.936C19.247 13 17 15.244 17 18s2.247 5 5.032 5h3.936C28.753 23 31 20.756 31 18m-5.032 9C27.657 27 29 28.358 29 30s-1.343 3-3.032 3h-3.936C20.343 33 19 31.642 19 30s1.343-3 3.032-3zM31 30c0-2.756-2.247-5-5.032-5h-3.936C19.247 25 17 27.244 17 30s2.247 5 5.032 5h3.936C28.753 35 31 32.756 31 30" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function Healthicons8Outline(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="M35 18c0-4.986-4.06-9-9.032-9h-3.936C17.06 9 13 13.014 13 18a8.95 8.95 0 0 0 2.3 6a8.95 8.95 0 0 0-2.3 6c0 4.986 4.06 9 9.032 9h3.936C30.94 39 35 34.986 35 30a8.95 8.95 0 0 0-2.3-6a8.95 8.95 0 0 0 2.3-6m-9.032-7C29.847 11 33 14.13 33 18c0 2.092-.92 3.966-2.38 5.249a1 1 0 0 0 0 1.502A6.96 6.96 0 0 1 33 30c0 3.87-3.153 7-7.032 7h-3.936C18.153 37 15 33.87 15 30c0-2.092.92-3.966 2.38-5.249a1 1 0 0 0 0-1.502A6.96 6.96 0 0 1 15 18c0-3.87 3.153-7 7.032-7zm0 4C27.657 15 29 16.358 29 18s-1.343 3-3.032 3h-3.936C20.343 21 19 19.642 19 18s1.343-3 3.032-3zM31 18c0-2.756-2.247-5-5.032-5h-3.936C19.247 13 17 15.244 17 18s2.247 5 5.032 5h3.936C28.753 23 31 20.756 31 18m-5.032 9C27.657 27 29 28.358 29 30s-1.343 3-3.032 3h-3.936C20.343 33 19 31.642 19 30s1.343-3 3.032-3zM31 30c0-2.756-2.247-5-5.032-5h-3.936C19.247 25 17 27.244 17 30s2.247 5 5.032 5h3.936C28.753 35 31 32.756 31 30" 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="M35 18c0-4.986-4.06-9-9.032-9h-3.936C17.06 9 13 13.014 13 18a8.95 8.95 0 0 0 2.3 6a8.95 8.95 0 0 0-2.3 6c0 4.986 4.06 9 9.032 9h3.936C30.94 39 35 34.986 35 30a8.95 8.95 0 0 0-2.3-6a8.95 8.95 0 0 0 2.3-6m-9.032-7C29.847 11 33 14.13 33 18c0 2.092-.92 3.966-2.38 5.249a1 1 0 0 0 0 1.502A6.96 6.96 0 0 1 33 30c0 3.87-3.153 7-7.032 7h-3.936C18.153 37 15 33.87 15 30c0-2.092.92-3.966 2.38-5.249a1 1 0 0 0 0-1.502A6.96 6.96 0 0 1 15 18c0-3.87 3.153-7 7.032-7zm0 4C27.657 15 29 16.358 29 18s-1.343 3-3.032 3h-3.936C20.343 21 19 19.642 19 18s1.343-3 3.032-3zM31 18c0-2.756-2.247-5-5.032-5h-3.936C19.247 13 17 15.244 17 18s2.247 5 5.032 5h3.936C28.753 23 31 20.756 31 18m-5.032 9C27.657 27 29 28.358 29 30s-1.343 3-3.032 3h-3.936C20.343 33 19 31.642 19 30s1.343-3 3.032-3zM31 30c0-2.756-2.247-5-5.032-5h-3.936C19.247 25 17 27.244 17 30s2.247 5 5.032 5h3.936C28.753 35 31 32.756 31 30" clip-rule="evenodd"/></svg> </template>
CSS
.icon-8-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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M35%2018c0-4.986-4.06-9-9.032-9h-3.936C17.06%209%2013%2013.014%2013%2018a8.95%208.95%200%200%200%202.3%206a8.95%208.95%200%200%200-2.3%206c0%204.986%204.06%209%209.032%209h3.936C30.94%2039%2035%2034.986%2035%2030a8.95%208.95%200%200%200-2.3-6a8.95%208.95%200%200%200%202.3-6m-9.032-7C29.847%2011%2033%2014.13%2033%2018c0%202.092-.92%203.966-2.38%205.249a1%201%200%200%200%200%201.502A6.96%206.96%200%200%201%2033%2030c0%203.87-3.153%207-7.032%207h-3.936C18.153%2037%2015%2033.87%2015%2030c0-2.092.92-3.966%202.38-5.249a1%201%200%200%200%200-1.502A6.96%206.96%200%200%201%2015%2018c0-3.87%203.153-7%207.032-7zm0%204C27.657%2015%2029%2016.358%2029%2018s-1.343%203-3.032%203h-3.936C20.343%2021%2019%2019.642%2019%2018s1.343-3%203.032-3zM31%2018c0-2.756-2.247-5-5.032-5h-3.936C19.247%2013%2017%2015.244%2017%2018s2.247%205%205.032%205h3.936C28.753%2023%2031%2020.756%2031%2018m-5.032%209C27.657%2027%2029%2028.358%2029%2030s-1.343%203-3.032%203h-3.936C20.343%2033%2019%2031.642%2019%2030s1.343-3%203.032-3zM31%2030c0-2.756-2.247-5-5.032-5h-3.936C19.247%2025%2017%2027.244%2017%2030s2.247%205%205.032%205h3.936C28.753%2035%2031%2032.756%2031%2030%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%22M35%2018c0-4.986-4.06-9-9.032-9h-3.936C17.06%209%2013%2013.014%2013%2018a8.95%208.95%200%200%200%202.3%206a8.95%208.95%200%200%200-2.3%206c0%204.986%204.06%209%209.032%209h3.936C30.94%2039%2035%2034.986%2035%2030a8.95%208.95%200%200%200-2.3-6a8.95%208.95%200%200%200%202.3-6m-9.032-7C29.847%2011%2033%2014.13%2033%2018c0%202.092-.92%203.966-2.38%205.249a1%201%200%200%200%200%201.502A6.96%206.96%200%200%201%2033%2030c0%203.87-3.153%207-7.032%207h-3.936C18.153%2037%2015%2033.87%2015%2030c0-2.092.92-3.966%202.38-5.249a1%201%200%200%200%200-1.502A6.96%206.96%200%200%201%2015%2018c0-3.87%203.153-7%207.032-7zm0%204C27.657%2015%2029%2016.358%2029%2018s-1.343%203-3.032%203h-3.936C20.343%2021%2019%2019.642%2019%2018s1.343-3%203.032-3zM31%2018c0-2.756-2.247-5-5.032-5h-3.936C19.247%2013%2017%2015.244%2017%2018s2.247%205%205.032%205h3.936C28.753%2023%2031%2020.756%2031%2018m-5.032%209C27.657%2027%2029%2028.358%2029%2030s-1.343%203-3.032%203h-3.936C20.343%2033%2019%2031.642%2019%2030s1.343-3%203.032-3zM31%2030c0-2.756-2.247-5-5.032-5h-3.936C19.247%2025%2017%2027.244%2017%2030s2.247%205%205.032%205h3.936C28.753%2035%2031%2032.756%2031%2030%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/8-outline.svg?color=%231a73e8&size=48