2-outline from Health Icons by Resolve to Save Lives · Outline · Typography · MIT Free for personal and commercial use.

Name
2-outline
Set
Health Icons
Style
Outline
Category
Typography
Viewbox
48×48
License
MIT
Aliases
22x-outline

1 other variant in Health Icons

The same icon in other sets

More typography icons from Health Icons

Use the 2 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 18a9 9 0 0 0-9-9h-4a9 9 0 0 0-8.487 6a3 3 0 1 0 5.657 2A3 3 0 0 1 22 15h4a3 3 0 0 1 2 5.237l-.085.078l-14 13.528A3 3 0 0 0 16 39h16a3 3 0 1 0 0-6h-8.578l8.626-8.335A9 9 0 0 0 35 18m-9-7a7 7 0 0 1 4.67 12.216L20.252 33.281A1 1 0 0 0 20.948 35H32a1 1 0 1 1 0 2H16a1 1 0 0 1-.695-1.72l14-13.527l-.695-.719l.695.72l.028-.027A5 5 0 0 0 26 13h-4a5 5 0 0 0-4.716 3.333a1 1 0 1 1-1.885-.666A7 7 0 0 1 22 11z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function Healthicons2Outline(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 18a9 9 0 0 0-9-9h-4a9 9 0 0 0-8.487 6a3 3 0 1 0 5.657 2A3 3 0 0 1 22 15h4a3 3 0 0 1 2 5.237l-.085.078l-14 13.528A3 3 0 0 0 16 39h16a3 3 0 1 0 0-6h-8.578l8.626-8.335A9 9 0 0 0 35 18m-9-7a7 7 0 0 1 4.67 12.216L20.252 33.281A1 1 0 0 0 20.948 35H32a1 1 0 1 1 0 2H16a1 1 0 0 1-.695-1.72l14-13.527l-.695-.719l.695.72l.028-.027A5 5 0 0 0 26 13h-4a5 5 0 0 0-4.716 3.333a1 1 0 1 1-1.885-.666A7 7 0 0 1 22 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="M35 18a9 9 0 0 0-9-9h-4a9 9 0 0 0-8.487 6a3 3 0 1 0 5.657 2A3 3 0 0 1 22 15h4a3 3 0 0 1 2 5.237l-.085.078l-14 13.528A3 3 0 0 0 16 39h16a3 3 0 1 0 0-6h-8.578l8.626-8.335A9 9 0 0 0 35 18m-9-7a7 7 0 0 1 4.67 12.216L20.252 33.281A1 1 0 0 0 20.948 35H32a1 1 0 1 1 0 2H16a1 1 0 0 1-.695-1.72l14-13.527l-.695-.719l.695.72l.028-.027A5 5 0 0 0 26 13h-4a5 5 0 0 0-4.716 3.333a1 1 0 1 1-1.885-.666A7 7 0 0 1 22 11z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-2-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%2018a9%209%200%200%200-9-9h-4a9%209%200%200%200-8.487%206a3%203%200%201%200%205.657%202A3%203%200%200%201%2022%2015h4a3%203%200%200%201%202%205.237l-.085.078l-14%2013.528A3%203%200%200%200%2016%2039h16a3%203%200%201%200%200-6h-8.578l8.626-8.335A9%209%200%200%200%2035%2018m-9-7a7%207%200%200%201%204.67%2012.216L20.252%2033.281A1%201%200%200%200%2020.948%2035H32a1%201%200%201%201%200%202H16a1%201%200%200%201-.695-1.72l14-13.527l-.695-.719l.695.72l.028-.027A5%205%200%200%200%2026%2013h-4a5%205%200%200%200-4.716%203.333a1%201%200%201%201-1.885-.666A7%207%200%200%201%2022%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%22M35%2018a9%209%200%200%200-9-9h-4a9%209%200%200%200-8.487%206a3%203%200%201%200%205.657%202A3%203%200%200%201%2022%2015h4a3%203%200%200%201%202%205.237l-.085.078l-14%2013.528A3%203%200%200%200%2016%2039h16a3%203%200%201%200%200-6h-8.578l8.626-8.335A9%209%200%200%200%2035%2018m-9-7a7%207%200%200%201%204.67%2012.216L20.252%2033.281A1%201%200%200%200%2020.948%2035H32a1%201%200%201%201%200%202H16a1%201%200%200%201-.695-1.72l14-13.527l-.695-.719l.695.72l.028-.027A5%205%200%200%200%2026%2013h-4a5%205%200%200%200-4.716%203.333a1%201%200%201%201-1.885-.666A7%207%200%200%201%2022%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/2-outline.svg?color=%231a73e8&size=48