7 icon
7-outline from Health Icons by Resolve to Save Lives · Outline · Typography · MIT Free for personal and commercial use.
- Name
- 7-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Typography
- Viewbox
- 48×48
- License
- MIT
- Aliases
- 72x-outline
1 other variant in Health Icons
The same icon in other sets
More typography icons from Health Icons
Use the 7 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="M13 12a3 3 0 0 1 3-3h16a3 3 0 0 1 2.273 4.958c-1.708 1.982-4.27 5.601-6.558 9.802c-2.303 4.229-4.18 8.783-4.746 12.672a3 3 0 0 1-5.938-.864c.715-4.91 2.97-10.19 5.414-14.678a75 75 0 0 1 3.57-5.89H16a3 3 0 0 1-3-3m3-1a1 1 0 1 0 0 2h11.922a1 1 0 0 1 .815 1.58a72 72 0 0 0-4.535 7.267c-2.397 4.401-4.527 9.439-5.192 14.01a1 1 0 1 0 1.98.287c.615-4.23 2.618-9.026 4.968-13.34c2.345-4.307 4.986-8.046 6.8-10.151A1 1 0 0 0 32 11z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function Healthicons7Outline(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="M13 12a3 3 0 0 1 3-3h16a3 3 0 0 1 2.273 4.958c-1.708 1.982-4.27 5.601-6.558 9.802c-2.303 4.229-4.18 8.783-4.746 12.672a3 3 0 0 1-5.938-.864c.715-4.91 2.97-10.19 5.414-14.678a75 75 0 0 1 3.57-5.89H16a3 3 0 0 1-3-3m3-1a1 1 0 1 0 0 2h11.922a1 1 0 0 1 .815 1.58a72 72 0 0 0-4.535 7.267c-2.397 4.401-4.527 9.439-5.192 14.01a1 1 0 1 0 1.98.287c.615-4.23 2.618-9.026 4.968-13.34c2.345-4.307 4.986-8.046 6.8-10.151A1 1 0 0 0 32 11z" 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="M13 12a3 3 0 0 1 3-3h16a3 3 0 0 1 2.273 4.958c-1.708 1.982-4.27 5.601-6.558 9.802c-2.303 4.229-4.18 8.783-4.746 12.672a3 3 0 0 1-5.938-.864c.715-4.91 2.97-10.19 5.414-14.678a75 75 0 0 1 3.57-5.89H16a3 3 0 0 1-3-3m3-1a1 1 0 1 0 0 2h11.922a1 1 0 0 1 .815 1.58a72 72 0 0 0-4.535 7.267c-2.397 4.401-4.527 9.439-5.192 14.01a1 1 0 1 0 1.98.287c.615-4.23 2.618-9.026 4.968-13.34c2.345-4.307 4.986-8.046 6.8-10.151A1 1 0 0 0 32 11z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-7-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%22M13%2012a3%203%200%200%201%203-3h16a3%203%200%200%201%202.273%204.958c-1.708%201.982-4.27%205.601-6.558%209.802c-2.303%204.229-4.18%208.783-4.746%2012.672a3%203%200%200%201-5.938-.864c.715-4.91%202.97-10.19%205.414-14.678a75%2075%200%200%201%203.57-5.89H16a3%203%200%200%201-3-3m3-1a1%201%200%201%200%200%202h11.922a1%201%200%200%201%20.815%201.58a72%2072%200%200%200-4.535%207.267c-2.397%204.401-4.527%209.439-5.192%2014.01a1%201%200%201%200%201.98.287c.615-4.23%202.618-9.026%204.968-13.34c2.345-4.307%204.986-8.046%206.8-10.151A1%201%200%200%200%2032%2011z%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%22M13%2012a3%203%200%200%201%203-3h16a3%203%200%200%201%202.273%204.958c-1.708%201.982-4.27%205.601-6.558%209.802c-2.303%204.229-4.18%208.783-4.746%2012.672a3%203%200%200%201-5.938-.864c.715-4.91%202.97-10.19%205.414-14.678a75%2075%200%200%201%203.57-5.89H16a3%203%200%200%201-3-3m3-1a1%201%200%201%200%200%202h11.922a1%201%200%200%201%20.815%201.58a72%2072%200%200%200-4.535%207.267c-2.397%204.401-4.527%209.439-5.192%2014.01a1%201%200%201%200%201.98.287c.615-4.23%202.618-9.026%204.968-13.34c2.345-4.307%204.986-8.046%206.8-10.151A1%201%200%200%200%2032%2011z%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/7-outline.svg?color=%231a73e8&size=48