height icon
height from Health Icons by Resolve to Save Lives · Filled · Symbols · MIT Free for personal and commercial use.
- Name
- height
- Set
- Health Icons
- Style
- Filled
- Category
- Symbols
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
The same icon in other sets
More symbols icons from Health Icons
Use the height icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="m35.5 3.586l4.207 4.207a1 1 0 0 1-1.414 1.414L36.5 7.414V44h-2V7.414l-1.793 1.793a1 1 0 1 1-1.414-1.414zM28 8a4 4 0 1 1-8 0a4 4 0 0 1 8 0"/><path d="M30 28.8a2 2 0 0 0 1.124-1.667l.705-10.573c.087-1.3-1.072-2.338-2.359-2.14c-1.78.273-4.085.58-5.47.58s-3.69-.307-5.47-.58c-1.288-.198-2.446.84-2.36 2.14l.705 10.573A2 2 0 0 0 18 28.801V42a2 2 0 0 0 3.994.153l1-13A2 2 0 0 0 23 29h2q0 .076.006.153l1 13A2 2 0 0 0 30 42z"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsHeight(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="m35.5 3.586l4.207 4.207a1 1 0 0 1-1.414 1.414L36.5 7.414V44h-2V7.414l-1.793 1.793a1 1 0 1 1-1.414-1.414zM28 8a4 4 0 1 1-8 0a4 4 0 0 1 8 0"/><path d="M30 28.8a2 2 0 0 0 1.124-1.667l.705-10.573c.087-1.3-1.072-2.338-2.359-2.14c-1.78.273-4.085.58-5.47.58s-3.69-.307-5.47-.58c-1.288-.198-2.446.84-2.36 2.14l.705 10.573A2 2 0 0 0 18 28.801V42a2 2 0 0 0 3.994.153l1-13A2 2 0 0 0 23 29h2q0 .076.006.153l1 13A2 2 0 0 0 30 42z"/></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="m35.5 3.586l4.207 4.207a1 1 0 0 1-1.414 1.414L36.5 7.414V44h-2V7.414l-1.793 1.793a1 1 0 1 1-1.414-1.414zM28 8a4 4 0 1 1-8 0a4 4 0 0 1 8 0"/><path d="M30 28.8a2 2 0 0 0 1.124-1.667l.705-10.573c.087-1.3-1.072-2.338-2.359-2.14c-1.78.273-4.085.58-5.47.58s-3.69-.307-5.47-.58c-1.288-.198-2.446.84-2.36 2.14l.705 10.573A2 2 0 0 0 18 28.801V42a2 2 0 0 0 3.994.153l1-13A2 2 0 0 0 23 29h2q0 .076.006.153l1 13A2 2 0 0 0 30 42z"/></g></svg> </template>
CSS
.icon-height {
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%22m35.5%203.586l4.207%204.207a1%201%200%200%201-1.414%201.414L36.5%207.414V44h-2V7.414l-1.793%201.793a1%201%200%201%201-1.414-1.414zM28%208a4%204%200%201%201-8%200a4%204%200%200%201%208%200%22%2F%3E%3Cpath%20d%3D%22M30%2028.8a2%202%200%200%200%201.124-1.667l.705-10.573c.087-1.3-1.072-2.338-2.359-2.14c-1.78.273-4.085.58-5.47.58s-3.69-.307-5.47-.58c-1.288-.198-2.446.84-2.36%202.14l.705%2010.573A2%202%200%200%200%2018%2028.801V42a2%202%200%200%200%203.994.153l1-13A2%202%200%200%200%2023%2029h2q0%20.076.006.153l1%2013A2%202%200%200%200%2030%2042z%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%22m35.5%203.586l4.207%204.207a1%201%200%200%201-1.414%201.414L36.5%207.414V44h-2V7.414l-1.793%201.793a1%201%200%201%201-1.414-1.414zM28%208a4%204%200%201%201-8%200a4%204%200%200%201%208%200%22%2F%3E%3Cpath%20d%3D%22M30%2028.8a2%202%200%200%200%201.124-1.667l.705-10.573c.087-1.3-1.072-2.338-2.359-2.14c-1.78.273-4.085.58-5.47.58s-3.69-.307-5.47-.58c-1.288-.198-2.446.84-2.36%202.14l.705%2010.573A2%202%200%200%200%2018%2028.801V42a2%202%200%200%200%203.994.153l1-13A2%202%200%200%200%2023%2029h2q0%20.076.006.153l1%2013A2%202%200%200%200%2030%2042z%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/height.svg?color=%231a73e8&size=48