system 3 icon
system-3 from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- system-3
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
Related icons in TDesign Icons
Use the system 3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M16.923 21H21v-4.077A2.926 2.926 0 0 0 18.077 14H14v4.077A2.926 2.926 0 0 0 16.923 21m-9.846 0H3v-4.077A2.926 2.926 0 0 1 5.923 14H10v4.077A2.926 2.926 0 0 1 7.077 21m9.846-18H21v4.077A2.926 2.926 0 0 1 18.077 10H14V5.923A2.926 2.926 0 0 1 16.923 3M7.077 3H3v4.077A2.926 2.926 0 0 0 5.923 10H10V5.923A2.926 2.926 0 0 0 7.077 3"/><path stroke="currentColor" stroke-width="2" d="M16.923 21H21v-4.077A2.926 2.926 0 0 0 18.077 14H14v4.077A2.926 2.926 0 0 0 16.923 21Zm-9.846 0H3v-4.077A2.926 2.926 0 0 1 5.923 14H10v4.077A2.926 2.926 0 0 1 7.077 21Zm9.846-18H21v4.077A2.926 2.926 0 0 1 18.077 10H14V5.923A2.926 2.926 0 0 1 16.923 3ZM7.077 3H3v4.077A2.926 2.926 0 0 0 5.923 10H10V5.923A2.926 2.926 0 0 0 7.077 3Z"/></g></svg>
React
import type { SVGProps } from "react";
export function TdesignSystem3(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"><path d="M16.923 21H21v-4.077A2.926 2.926 0 0 0 18.077 14H14v4.077A2.926 2.926 0 0 0 16.923 21m-9.846 0H3v-4.077A2.926 2.926 0 0 1 5.923 14H10v4.077A2.926 2.926 0 0 1 7.077 21m9.846-18H21v4.077A2.926 2.926 0 0 1 18.077 10H14V5.923A2.926 2.926 0 0 1 16.923 3M7.077 3H3v4.077A2.926 2.926 0 0 0 5.923 10H10V5.923A2.926 2.926 0 0 0 7.077 3"/><path stroke="currentColor" strokeWidth="2" d="M16.923 21H21v-4.077A2.926 2.926 0 0 0 18.077 14H14v4.077A2.926 2.926 0 0 0 16.923 21Zm-9.846 0H3v-4.077A2.926 2.926 0 0 1 5.923 14H10v4.077A2.926 2.926 0 0 1 7.077 21Zm9.846-18H21v4.077A2.926 2.926 0 0 1 18.077 10H14V5.923A2.926 2.926 0 0 1 16.923 3ZM7.077 3H3v4.077A2.926 2.926 0 0 0 5.923 10H10V5.923A2.926 2.926 0 0 0 7.077 3Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M16.923 21H21v-4.077A2.926 2.926 0 0 0 18.077 14H14v4.077A2.926 2.926 0 0 0 16.923 21m-9.846 0H3v-4.077A2.926 2.926 0 0 1 5.923 14H10v4.077A2.926 2.926 0 0 1 7.077 21m9.846-18H21v4.077A2.926 2.926 0 0 1 18.077 10H14V5.923A2.926 2.926 0 0 1 16.923 3M7.077 3H3v4.077A2.926 2.926 0 0 0 5.923 10H10V5.923A2.926 2.926 0 0 0 7.077 3"/><path stroke="currentColor" stroke-width="2" d="M16.923 21H21v-4.077A2.926 2.926 0 0 0 18.077 14H14v4.077A2.926 2.926 0 0 0 16.923 21Zm-9.846 0H3v-4.077A2.926 2.926 0 0 1 5.923 14H10v4.077A2.926 2.926 0 0 1 7.077 21Zm9.846-18H21v4.077A2.926 2.926 0 0 1 18.077 10H14V5.923A2.926 2.926 0 0 1 16.923 3ZM7.077 3H3v4.077A2.926 2.926 0 0 0 5.923 10H10V5.923A2.926 2.926 0 0 0 7.077 3Z"/></g></svg> </template>
CSS
.icon-system-3 {
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%3E%3Cpath%20d%3D%22M16.923%2021H21v-4.077A2.926%202.926%200%200%200%2018.077%2014H14v4.077A2.926%202.926%200%200%200%2016.923%2021m-9.846%200H3v-4.077A2.926%202.926%200%200%201%205.923%2014H10v4.077A2.926%202.926%200%200%201%207.077%2021m9.846-18H21v4.077A2.926%202.926%200%200%201%2018.077%2010H14V5.923A2.926%202.926%200%200%201%2016.923%203M7.077%203H3v4.077A2.926%202.926%200%200%200%205.923%2010H10V5.923A2.926%202.926%200%200%200%207.077%203%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M16.923%2021H21v-4.077A2.926%202.926%200%200%200%2018.077%2014H14v4.077A2.926%202.926%200%200%200%2016.923%2021Zm-9.846%200H3v-4.077A2.926%202.926%200%200%201%205.923%2014H10v4.077A2.926%202.926%200%200%201%207.077%2021Zm9.846-18H21v4.077A2.926%202.926%200%200%201%2018.077%2010H14V5.923A2.926%202.926%200%200%201%2016.923%203ZM7.077%203H3v4.077A2.926%202.926%200%200%200%205.923%2010H10V5.923A2.926%202.926%200%200%200%207.077%203Z%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%3E%3Cpath%20d%3D%22M16.923%2021H21v-4.077A2.926%202.926%200%200%200%2018.077%2014H14v4.077A2.926%202.926%200%200%200%2016.923%2021m-9.846%200H3v-4.077A2.926%202.926%200%200%201%205.923%2014H10v4.077A2.926%202.926%200%200%201%207.077%2021m9.846-18H21v4.077A2.926%202.926%200%200%201%2018.077%2010H14V5.923A2.926%202.926%200%200%201%2016.923%203M7.077%203H3v4.077A2.926%202.926%200%200%200%205.923%2010H10V5.923A2.926%202.926%200%200%200%207.077%203%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M16.923%2021H21v-4.077A2.926%202.926%200%200%200%2018.077%2014H14v4.077A2.926%202.926%200%200%200%2016.923%2021Zm-9.846%200H3v-4.077A2.926%202.926%200%200%201%205.923%2014H10v4.077A2.926%202.926%200%200%201%207.077%2021Zm9.846-18H21v4.077A2.926%202.926%200%200%201%2018.077%2010H14V5.923A2.926%202.926%200%200%201%2016.923%203ZM7.077%203H3v4.077A2.926%202.926%200%200%200%205.923%2010H10V5.923A2.926%202.926%200%200%200%207.077%203Z%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/system-3.svg?color=%231a73e8&size=48