high level icon
high-level-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- high-level-filled
- Set
- TDesign Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
The same icon in other sets
Use the high level icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 .5c1.466 0 2.69 1.06 2.948 2.453a9.9 9.9 0 0 1 3.498 1.903a10.03 10.03 0 0 1 3.487 6.487l.118.993l-1.986.234l-.118-.993a8.03 8.03 0 0 0-2.793-5.193a7.9 7.9 0 0 0-2.533-1.432A3 3 0 0 1 12 6.5c-1.652 0-3-1.348-3-3s1.348-3 3-3M7.5 17c0 1.652-1.348 3-3 3s-3-1.348-3-3c0-.788.309-1.504.809-2.04a10 10 0 0 1-.154-4.246l.001-.002a10 10 0 0 1 3.9-6.256l.803-.595L8.05 5.47l-.805.594a8 8 0 0 0-3.12 5.004a8 8 0 0 0 .023 2.954Q4.321 14 4.5 14c1.652 0 3 1.348 3 3m15 0c0 1.652-1.348 3-3 3c-.269 0-.529-.04-.777-.106a10 10 0 0 1-3.177 1.96l-.002.002a10 10 0 0 1-7.367-.113l-.924-.383l.767-1.847l.923.383a8 8 0 0 0 5.893.088a8 8 0 0 0 2.201-1.276A3 3 0 0 1 16.5 17c0-1.652 1.348-3 3-3s3 1.348 3 3"/></svg>
React
import type { SVGProps } from "react";
export function TdesignHighLevelFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 .5c1.466 0 2.69 1.06 2.948 2.453a9.9 9.9 0 0 1 3.498 1.903a10.03 10.03 0 0 1 3.487 6.487l.118.993l-1.986.234l-.118-.993a8.03 8.03 0 0 0-2.793-5.193a7.9 7.9 0 0 0-2.533-1.432A3 3 0 0 1 12 6.5c-1.652 0-3-1.348-3-3s1.348-3 3-3M7.5 17c0 1.652-1.348 3-3 3s-3-1.348-3-3c0-.788.309-1.504.809-2.04a10 10 0 0 1-.154-4.246l.001-.002a10 10 0 0 1 3.9-6.256l.803-.595L8.05 5.47l-.805.594a8 8 0 0 0-3.12 5.004a8 8 0 0 0 .023 2.954Q4.321 14 4.5 14c1.652 0 3 1.348 3 3m15 0c0 1.652-1.348 3-3 3c-.269 0-.529-.04-.777-.106a10 10 0 0 1-3.177 1.96l-.002.002a10 10 0 0 1-7.367-.113l-.924-.383l.767-1.847l.923.383a8 8 0 0 0 5.893.088a8 8 0 0 0 2.201-1.276A3 3 0 0 1 16.5 17c0-1.652 1.348-3 3-3s3 1.348 3 3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 .5c1.466 0 2.69 1.06 2.948 2.453a9.9 9.9 0 0 1 3.498 1.903a10.03 10.03 0 0 1 3.487 6.487l.118.993l-1.986.234l-.118-.993a8.03 8.03 0 0 0-2.793-5.193a7.9 7.9 0 0 0-2.533-1.432A3 3 0 0 1 12 6.5c-1.652 0-3-1.348-3-3s1.348-3 3-3M7.5 17c0 1.652-1.348 3-3 3s-3-1.348-3-3c0-.788.309-1.504.809-2.04a10 10 0 0 1-.154-4.246l.001-.002a10 10 0 0 1 3.9-6.256l.803-.595L8.05 5.47l-.805.594a8 8 0 0 0-3.12 5.004a8 8 0 0 0 .023 2.954Q4.321 14 4.5 14c1.652 0 3 1.348 3 3m15 0c0 1.652-1.348 3-3 3c-.269 0-.529-.04-.777-.106a10 10 0 0 1-3.177 1.96l-.002.002a10 10 0 0 1-7.367-.113l-.924-.383l.767-1.847l.923.383a8 8 0 0 0 5.893.088a8 8 0 0 0 2.201-1.276A3 3 0 0 1 16.5 17c0-1.652 1.348-3 3-3s3 1.348 3 3"/></svg> </template>
CSS
.icon-high-level-filled {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%20.5c1.466%200%202.69%201.06%202.948%202.453a9.9%209.9%200%200%201%203.498%201.903a10.03%2010.03%200%200%201%203.487%206.487l.118.993l-1.986.234l-.118-.993a8.03%208.03%200%200%200-2.793-5.193a7.9%207.9%200%200%200-2.533-1.432A3%203%200%200%201%2012%206.5c-1.652%200-3-1.348-3-3s1.348-3%203-3M7.5%2017c0%201.652-1.348%203-3%203s-3-1.348-3-3c0-.788.309-1.504.809-2.04a10%2010%200%200%201-.154-4.246l.001-.002a10%2010%200%200%201%203.9-6.256l.803-.595L8.05%205.47l-.805.594a8%208%200%200%200-3.12%205.004a8%208%200%200%200%20.023%202.954Q4.321%2014%204.5%2014c1.652%200%203%201.348%203%203m15%200c0%201.652-1.348%203-3%203c-.269%200-.529-.04-.777-.106a10%2010%200%200%201-3.177%201.96l-.002.002a10%2010%200%200%201-7.367-.113l-.924-.383l.767-1.847l.923.383a8%208%200%200%200%205.893.088a8%208%200%200%200%202.201-1.276A3%203%200%200%201%2016.5%2017c0-1.652%201.348-3%203-3s3%201.348%203%203%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%20.5c1.466%200%202.69%201.06%202.948%202.453a9.9%209.9%200%200%201%203.498%201.903a10.03%2010.03%200%200%201%203.487%206.487l.118.993l-1.986.234l-.118-.993a8.03%208.03%200%200%200-2.793-5.193a7.9%207.9%200%200%200-2.533-1.432A3%203%200%200%201%2012%206.5c-1.652%200-3-1.348-3-3s1.348-3%203-3M7.5%2017c0%201.652-1.348%203-3%203s-3-1.348-3-3c0-.788.309-1.504.809-2.04a10%2010%200%200%201-.154-4.246l.001-.002a10%2010%200%200%201%203.9-6.256l.803-.595L8.05%205.47l-.805.594a8%208%200%200%200-3.12%205.004a8%208%200%200%200%20.023%202.954Q4.321%2014%204.5%2014c1.652%200%203%201.348%203%203m15%200c0%201.652-1.348%203-3%203c-.269%200-.529-.04-.777-.106a10%2010%200%200%201-3.177%201.96l-.002.002a10%2010%200%200%201-7.367-.113l-.924-.383l.767-1.847l.923.383a8%208%200%200%200%205.893.088a8%208%200%200%200%202.201-1.276A3%203%200%200%201%2016.5%2017c0-1.652%201.348-3%203-3s3%201.348%203%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/high-level-filled.svg?color=%231a73e8&size=48