letrina icon
letrina from Health Icons by Resolve to Save Lives · Filled · Places · MIT Free for personal and commercial use.
- Name
- letrina
- Set
- Health Icons
- Style
- Filled
- Category
- Places
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More places icons from Health Icons
Use the letrina 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="M34 6H14a2 2 0 0 0-2 2v5.407l2.898-3.09l1.459 1.367L12 16.33v2.076l2.898-3.09l1.459 1.367L12 21.33v2.076l2.898-3.09l1.459 1.367L12 26.33v2.076l2.898-3.09l1.459 1.367L12 31.33v2.076l2.898-3.09l1.459 1.367L12 36.33V40a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2v-3.677l-4.35-4.64l1.46-1.367L36 33.4v-2.076l-4.35-4.64l1.46-1.367L36 28.4v-2.076l-4.35-4.64l1.46-1.367L36 23.4v-2.076l-4.35-4.64l1.46-1.367L36 18.4v-2.076l-4.35-4.64l1.46-1.367L36 13.4V8a2 2 0 0 0-2-2M14 4a4 4 0 0 0-4 4v32a4 4 0 0 0 4 4h20a4 4 0 0 0 4-4V8a4 4 0 0 0-4-4zm14.19 4.18A4 4 0 0 1 31 12v23a4 4 0 0 1-1.364 3.009A3.98 3.98 0 0 1 27 39h-6a3.996 3.996 0 0 1-4-4V12a4 4 0 0 1 4-4h6a4 4 0 0 1 1.19.18m-8.308 28.478c.319.216.704.342 1.118.342h6q.103 0 .204-.01A1.996 1.996 0 0 0 29 35V13.986A2 2 0 0 0 27 12h-6a2 2 0 0 0-2 2v21c0 .69.35 1.299.882 1.658M25.875 18c0 1.105-.84 2-1.875 2s-1.875-.895-1.875-2s.84-2 1.875-2s1.875.895 1.875 2" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsLetrina(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="M34 6H14a2 2 0 0 0-2 2v5.407l2.898-3.09l1.459 1.367L12 16.33v2.076l2.898-3.09l1.459 1.367L12 21.33v2.076l2.898-3.09l1.459 1.367L12 26.33v2.076l2.898-3.09l1.459 1.367L12 31.33v2.076l2.898-3.09l1.459 1.367L12 36.33V40a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2v-3.677l-4.35-4.64l1.46-1.367L36 33.4v-2.076l-4.35-4.64l1.46-1.367L36 28.4v-2.076l-4.35-4.64l1.46-1.367L36 23.4v-2.076l-4.35-4.64l1.46-1.367L36 18.4v-2.076l-4.35-4.64l1.46-1.367L36 13.4V8a2 2 0 0 0-2-2M14 4a4 4 0 0 0-4 4v32a4 4 0 0 0 4 4h20a4 4 0 0 0 4-4V8a4 4 0 0 0-4-4zm14.19 4.18A4 4 0 0 1 31 12v23a4 4 0 0 1-1.364 3.009A3.98 3.98 0 0 1 27 39h-6a3.996 3.996 0 0 1-4-4V12a4 4 0 0 1 4-4h6a4 4 0 0 1 1.19.18m-8.308 28.478c.319.216.704.342 1.118.342h6q.103 0 .204-.01A1.996 1.996 0 0 0 29 35V13.986A2 2 0 0 0 27 12h-6a2 2 0 0 0-2 2v21c0 .69.35 1.299.882 1.658M25.875 18c0 1.105-.84 2-1.875 2s-1.875-.895-1.875-2s.84-2 1.875-2s1.875.895 1.875 2" 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="M34 6H14a2 2 0 0 0-2 2v5.407l2.898-3.09l1.459 1.367L12 16.33v2.076l2.898-3.09l1.459 1.367L12 21.33v2.076l2.898-3.09l1.459 1.367L12 26.33v2.076l2.898-3.09l1.459 1.367L12 31.33v2.076l2.898-3.09l1.459 1.367L12 36.33V40a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2v-3.677l-4.35-4.64l1.46-1.367L36 33.4v-2.076l-4.35-4.64l1.46-1.367L36 28.4v-2.076l-4.35-4.64l1.46-1.367L36 23.4v-2.076l-4.35-4.64l1.46-1.367L36 18.4v-2.076l-4.35-4.64l1.46-1.367L36 13.4V8a2 2 0 0 0-2-2M14 4a4 4 0 0 0-4 4v32a4 4 0 0 0 4 4h20a4 4 0 0 0 4-4V8a4 4 0 0 0-4-4zm14.19 4.18A4 4 0 0 1 31 12v23a4 4 0 0 1-1.364 3.009A3.98 3.98 0 0 1 27 39h-6a3.996 3.996 0 0 1-4-4V12a4 4 0 0 1 4-4h6a4 4 0 0 1 1.19.18m-8.308 28.478c.319.216.704.342 1.118.342h6q.103 0 .204-.01A1.996 1.996 0 0 0 29 35V13.986A2 2 0 0 0 27 12h-6a2 2 0 0 0-2 2v21c0 .69.35 1.299.882 1.658M25.875 18c0 1.105-.84 2-1.875 2s-1.875-.895-1.875-2s.84-2 1.875-2s1.875.895 1.875 2" clip-rule="evenodd"/></svg> </template>
CSS
.icon-letrina {
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%22M34%206H14a2%202%200%200%200-2%202v5.407l2.898-3.09l1.459%201.367L12%2016.33v2.076l2.898-3.09l1.459%201.367L12%2021.33v2.076l2.898-3.09l1.459%201.367L12%2026.33v2.076l2.898-3.09l1.459%201.367L12%2031.33v2.076l2.898-3.09l1.459%201.367L12%2036.33V40a2%202%200%200%200%202%202h20a2%202%200%200%200%202-2v-3.677l-4.35-4.64l1.46-1.367L36%2033.4v-2.076l-4.35-4.64l1.46-1.367L36%2028.4v-2.076l-4.35-4.64l1.46-1.367L36%2023.4v-2.076l-4.35-4.64l1.46-1.367L36%2018.4v-2.076l-4.35-4.64l1.46-1.367L36%2013.4V8a2%202%200%200%200-2-2M14%204a4%204%200%200%200-4%204v32a4%204%200%200%200%204%204h20a4%204%200%200%200%204-4V8a4%204%200%200%200-4-4zm14.19%204.18A4%204%200%200%201%2031%2012v23a4%204%200%200%201-1.364%203.009A3.98%203.98%200%200%201%2027%2039h-6a3.996%203.996%200%200%201-4-4V12a4%204%200%200%201%204-4h6a4%204%200%200%201%201.19.18m-8.308%2028.478c.319.216.704.342%201.118.342h6q.103%200%20.204-.01A1.996%201.996%200%200%200%2029%2035V13.986A2%202%200%200%200%2027%2012h-6a2%202%200%200%200-2%202v21c0%20.69.35%201.299.882%201.658M25.875%2018c0%201.105-.84%202-1.875%202s-1.875-.895-1.875-2s.84-2%201.875-2s1.875.895%201.875%202%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%22M34%206H14a2%202%200%200%200-2%202v5.407l2.898-3.09l1.459%201.367L12%2016.33v2.076l2.898-3.09l1.459%201.367L12%2021.33v2.076l2.898-3.09l1.459%201.367L12%2026.33v2.076l2.898-3.09l1.459%201.367L12%2031.33v2.076l2.898-3.09l1.459%201.367L12%2036.33V40a2%202%200%200%200%202%202h20a2%202%200%200%200%202-2v-3.677l-4.35-4.64l1.46-1.367L36%2033.4v-2.076l-4.35-4.64l1.46-1.367L36%2028.4v-2.076l-4.35-4.64l1.46-1.367L36%2023.4v-2.076l-4.35-4.64l1.46-1.367L36%2018.4v-2.076l-4.35-4.64l1.46-1.367L36%2013.4V8a2%202%200%200%200-2-2M14%204a4%204%200%200%200-4%204v32a4%204%200%200%200%204%204h20a4%204%200%200%200%204-4V8a4%204%200%200%200-4-4zm14.19%204.18A4%204%200%200%201%2031%2012v23a4%204%200%200%201-1.364%203.009A3.98%203.98%200%200%201%2027%2039h-6a3.996%203.996%200%200%201-4-4V12a4%204%200%200%201%204-4h6a4%204%200%200%201%201.19.18m-8.308%2028.478c.319.216.704.342%201.118.342h6q.103%200%20.204-.01A1.996%201.996%200%200%200%2029%2035V13.986A2%202%200%200%200%2027%2012h-6a2%202%200%200%200-2%202v21c0%20.69.35%201.299.882%201.658M25.875%2018c0%201.105-.84%202-1.875%202s-1.875-.895-1.875-2s.84-2%201.875-2s1.875.895%201.875%202%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/letrina.svg?color=%231a73e8&size=48