r icon
r-outline from Health Icons by Resolve to Save Lives · Outline · Typography · MIT Free for personal and commercial use.
- Name
- r-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Typography
- Viewbox
- 48×48
- License
- MIT
- Aliases
- r2x-outline
1 other variant in Health Icons
The same icon in other sets
More typography icons from Health Icons
Use the r 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 12a3 3 0 0 1 3-3h10a9 9 0 0 1 4.306 16.905l4.377 8.753a3 3 0 0 1-5.366 2.684L24.146 27H19v9a3 3 0 1 1-6 0zm3-1a1 1 0 0 0-1 1v24a1 1 0 1 0 2 0V26a1 1 0 0 1 1-1h6.764a1 1 0 0 1 .894.553l5.448 10.894a1 1 0 1 0 1.788-.894l-4.834-9.669a1 1 0 0 1 .525-1.376A7.003 7.003 0 0 0 26 11zm1 3a1 1 0 0 1 1-1h8a5 5 0 0 1 0 10h-8a1 1 0 0 1-1-1zm2 1v6h7a3 3 0 1 0 0-6z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsROutline(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 12a3 3 0 0 1 3-3h10a9 9 0 0 1 4.306 16.905l4.377 8.753a3 3 0 0 1-5.366 2.684L24.146 27H19v9a3 3 0 1 1-6 0zm3-1a1 1 0 0 0-1 1v24a1 1 0 1 0 2 0V26a1 1 0 0 1 1-1h6.764a1 1 0 0 1 .894.553l5.448 10.894a1 1 0 1 0 1.788-.894l-4.834-9.669a1 1 0 0 1 .525-1.376A7.003 7.003 0 0 0 26 11zm1 3a1 1 0 0 1 1-1h8a5 5 0 0 1 0 10h-8a1 1 0 0 1-1-1zm2 1v6h7a3 3 0 1 0 0-6z" 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 12a3 3 0 0 1 3-3h10a9 9 0 0 1 4.306 16.905l4.377 8.753a3 3 0 0 1-5.366 2.684L24.146 27H19v9a3 3 0 1 1-6 0zm3-1a1 1 0 0 0-1 1v24a1 1 0 1 0 2 0V26a1 1 0 0 1 1-1h6.764a1 1 0 0 1 .894.553l5.448 10.894a1 1 0 1 0 1.788-.894l-4.834-9.669a1 1 0 0 1 .525-1.376A7.003 7.003 0 0 0 26 11zm1 3a1 1 0 0 1 1-1h8a5 5 0 0 1 0 10h-8a1 1 0 0 1-1-1zm2 1v6h7a3 3 0 1 0 0-6z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-r-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%2012a3%203%200%200%201%203-3h10a9%209%200%200%201%204.306%2016.905l4.377%208.753a3%203%200%200%201-5.366%202.684L24.146%2027H19v9a3%203%200%201%201-6%200zm3-1a1%201%200%200%200-1%201v24a1%201%200%201%200%202%200V26a1%201%200%200%201%201-1h6.764a1%201%200%200%201%20.894.553l5.448%2010.894a1%201%200%201%200%201.788-.894l-4.834-9.669a1%201%200%200%201%20.525-1.376A7.003%207.003%200%200%200%2026%2011zm1%203a1%201%200%200%201%201-1h8a5%205%200%200%201%200%2010h-8a1%201%200%200%201-1-1zm2%201v6h7a3%203%200%201%200%200-6z%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%2012a3%203%200%200%201%203-3h10a9%209%200%200%201%204.306%2016.905l4.377%208.753a3%203%200%200%201-5.366%202.684L24.146%2027H19v9a3%203%200%201%201-6%200zm3-1a1%201%200%200%200-1%201v24a1%201%200%201%200%202%200V26a1%201%200%200%201%201-1h6.764a1%201%200%200%201%20.894.553l5.448%2010.894a1%201%200%201%200%201.788-.894l-4.834-9.669a1%201%200%200%201%20.525-1.376A7.003%207.003%200%200%200%2026%2011zm1%203a1%201%200%200%201%201-1h8a5%205%200%200%201%200%2010h-8a1%201%200%200%201-1-1zm2%201v6h7a3%203%200%201%200%200-6z%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/r-outline.svg?color=%231a73e8&size=48