sti icon
sti from Health Icons by Resolve to Save Lives · Filled · Conditions · MIT Free for personal and commercial use.
- Name
- sti
- Set
- Health Icons
- Style
- Filled
- Category
- Conditions
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More conditions icons from Health Icons
Use the sti icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M28 8a4 4 0 1 1-8 0a4 4 0 0 1 8 0"/><path fill-rule="evenodd" d="M14.826 15.077A2 2 0 0 1 16.6 14h12.418c2.122 0 3.892.742 5.136 2.001A6.46 6.46 0 0 1 36 20.481c.015 1.61-.564 3.26-1.793 4.513c-1.054 1.075-2.492 1.764-4.207 1.953V42a2 2 0 0 1-3.994.153l-.87-11.316a4.002 4.002 0 1 0-2.771-7.489c-.195-.575-.565-1.118-1.114-1.585A133 133 0 0 0 18 19.08V18h-.186l-1.168 2.246l-.151.194l.016.012l.05.04a120 120 0 0 1 .92.736c.619.502 1.485 1.215 2.473 2.057c.506.43.608.852.568 1.199c-.045.392-.293.838-.745 1.198c-.729.58-1.839.822-2.908.174l-4.118-3.294a2 2 0 0 1-.525-2.485zm5.259 12.746a4.54 4.54 0 0 1-2.085.415V42a2 2 0 0 0 3.994.153l.87-11.316a4.01 4.01 0 0 1-2.78-3.014M24 29a2 2 0 1 0 0-4a2 2 0 0 0 0 4m6-10.892V22.9c.64-.143 1.07-.42 1.35-.707A2.34 2.34 0 0 0 32 20.52a2.46 2.46 0 0 0-.693-1.708c-.287-.29-.706-.56-1.307-.703" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsSti(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M28 8a4 4 0 1 1-8 0a4 4 0 0 1 8 0"/><path fillRule="evenodd" d="M14.826 15.077A2 2 0 0 1 16.6 14h12.418c2.122 0 3.892.742 5.136 2.001A6.46 6.46 0 0 1 36 20.481c.015 1.61-.564 3.26-1.793 4.513c-1.054 1.075-2.492 1.764-4.207 1.953V42a2 2 0 0 1-3.994.153l-.87-11.316a4.002 4.002 0 1 0-2.771-7.489c-.195-.575-.565-1.118-1.114-1.585A133 133 0 0 0 18 19.08V18h-.186l-1.168 2.246l-.151.194l.016.012l.05.04a120 120 0 0 1 .92.736c.619.502 1.485 1.215 2.473 2.057c.506.43.608.852.568 1.199c-.045.392-.293.838-.745 1.198c-.729.58-1.839.822-2.908.174l-4.118-3.294a2 2 0 0 1-.525-2.485zm5.259 12.746a4.54 4.54 0 0 1-2.085.415V42a2 2 0 0 0 3.994.153l.87-11.316a4.01 4.01 0 0 1-2.78-3.014M24 29a2 2 0 1 0 0-4a2 2 0 0 0 0 4m6-10.892V22.9c.64-.143 1.07-.42 1.35-.707A2.34 2.34 0 0 0 32 20.52a2.46 2.46 0 0 0-.693-1.708c-.287-.29-.706-.56-1.307-.703" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M28 8a4 4 0 1 1-8 0a4 4 0 0 1 8 0"/><path fill-rule="evenodd" d="M14.826 15.077A2 2 0 0 1 16.6 14h12.418c2.122 0 3.892.742 5.136 2.001A6.46 6.46 0 0 1 36 20.481c.015 1.61-.564 3.26-1.793 4.513c-1.054 1.075-2.492 1.764-4.207 1.953V42a2 2 0 0 1-3.994.153l-.87-11.316a4.002 4.002 0 1 0-2.771-7.489c-.195-.575-.565-1.118-1.114-1.585A133 133 0 0 0 18 19.08V18h-.186l-1.168 2.246l-.151.194l.016.012l.05.04a120 120 0 0 1 .92.736c.619.502 1.485 1.215 2.473 2.057c.506.43.608.852.568 1.199c-.045.392-.293.838-.745 1.198c-.729.58-1.839.822-2.908.174l-4.118-3.294a2 2 0 0 1-.525-2.485zm5.259 12.746a4.54 4.54 0 0 1-2.085.415V42a2 2 0 0 0 3.994.153l.87-11.316a4.01 4.01 0 0 1-2.78-3.014M24 29a2 2 0 1 0 0-4a2 2 0 0 0 0 4m6-10.892V22.9c.64-.143 1.07-.42 1.35-.707A2.34 2.34 0 0 0 32 20.52a2.46 2.46 0 0 0-.693-1.708c-.287-.29-.706-.56-1.307-.703" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-sti {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M28%208a4%204%200%201%201-8%200a4%204%200%200%201%208%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.826%2015.077A2%202%200%200%201%2016.6%2014h12.418c2.122%200%203.892.742%205.136%202.001A6.46%206.46%200%200%201%2036%2020.481c.015%201.61-.564%203.26-1.793%204.513c-1.054%201.075-2.492%201.764-4.207%201.953V42a2%202%200%200%201-3.994.153l-.87-11.316a4.002%204.002%200%201%200-2.771-7.489c-.195-.575-.565-1.118-1.114-1.585A133%20133%200%200%200%2018%2019.08V18h-.186l-1.168%202.246l-.151.194l.016.012l.05.04a120%20120%200%200%201%20.92.736c.619.502%201.485%201.215%202.473%202.057c.506.43.608.852.568%201.199c-.045.392-.293.838-.745%201.198c-.729.58-1.839.822-2.908.174l-4.118-3.294a2%202%200%200%201-.525-2.485zm5.259%2012.746a4.54%204.54%200%200%201-2.085.415V42a2%202%200%200%200%203.994.153l.87-11.316a4.01%204.01%200%200%201-2.78-3.014M24%2029a2%202%200%201%200%200-4a2%202%200%200%200%200%204m6-10.892V22.9c.64-.143%201.07-.42%201.35-.707A2.34%202.34%200%200%200%2032%2020.52a2.46%202.46%200%200%200-.693-1.708c-.287-.29-.706-.56-1.307-.703%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M28%208a4%204%200%201%201-8%200a4%204%200%200%201%208%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.826%2015.077A2%202%200%200%201%2016.6%2014h12.418c2.122%200%203.892.742%205.136%202.001A6.46%206.46%200%200%201%2036%2020.481c.015%201.61-.564%203.26-1.793%204.513c-1.054%201.075-2.492%201.764-4.207%201.953V42a2%202%200%200%201-3.994.153l-.87-11.316a4.002%204.002%200%201%200-2.771-7.489c-.195-.575-.565-1.118-1.114-1.585A133%20133%200%200%200%2018%2019.08V18h-.186l-1.168%202.246l-.151.194l.016.012l.05.04a120%20120%200%200%201%20.92.736c.619.502%201.485%201.215%202.473%202.057c.506.43.608.852.568%201.199c-.045.392-.293.838-.745%201.198c-.729.58-1.839.822-2.908.174l-4.118-3.294a2%202%200%200%201-.525-2.485zm5.259%2012.746a4.54%204.54%200%200%201-2.085.415V42a2%202%200%200%200%203.994.153l.87-11.316a4.01%204.01%200%200%201-2.78-3.014M24%2029a2%202%200%201%200%200-4a2%202%200%200%200%200%204m6-10.892V22.9c.64-.143%201.07-.42%201.35-.707A2.34%202.34%200%200%200%2032%2020.52a2.46%202.46%200%200%200-.693-1.708c-.287-.29-.706-.56-1.307-.703%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/sti.svg?color=%231a73e8&size=48