system 2 icon
system-2 from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- system-2
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
Related icons in TDesign Icons
Use the system 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M12 15H4.198C3.641 14.833 2 14 2 12s1.64-2.833 2.198-3h1.239M12 9h7.802c.557.167 2.198 1 2.198 3s-1.64 2.833-2.198 3h-1.238M9 12V4.198C9.167 3.641 10 2 12 2s2.833 1.64 3 2.198v1.239M15 12v7.802c-.167.557-1 2.198-3 2.198s-2.833-1.64-3-2.198v-1.238"/></svg>
React
import type { SVGProps } from "react";
export function TdesignSystem2(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M12 15H4.198C3.641 14.833 2 14 2 12s1.64-2.833 2.198-3h1.239M12 9h7.802c.557.167 2.198 1 2.198 3s-1.64 2.833-2.198 3h-1.238M9 12V4.198C9.167 3.641 10 2 12 2s2.833 1.64 3 2.198v1.239M15 12v7.802c-.167.557-1 2.198-3 2.198s-2.833-1.64-3-2.198v-1.238"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M12 15H4.198C3.641 14.833 2 14 2 12s1.64-2.833 2.198-3h1.239M12 9h7.802c.557.167 2.198 1 2.198 3s-1.64 2.833-2.198 3h-1.238M9 12V4.198C9.167 3.641 10 2 12 2s2.833 1.64 3 2.198v1.239M15 12v7.802c-.167.557-1 2.198-3 2.198s-2.833-1.64-3-2.198v-1.238"/></svg> </template>
CSS
.icon-system-2 {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M12%2015H4.198C3.641%2014.833%202%2014%202%2012s1.64-2.833%202.198-3h1.239M12%209h7.802c.557.167%202.198%201%202.198%203s-1.64%202.833-2.198%203h-1.238M9%2012V4.198C9.167%203.641%2010%202%2012%202s2.833%201.64%203%202.198v1.239M15%2012v7.802c-.167.557-1%202.198-3%202.198s-2.833-1.64-3-2.198v-1.238%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M12%2015H4.198C3.641%2014.833%202%2014%202%2012s1.64-2.833%202.198-3h1.239M12%209h7.802c.557.167%202.198%201%202.198%203s-1.64%202.833-2.198%203h-1.238M9%2012V4.198C9.167%203.641%2010%202%2012%202s2.833%201.64%203%202.198v1.239M15%2012v7.802c-.167.557-1%202.198-3%202.198s-2.833-1.64-3-2.198v-1.238%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/system-2.svg?color=%231a73e8&size=48