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

Name
s-outline
Set
Health Icons
Style
Outline
Category
Typography
Viewbox
48×48
License
MIT
Aliases
s2x-outline

1 other variant in Health Icons

The same icon in other sets

More typography icons from Health Icons

Use the s 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 18a9 9 0 0 1 9-9h4a9 9 0 0 1 8.487 6a3 3 0 1 1-5.657 2A3 3 0 0 0 26 15h-4a3 3 0 1 0 0 6h4a9 9 0 1 1 0 18h-4a9 9 0 0 1-8.487-6a3 3 0 1 1 5.657-2A3 3 0 0 0 22 33h4a3 3 0 1 0 0-6h-4a9 9 0 0 1-9-9m9-7a7 7 0 1 0 0 14h4a5 5 0 0 1 0 10h-4a5 5 0 0 1-4.716-3.333a1 1 0 1 0-1.885.666A7 7 0 0 0 22 37h4a7 7 0 1 0 0-14h-4a5 5 0 0 1 0-10h4a5 5 0 0 1 4.716 3.333a1 1 0 1 0 1.885-.666A7 7 0 0 0 26 11z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsSOutline(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 18a9 9 0 0 1 9-9h4a9 9 0 0 1 8.487 6a3 3 0 1 1-5.657 2A3 3 0 0 0 26 15h-4a3 3 0 1 0 0 6h4a9 9 0 1 1 0 18h-4a9 9 0 0 1-8.487-6a3 3 0 1 1 5.657-2A3 3 0 0 0 22 33h4a3 3 0 1 0 0-6h-4a9 9 0 0 1-9-9m9-7a7 7 0 1 0 0 14h4a5 5 0 0 1 0 10h-4a5 5 0 0 1-4.716-3.333a1 1 0 1 0-1.885.666A7 7 0 0 0 22 37h4a7 7 0 1 0 0-14h-4a5 5 0 0 1 0-10h4a5 5 0 0 1 4.716 3.333a1 1 0 1 0 1.885-.666A7 7 0 0 0 26 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 18a9 9 0 0 1 9-9h4a9 9 0 0 1 8.487 6a3 3 0 1 1-5.657 2A3 3 0 0 0 26 15h-4a3 3 0 1 0 0 6h4a9 9 0 1 1 0 18h-4a9 9 0 0 1-8.487-6a3 3 0 1 1 5.657-2A3 3 0 0 0 22 33h4a3 3 0 1 0 0-6h-4a9 9 0 0 1-9-9m9-7a7 7 0 1 0 0 14h4a5 5 0 0 1 0 10h-4a5 5 0 0 1-4.716-3.333a1 1 0 1 0-1.885.666A7 7 0 0 0 22 37h4a7 7 0 1 0 0-14h-4a5 5 0 0 1 0-10h4a5 5 0 0 1 4.716 3.333a1 1 0 1 0 1.885-.666A7 7 0 0 0 26 11z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-s-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%2018a9%209%200%200%201%209-9h4a9%209%200%200%201%208.487%206a3%203%200%201%201-5.657%202A3%203%200%200%200%2026%2015h-4a3%203%200%201%200%200%206h4a9%209%200%201%201%200%2018h-4a9%209%200%200%201-8.487-6a3%203%200%201%201%205.657-2A3%203%200%200%200%2022%2033h4a3%203%200%201%200%200-6h-4a9%209%200%200%201-9-9m9-7a7%207%200%201%200%200%2014h4a5%205%200%200%201%200%2010h-4a5%205%200%200%201-4.716-3.333a1%201%200%201%200-1.885.666A7%207%200%200%200%2022%2037h4a7%207%200%201%200%200-14h-4a5%205%200%200%201%200-10h4a5%205%200%200%201%204.716%203.333a1%201%200%201%200%201.885-.666A7%207%200%200%200%2026%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%2018a9%209%200%200%201%209-9h4a9%209%200%200%201%208.487%206a3%203%200%201%201-5.657%202A3%203%200%200%200%2026%2015h-4a3%203%200%201%200%200%206h4a9%209%200%201%201%200%2018h-4a9%209%200%200%201-8.487-6a3%203%200%201%201%205.657-2A3%203%200%200%200%2022%2033h4a3%203%200%201%200%200-6h-4a9%209%200%200%201-9-9m9-7a7%207%200%201%200%200%2014h4a5%205%200%200%201%200%2010h-4a5%205%200%200%201-4.716-3.333a1%201%200%201%200-1.885.666A7%207%200%200%200%2022%2037h4a7%207%200%201%200%200-14h-4a5%205%200%200%201%200-10h4a5%205%200%200%201%204.716%203.333a1%201%200%201%200%201.885-.666A7%207%200%200%200%2026%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/s-outline.svg?color=%231a73e8&size=48