3 icon
3 from Health Icons by Resolve to Save Lives · Filled · Typography · MIT Free for personal and commercial use.
- Name
- 3
- Set
- Health Icons
- Style
- Filled
- Category
- Typography
- Viewbox
- 48×48
- License
- MIT
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="M25.87 14c2.322 0 4.13 1.831 4.13 4s-1.808 4-4.13 4h-4.088a2 2 0 1 0 0 4h4.087C28.192 26 30 27.831 30 30s-1.808 4-4.13 4h-4.088c-1.823 0-3.344-1.137-3.9-2.68a2 2 0 0 0-3.763 1.36c1.126 3.118 4.147 5.32 7.663 5.32h4.087C30.32 38 34 34.459 34 30a7.91 7.91 0 0 0-2.753-6A7.91 7.91 0 0 0 34 18c0-4.459-3.681-8-8.13-8h-4.088c-3.516 0-6.537 2.202-7.663 5.32a2 2 0 0 0 3.762 1.36c.557-1.543 2.078-2.68 3.901-2.68z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function Healthicons3(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="M25.87 14c2.322 0 4.13 1.831 4.13 4s-1.808 4-4.13 4h-4.088a2 2 0 1 0 0 4h4.087C28.192 26 30 27.831 30 30s-1.808 4-4.13 4h-4.088c-1.823 0-3.344-1.137-3.9-2.68a2 2 0 0 0-3.763 1.36c1.126 3.118 4.147 5.32 7.663 5.32h4.087C30.32 38 34 34.459 34 30a7.91 7.91 0 0 0-2.753-6A7.91 7.91 0 0 0 34 18c0-4.459-3.681-8-8.13-8h-4.088c-3.516 0-6.537 2.202-7.663 5.32a2 2 0 0 0 3.762 1.36c.557-1.543 2.078-2.68 3.901-2.68z" 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="M25.87 14c2.322 0 4.13 1.831 4.13 4s-1.808 4-4.13 4h-4.088a2 2 0 1 0 0 4h4.087C28.192 26 30 27.831 30 30s-1.808 4-4.13 4h-4.088c-1.823 0-3.344-1.137-3.9-2.68a2 2 0 0 0-3.763 1.36c1.126 3.118 4.147 5.32 7.663 5.32h4.087C30.32 38 34 34.459 34 30a7.91 7.91 0 0 0-2.753-6A7.91 7.91 0 0 0 34 18c0-4.459-3.681-8-8.13-8h-4.088c-3.516 0-6.537 2.202-7.663 5.32a2 2 0 0 0 3.762 1.36c.557-1.543 2.078-2.68 3.901-2.68z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-3 {
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%22M25.87%2014c2.322%200%204.13%201.831%204.13%204s-1.808%204-4.13%204h-4.088a2%202%200%201%200%200%204h4.087C28.192%2026%2030%2027.831%2030%2030s-1.808%204-4.13%204h-4.088c-1.823%200-3.344-1.137-3.9-2.68a2%202%200%200%200-3.763%201.36c1.126%203.118%204.147%205.32%207.663%205.32h4.087C30.32%2038%2034%2034.459%2034%2030a7.91%207.91%200%200%200-2.753-6A7.91%207.91%200%200%200%2034%2018c0-4.459-3.681-8-8.13-8h-4.088c-3.516%200-6.537%202.202-7.663%205.32a2%202%200%200%200%203.762%201.36c.557-1.543%202.078-2.68%203.901-2.68z%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%22M25.87%2014c2.322%200%204.13%201.831%204.13%204s-1.808%204-4.13%204h-4.088a2%202%200%201%200%200%204h4.087C28.192%2026%2030%2027.831%2030%2030s-1.808%204-4.13%204h-4.088c-1.823%200-3.344-1.137-3.9-2.68a2%202%200%200%200-3.763%201.36c1.126%203.118%204.147%205.32%207.663%205.32h4.087C30.32%2038%2034%2034.459%2034%2030a7.91%207.91%200%200%200-2.753-6A7.91%207.91%200%200%200%2034%2018c0-4.459-3.681-8-8.13-8h-4.088c-3.516%200-6.537%202.202-7.663%205.32a2%202%200%200%200%203.762%201.36c.557-1.543%202.078-2.68%203.901-2.68z%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.svg?color=%231a73e8&size=48