logo figma icon

logo-figma from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
logo-figma
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

The same icon in other sets

Related icons in IonIcons

Use the logo figma icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M336 176a80 80 0 0 0 0-160H176a80 80 0 0 0 0 160a80 80 0 0 0 0 160a80 80 0 1 0 80 80V176Z"/><circle cx="336" cy="256" r="80" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonLogoFigma(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M336 176a80 80 0 0 0 0-160H176a80 80 0 0 0 0 160a80 80 0 0 0 0 160a80 80 0 1 0 80 80V176Z"/><circle cx="336" cy="256" r="80" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M336 176a80 80 0 0 0 0-160H176a80 80 0 0 0 0 160a80 80 0 0 0 0 160a80 80 0 1 0 80 80V176Z"/><circle cx="336" cy="256" r="80" fill="currentColor"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M336%20176a80%2080%200%200%200%200-160H176a80%2080%200%200%200%200%20160a80%2080%200%200%200%200%20160a80%2080%200%201%200%2080%2080V176Z%22%2F%3E%3Ccircle%20cx%3D%22336%22%20cy%3D%22256%22%20r%3D%2280%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M336%20176a80%2080%200%200%200%200-160H176a80%2080%200%200%200%200%20160a80%2080%200%200%200%200%20160a80%2080%200%201%200%2080%2080V176Z%22%2F%3E%3Ccircle%20cx%3D%22336%22%20cy%3D%22256%22%20r%3D%2280%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/logo-figma.svg?color=%231a73e8&size=48