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

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

1 other variant in Health Icons

The same icon in other sets

More typography icons from Health Icons

Use the 3 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-5.033-4.15-9-9.13-9h-4.088c-3.94 0-7.335 2.468-8.604 5.981a3 3 0 1 0 5.644 2.038c.414-1.147 1.56-2.019 2.96-2.019h4.087C27.657 15 29 16.4 29 18s-1.343 3-3.13 3h-4.088a3 3 0 1 0 0 6h4.087C27.657 27 29 28.4 29 30s-1.343 3-3.13 3h-4.088c-1.4 0-2.546-.871-2.96-2.019a3 3 0 1 0-5.644 2.038C14.448 36.532 17.842 39 21.782 39h4.087C30.85 39 35 35.033 35 30a8.88 8.88 0 0 0-2.324-6A8.88 8.88 0 0 0 35 18m-9.13-7c3.918 0 7.13 3.115 7.13 7a6.91 6.91 0 0 1-2.408 5.244a1 1 0 0 0 0 1.512A6.91 6.91 0 0 1 33 30c0 3.885-3.212 7-7.13 7h-4.088c-3.093 0-5.738-1.936-6.722-4.66a1 1 0 1 1 1.88-.68c.7 1.937 2.596 3.34 4.842 3.34h4.087C28.726 35 31 32.738 31 30s-2.274-5-5.13-5h-4.088a1 1 0 1 1 0-2h4.087C28.726 23 31 20.738 31 18s-2.274-5-5.13-5h-4.088c-2.246 0-4.142 1.403-4.841 3.34a1 1 0 1 1-1.881-.68c.984-2.724 3.63-4.66 6.722-4.66z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function Healthicons3Outline(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-5.033-4.15-9-9.13-9h-4.088c-3.94 0-7.335 2.468-8.604 5.981a3 3 0 1 0 5.644 2.038c.414-1.147 1.56-2.019 2.96-2.019h4.087C27.657 15 29 16.4 29 18s-1.343 3-3.13 3h-4.088a3 3 0 1 0 0 6h4.087C27.657 27 29 28.4 29 30s-1.343 3-3.13 3h-4.088c-1.4 0-2.546-.871-2.96-2.019a3 3 0 1 0-5.644 2.038C14.448 36.532 17.842 39 21.782 39h4.087C30.85 39 35 35.033 35 30a8.88 8.88 0 0 0-2.324-6A8.88 8.88 0 0 0 35 18m-9.13-7c3.918 0 7.13 3.115 7.13 7a6.91 6.91 0 0 1-2.408 5.244a1 1 0 0 0 0 1.512A6.91 6.91 0 0 1 33 30c0 3.885-3.212 7-7.13 7h-4.088c-3.093 0-5.738-1.936-6.722-4.66a1 1 0 1 1 1.88-.68c.7 1.937 2.596 3.34 4.842 3.34h4.087C28.726 35 31 32.738 31 30s-2.274-5-5.13-5h-4.088a1 1 0 1 1 0-2h4.087C28.726 23 31 20.738 31 18s-2.274-5-5.13-5h-4.088c-2.246 0-4.142 1.403-4.841 3.34a1 1 0 1 1-1.881-.68c.984-2.724 3.63-4.66 6.722-4.66z" 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-5.033-4.15-9-9.13-9h-4.088c-3.94 0-7.335 2.468-8.604 5.981a3 3 0 1 0 5.644 2.038c.414-1.147 1.56-2.019 2.96-2.019h4.087C27.657 15 29 16.4 29 18s-1.343 3-3.13 3h-4.088a3 3 0 1 0 0 6h4.087C27.657 27 29 28.4 29 30s-1.343 3-3.13 3h-4.088c-1.4 0-2.546-.871-2.96-2.019a3 3 0 1 0-5.644 2.038C14.448 36.532 17.842 39 21.782 39h4.087C30.85 39 35 35.033 35 30a8.88 8.88 0 0 0-2.324-6A8.88 8.88 0 0 0 35 18m-9.13-7c3.918 0 7.13 3.115 7.13 7a6.91 6.91 0 0 1-2.408 5.244a1 1 0 0 0 0 1.512A6.91 6.91 0 0 1 33 30c0 3.885-3.212 7-7.13 7h-4.088c-3.093 0-5.738-1.936-6.722-4.66a1 1 0 1 1 1.88-.68c.7 1.937 2.596 3.34 4.842 3.34h4.087C28.726 35 31 32.738 31 30s-2.274-5-5.13-5h-4.088a1 1 0 1 1 0-2h4.087C28.726 23 31 20.738 31 18s-2.274-5-5.13-5h-4.088c-2.246 0-4.142 1.403-4.841 3.34a1 1 0 1 1-1.881-.68c.984-2.724 3.63-4.66 6.722-4.66z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-3-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-5.033-4.15-9-9.13-9h-4.088c-3.94%200-7.335%202.468-8.604%205.981a3%203%200%201%200%205.644%202.038c.414-1.147%201.56-2.019%202.96-2.019h4.087C27.657%2015%2029%2016.4%2029%2018s-1.343%203-3.13%203h-4.088a3%203%200%201%200%200%206h4.087C27.657%2027%2029%2028.4%2029%2030s-1.343%203-3.13%203h-4.088c-1.4%200-2.546-.871-2.96-2.019a3%203%200%201%200-5.644%202.038C14.448%2036.532%2017.842%2039%2021.782%2039h4.087C30.85%2039%2035%2035.033%2035%2030a8.88%208.88%200%200%200-2.324-6A8.88%208.88%200%200%200%2035%2018m-9.13-7c3.918%200%207.13%203.115%207.13%207a6.91%206.91%200%200%201-2.408%205.244a1%201%200%200%200%200%201.512A6.91%206.91%200%200%201%2033%2030c0%203.885-3.212%207-7.13%207h-4.088c-3.093%200-5.738-1.936-6.722-4.66a1%201%200%201%201%201.88-.68c.7%201.937%202.596%203.34%204.842%203.34h4.087C28.726%2035%2031%2032.738%2031%2030s-2.274-5-5.13-5h-4.088a1%201%200%201%201%200-2h4.087C28.726%2023%2031%2020.738%2031%2018s-2.274-5-5.13-5h-4.088c-2.246%200-4.142%201.403-4.841%203.34a1%201%200%201%201-1.881-.68c.984-2.724%203.63-4.66%206.722-4.66z%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-5.033-4.15-9-9.13-9h-4.088c-3.94%200-7.335%202.468-8.604%205.981a3%203%200%201%200%205.644%202.038c.414-1.147%201.56-2.019%202.96-2.019h4.087C27.657%2015%2029%2016.4%2029%2018s-1.343%203-3.13%203h-4.088a3%203%200%201%200%200%206h4.087C27.657%2027%2029%2028.4%2029%2030s-1.343%203-3.13%203h-4.088c-1.4%200-2.546-.871-2.96-2.019a3%203%200%201%200-5.644%202.038C14.448%2036.532%2017.842%2039%2021.782%2039h4.087C30.85%2039%2035%2035.033%2035%2030a8.88%208.88%200%200%200-2.324-6A8.88%208.88%200%200%200%2035%2018m-9.13-7c3.918%200%207.13%203.115%207.13%207a6.91%206.91%200%200%201-2.408%205.244a1%201%200%200%200%200%201.512A6.91%206.91%200%200%201%2033%2030c0%203.885-3.212%207-7.13%207h-4.088c-3.093%200-5.738-1.936-6.722-4.66a1%201%200%201%201%201.88-.68c.7%201.937%202.596%203.34%204.842%203.34h4.087C28.726%2035%2031%2032.738%2031%2030s-2.274-5-5.13-5h-4.088a1%201%200%201%201%200-2h4.087C28.726%2023%2031%2020.738%2031%2018s-2.274-5-5.13-5h-4.088c-2.246%200-4.142%201.403-4.841%203.34a1%201%200%201%201-1.881-.68c.984-2.724%203.63-4.66%206.722-4.66z%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/3-outline.svg?color=%231a73e8&size=48