logo figma icon
logo-figma-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- logo-figma-filled
- Set
- TDesign Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
The same icon in other sets
Related icons in TDesign Icons
logo-adobe-illustratelogo-adobe-lightroomlogo-adobe-photoshoplogo-alipaylogo-androidlogo-applelogo-behancelogo-chromelogo-cinema4dlogo-cnblogo-codepenlogo-codesandboxlogo-codesignlogo-dribbblelogo-facebooklogo-framerlogo-githublogo-gitlablogo-hiflowlogo-ielogo-instagramlogo-iwikilogo-markdownlogo-miniprogram
Use the logo figma icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.166.5a3.833 3.833 0 1 0 0 7.667H12V.5z"/><path fill="currentColor" d="M8.166 8.167a3.833 3.833 0 0 0-.049 7.666c-2.091.009-3.784 1.74-3.784 3.833c0 2.1 1.735 3.834 3.833 3.834c2.099 0 3.834-1.701 3.834-3.8V8.167zm11.501-3.834A3.833 3.833 0 0 0 15.834.5H12v7.667h3.834a3.833 3.833 0 0 0 3.833-3.834"/><path fill="currentColor" d="M19.667 12A3.834 3.834 0 1 0 12 12a3.834 3.834 0 0 0 7.667 0"/></svg>
React
import type { SVGProps } from "react";
export function TdesignLogoFigmaFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.166.5a3.833 3.833 0 1 0 0 7.667H12V.5z"/><path fill="currentColor" d="M8.166 8.167a3.833 3.833 0 0 0-.049 7.666c-2.091.009-3.784 1.74-3.784 3.833c0 2.1 1.735 3.834 3.833 3.834c2.099 0 3.834-1.701 3.834-3.8V8.167zm11.501-3.834A3.833 3.833 0 0 0 15.834.5H12v7.667h3.834a3.833 3.833 0 0 0 3.833-3.834"/><path fill="currentColor" d="M19.667 12A3.834 3.834 0 1 0 12 12a3.834 3.834 0 0 0 7.667 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.166.5a3.833 3.833 0 1 0 0 7.667H12V.5z"/><path fill="currentColor" d="M8.166 8.167a3.833 3.833 0 0 0-.049 7.666c-2.091.009-3.784 1.74-3.784 3.833c0 2.1 1.735 3.834 3.833 3.834c2.099 0 3.834-1.701 3.834-3.8V8.167zm11.501-3.834A3.833 3.833 0 0 0 15.834.5H12v7.667h3.834a3.833 3.833 0 0 0 3.833-3.834"/><path fill="currentColor" d="M19.667 12A3.834 3.834 0 1 0 12 12a3.834 3.834 0 0 0 7.667 0"/></svg> </template>
CSS
.icon-logo-figma-filled {
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%22currentColor%22%20d%3D%22M8.166.5a3.833%203.833%200%201%200%200%207.667H12V.5z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.166%208.167a3.833%203.833%200%200%200-.049%207.666c-2.091.009-3.784%201.74-3.784%203.833c0%202.1%201.735%203.834%203.833%203.834c2.099%200%203.834-1.701%203.834-3.8V8.167zm11.501-3.834A3.833%203.833%200%200%200%2015.834.5H12v7.667h3.834a3.833%203.833%200%200%200%203.833-3.834%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.667%2012A3.834%203.834%200%201%200%2012%2012a3.834%203.834%200%200%200%207.667%200%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%22currentColor%22%20d%3D%22M8.166.5a3.833%203.833%200%201%200%200%207.667H12V.5z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.166%208.167a3.833%203.833%200%200%200-.049%207.666c-2.091.009-3.784%201.74-3.784%203.833c0%202.1%201.735%203.834%203.833%203.834c2.099%200%203.834-1.701%203.834-3.8V8.167zm11.501-3.834A3.833%203.833%200%200%200%2015.834.5H12v7.667h3.834a3.833%203.833%200%200%200%203.833-3.834%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.667%2012A3.834%203.834%200%201%200%2012%2012a3.834%203.834%200%200%200%207.667%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/logo-figma-filled.svg?color=%231a73e8&size=48