system components icon

system-components from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
system-components
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Related icons in TDesign Icons

Use the system components icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M12 9.75L15.847 12v4.5L12 18.75L8.15 16.5V12zm2.222-4.5c0 1.243-.995 2.25-2.222 2.25S9.778 6.493 9.778 5.25S10.773 3 12 3s2.222 1.007 2.222 2.25M22 18.75c0 1.243-.995 2.25-2.222 2.25s-2.222-1.007-2.222-2.25s.995-2.25 2.222-2.25S22 17.507 22 18.75m-15.556 0c0 1.243-.994 2.25-2.222 2.25S2 19.993 2 18.75s.995-2.25 2.222-2.25c1.228 0 2.222 1.007 2.222 2.25"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="m15.85 16.5l2.058 1.034M12 9.75V7.5m-3.85 9l-2.057 1.035M12 9.75L15.849 12v4.5l-3.85 2.25l-3.848-2.25V12zm2.222-4.5c0 1.243-.995 2.25-2.222 2.25S9.778 6.493 9.778 5.25S10.773 3 12 3s2.222 1.007 2.222 2.25ZM22 18.75c0 1.243-.995 2.25-2.222 2.25s-2.222-1.007-2.222-2.25s.995-2.25 2.222-2.25S22 17.507 22 18.75Zm-15.556 0c0 1.243-.994 2.25-2.222 2.25S2 19.993 2 18.75s.995-2.25 2.222-2.25c1.228 0 2.222 1.007 2.222 2.25Z"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignSystemComponents(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="M12 9.75L15.847 12v4.5L12 18.75L8.15 16.5V12zm2.222-4.5c0 1.243-.995 2.25-2.222 2.25S9.778 6.493 9.778 5.25S10.773 3 12 3s2.222 1.007 2.222 2.25M22 18.75c0 1.243-.995 2.25-2.222 2.25s-2.222-1.007-2.222-2.25s.995-2.25 2.222-2.25S22 17.507 22 18.75m-15.556 0c0 1.243-.994 2.25-2.222 2.25S2 19.993 2 18.75s.995-2.25 2.222-2.25c1.228 0 2.222 1.007 2.222 2.25"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="m15.85 16.5l2.058 1.034M12 9.75V7.5m-3.85 9l-2.057 1.035M12 9.75L15.849 12v4.5l-3.85 2.25l-3.848-2.25V12zm2.222-4.5c0 1.243-.995 2.25-2.222 2.25S9.778 6.493 9.778 5.25S10.773 3 12 3s2.222 1.007 2.222 2.25ZM22 18.75c0 1.243-.995 2.25-2.222 2.25s-2.222-1.007-2.222-2.25s.995-2.25 2.222-2.25S22 17.507 22 18.75Zm-15.556 0c0 1.243-.994 2.25-2.222 2.25S2 19.993 2 18.75s.995-2.25 2.222-2.25c1.228 0 2.222 1.007 2.222 2.25Z"/></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="M12 9.75L15.847 12v4.5L12 18.75L8.15 16.5V12zm2.222-4.5c0 1.243-.995 2.25-2.222 2.25S9.778 6.493 9.778 5.25S10.773 3 12 3s2.222 1.007 2.222 2.25M22 18.75c0 1.243-.995 2.25-2.222 2.25s-2.222-1.007-2.222-2.25s.995-2.25 2.222-2.25S22 17.507 22 18.75m-15.556 0c0 1.243-.994 2.25-2.222 2.25S2 19.993 2 18.75s.995-2.25 2.222-2.25c1.228 0 2.222 1.007 2.222 2.25"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="m15.85 16.5l2.058 1.034M12 9.75V7.5m-3.85 9l-2.057 1.035M12 9.75L15.849 12v4.5l-3.85 2.25l-3.848-2.25V12zm2.222-4.5c0 1.243-.995 2.25-2.222 2.25S9.778 6.493 9.778 5.25S10.773 3 12 3s2.222 1.007 2.222 2.25ZM22 18.75c0 1.243-.995 2.25-2.222 2.25s-2.222-1.007-2.222-2.25s.995-2.25 2.222-2.25S22 17.507 22 18.75Zm-15.556 0c0 1.243-.994 2.25-2.222 2.25S2 19.993 2 18.75s.995-2.25 2.222-2.25c1.228 0 2.222 1.007 2.222 2.25Z"/></g></svg>
</template>

CSS

.icon-system-components {
  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%22M12%209.75L15.847%2012v4.5L12%2018.75L8.15%2016.5V12zm2.222-4.5c0%201.243-.995%202.25-2.222%202.25S9.778%206.493%209.778%205.25S10.773%203%2012%203s2.222%201.007%202.222%202.25M22%2018.75c0%201.243-.995%202.25-2.222%202.25s-2.222-1.007-2.222-2.25s.995-2.25%202.222-2.25S22%2017.507%2022%2018.75m-15.556%200c0%201.243-.994%202.25-2.222%202.25S2%2019.993%202%2018.75s.995-2.25%202.222-2.25c1.228%200%202.222%201.007%202.222%202.25%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22m15.85%2016.5l2.058%201.034M12%209.75V7.5m-3.85%209l-2.057%201.035M12%209.75L15.849%2012v4.5l-3.85%202.25l-3.848-2.25V12zm2.222-4.5c0%201.243-.995%202.25-2.222%202.25S9.778%206.493%209.778%205.25S10.773%203%2012%203s2.222%201.007%202.222%202.25ZM22%2018.75c0%201.243-.995%202.25-2.222%202.25s-2.222-1.007-2.222-2.25s.995-2.25%202.222-2.25S22%2017.507%2022%2018.75Zm-15.556%200c0%201.243-.994%202.25-2.222%202.25S2%2019.993%202%2018.75s.995-2.25%202.222-2.25c1.228%200%202.222%201.007%202.222%202.25Z%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%22M12%209.75L15.847%2012v4.5L12%2018.75L8.15%2016.5V12zm2.222-4.5c0%201.243-.995%202.25-2.222%202.25S9.778%206.493%209.778%205.25S10.773%203%2012%203s2.222%201.007%202.222%202.25M22%2018.75c0%201.243-.995%202.25-2.222%202.25s-2.222-1.007-2.222-2.25s.995-2.25%202.222-2.25S22%2017.507%2022%2018.75m-15.556%200c0%201.243-.994%202.25-2.222%202.25S2%2019.993%202%2018.75s.995-2.25%202.222-2.25c1.228%200%202.222%201.007%202.222%202.25%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22m15.85%2016.5l2.058%201.034M12%209.75V7.5m-3.85%209l-2.057%201.035M12%209.75L15.849%2012v4.5l-3.85%202.25l-3.848-2.25V12zm2.222-4.5c0%201.243-.995%202.25-2.222%202.25S9.778%206.493%209.778%205.25S10.773%203%2012%203s2.222%201.007%202.222%202.25ZM22%2018.75c0%201.243-.995%202.25-2.222%202.25s-2.222-1.007-2.222-2.25s.995-2.25%202.222-2.25S22%2017.507%2022%2018.75Zm-15.556%200c0%201.243-.994%202.25-2.222%202.25S2%2019.993%202%2018.75s.995-2.25%202.222-2.25c1.228%200%202.222%201.007%202.222%202.25Z%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-components.svg?color=%231a73e8&size=48