logo-figma from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
logo-figma
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Related icons in TDesign Icons

Use the logo figma 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 1.5h3.5a3.5 3.5 0 1 1 0 7H12zM5 5a3.5 3.5 0 0 1 3.5-3.5H12v7H8.5A3.5 3.5 0 0 1 5 5m0 7a3.5 3.5 0 0 1 3.5-3.5H12v7H8.5A3.5 3.5 0 0 1 5 12m0 7a3.5 3.5 0 0 1 3.5-3.5H12V19a3.5 3.5 0 1 1-7 0"/><path d="M19 12a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0"/><path stroke="currentColor" stroke-width="2" d="M12 1.5v7m0-7h3.5a3.5 3.5 0 1 1 0 7m-3.5-7H8.5a3.5 3.5 0 1 0 0 7m3.5 0h3.5m-3.5 0H8.5m3.5 0v7m3.5-7a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7Zm-7 0a3.5 3.5 0 1 0 0 7m3.5 0H8.5m3.5 0V19a3.5 3.5 0 1 1-3.5-3.5"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignLogoFigma(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 1.5h3.5a3.5 3.5 0 1 1 0 7H12zM5 5a3.5 3.5 0 0 1 3.5-3.5H12v7H8.5A3.5 3.5 0 0 1 5 5m0 7a3.5 3.5 0 0 1 3.5-3.5H12v7H8.5A3.5 3.5 0 0 1 5 12m0 7a3.5 3.5 0 0 1 3.5-3.5H12V19a3.5 3.5 0 1 1-7 0"/><path d="M19 12a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0"/><path stroke="currentColor" strokeWidth="2" d="M12 1.5v7m0-7h3.5a3.5 3.5 0 1 1 0 7m-3.5-7H8.5a3.5 3.5 0 1 0 0 7m3.5 0h3.5m-3.5 0H8.5m3.5 0v7m3.5-7a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7Zm-7 0a3.5 3.5 0 1 0 0 7m3.5 0H8.5m3.5 0V19a3.5 3.5 0 1 1-3.5-3.5"/></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 1.5h3.5a3.5 3.5 0 1 1 0 7H12zM5 5a3.5 3.5 0 0 1 3.5-3.5H12v7H8.5A3.5 3.5 0 0 1 5 5m0 7a3.5 3.5 0 0 1 3.5-3.5H12v7H8.5A3.5 3.5 0 0 1 5 12m0 7a3.5 3.5 0 0 1 3.5-3.5H12V19a3.5 3.5 0 1 1-7 0"/><path d="M19 12a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0"/><path stroke="currentColor" stroke-width="2" d="M12 1.5v7m0-7h3.5a3.5 3.5 0 1 1 0 7m-3.5-7H8.5a3.5 3.5 0 1 0 0 7m3.5 0h3.5m-3.5 0H8.5m3.5 0v7m3.5-7a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7Zm-7 0a3.5 3.5 0 1 0 0 7m3.5 0H8.5m3.5 0V19a3.5 3.5 0 1 1-3.5-3.5"/></g></svg>
</template>

CSS

.icon-logo-figma {
  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%201.5h3.5a3.5%203.5%200%201%201%200%207H12zM5%205a3.5%203.5%200%200%201%203.5-3.5H12v7H8.5A3.5%203.5%200%200%201%205%205m0%207a3.5%203.5%200%200%201%203.5-3.5H12v7H8.5A3.5%203.5%200%200%201%205%2012m0%207a3.5%203.5%200%200%201%203.5-3.5H12V19a3.5%203.5%200%201%201-7%200%22%2F%3E%3Cpath%20d%3D%22M19%2012a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M12%201.5v7m0-7h3.5a3.5%203.5%200%201%201%200%207m-3.5-7H8.5a3.5%203.5%200%201%200%200%207m3.5%200h3.5m-3.5%200H8.5m3.5%200v7m3.5-7a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7Zm-7%200a3.5%203.5%200%201%200%200%207m3.5%200H8.5m3.5%200V19a3.5%203.5%200%201%201-3.5-3.5%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%201.5h3.5a3.5%203.5%200%201%201%200%207H12zM5%205a3.5%203.5%200%200%201%203.5-3.5H12v7H8.5A3.5%203.5%200%200%201%205%205m0%207a3.5%203.5%200%200%201%203.5-3.5H12v7H8.5A3.5%203.5%200%200%201%205%2012m0%207a3.5%203.5%200%200%201%203.5-3.5H12V19a3.5%203.5%200%201%201-7%200%22%2F%3E%3Cpath%20d%3D%22M19%2012a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M12%201.5v7m0-7h3.5a3.5%203.5%200%201%201%200%207m-3.5-7H8.5a3.5%203.5%200%201%200%200%207m3.5%200h3.5m-3.5%200H8.5m3.5%200v7m3.5-7a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7Zm-7%200a3.5%203.5%200%201%200%200%207m3.5%200H8.5m3.5%200V19a3.5%203.5%200%201%201-3.5-3.5%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/logo-figma.svg?color=%231a73e8&size=48