chart median icon
chart-median from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- chart-median
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in TDesign Icons
Use the chart median icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2"><path d="M21 21H3V3"/><path d="M19 6.5c0-1.71-1.343-3.096-3-3.096S13 4.79 13 6.5v2m-6 6.07C7 16.465 8.343 18 10 18s3-1.535 3-3.429V12.5m3-1.998h-.004v-.004H16zm3.004 0H19v-.004h.004zm-9.004 0h-.004v-.004H10zM7.004 10.5H7v-.004h.004zm6 .002H13v-.004h.004z"/></g></svg>
React
import type { SVGProps } from "react";
export function TdesignChartMedian(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="square" strokeWidth="2"><path d="M21 21H3V3"/><path d="M19 6.5c0-1.71-1.343-3.096-3-3.096S13 4.79 13 6.5v2m-6 6.07C7 16.465 8.343 18 10 18s3-1.535 3-3.429V12.5m3-1.998h-.004v-.004H16zm3.004 0H19v-.004h.004zm-9.004 0h-.004v-.004H10zM7.004 10.5H7v-.004h.004zm6 .002H13v-.004h.004z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2"><path d="M21 21H3V3"/><path d="M19 6.5c0-1.71-1.343-3.096-3-3.096S13 4.79 13 6.5v2m-6 6.07C7 16.465 8.343 18 10 18s3-1.535 3-3.429V12.5m3-1.998h-.004v-.004H16zm3.004 0H19v-.004h.004zm-9.004 0h-.004v-.004H10zM7.004 10.5H7v-.004h.004zm6 .002H13v-.004h.004z"/></g></svg> </template>
CSS
.icon-chart-median {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M21%2021H3V3%22%2F%3E%3Cpath%20d%3D%22M19%206.5c0-1.71-1.343-3.096-3-3.096S13%204.79%2013%206.5v2m-6%206.07C7%2016.465%208.343%2018%2010%2018s3-1.535%203-3.429V12.5m3-1.998h-.004v-.004H16zm3.004%200H19v-.004h.004zm-9.004%200h-.004v-.004H10zM7.004%2010.5H7v-.004h.004zm6%20.002H13v-.004h.004z%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M21%2021H3V3%22%2F%3E%3Cpath%20d%3D%22M19%206.5c0-1.71-1.343-3.096-3-3.096S13%204.79%2013%206.5v2m-6%206.07C7%2016.465%208.343%2018%2010%2018s3-1.535%203-3.429V12.5m3-1.998h-.004v-.004H16zm3.004%200H19v-.004h.004zm-9.004%200h-.004v-.004H10zM7.004%2010.5H7v-.004h.004zm6%20.002H13v-.004h.004z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/chart-median.svg?color=%231a73e8&size=48