file type attw logo

file-type-attw from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.

Name
file-type-attw
Set
VSCode Icons
Style
Color
Viewbox
32×32
License
MIT

Related icons in VSCode Icons

Use the file type attw logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#007acc" d="M2 2h28v28H2z"/><path fill="#fff" d="M4.4 9.88v3.04h4.8V26.4H13V12.92h4.8V9.88zm20.5 4.94a4.33 4.33 0 0 0-4.21 2.55c-.37.73-.5 1.27-.5 2.01s.16 1.36.55 2.15c.25.5.62 1.07 1.05 1.6l.8.98c.6.74.85 1.1 1.07 1.58c.23.48.32.81.3 1.15a1.43 1.43 0 0 1-.87 1.2c-.35.14-1.01.13-1.5-.02a6.6 6.6 0 0 1-2.64-1.58a6.5 6.5 0 0 1-1.43-1.94l-.22-.45l-.85 1.63l-.84 1.62l.13.18a10.5 10.5 0 0 0 2.94 2.43l.17.09h7.9c0-.02.12-.22.24-.38c.42-.6.8-1.44.92-2.1a5.1 5.1 0 0 0-.01-1.51a7.94 7.94 0 0 0-1.78-3.29c-1.4-1.73-1.7-2.2-1.88-2.87c-.1-.38-.1-.5 0-.82c.14-.43.52-.8.99-.91c.25-.06 1-.02 1.33.08a7.1 7.1 0 0 1 3.19 2.16l.25.3v-4.01l-.1-.07c-.5-.33-1.62-.9-2.21-1.14c-1-.4-1.94-.6-2.8-.62z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeAttw(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#007acc" d="M2 2h28v28H2z"/><path fill="#fff" d="M4.4 9.88v3.04h4.8V26.4H13V12.92h4.8V9.88zm20.5 4.94a4.33 4.33 0 0 0-4.21 2.55c-.37.73-.5 1.27-.5 2.01s.16 1.36.55 2.15c.25.5.62 1.07 1.05 1.6l.8.98c.6.74.85 1.1 1.07 1.58c.23.48.32.81.3 1.15a1.43 1.43 0 0 1-.87 1.2c-.35.14-1.01.13-1.5-.02a6.6 6.6 0 0 1-2.64-1.58a6.5 6.5 0 0 1-1.43-1.94l-.22-.45l-.85 1.63l-.84 1.62l.13.18a10.5 10.5 0 0 0 2.94 2.43l.17.09h7.9c0-.02.12-.22.24-.38c.42-.6.8-1.44.92-2.1a5.1 5.1 0 0 0-.01-1.51a7.94 7.94 0 0 0-1.78-3.29c-1.4-1.73-1.7-2.2-1.88-2.87c-.1-.38-.1-.5 0-.82c.14-.43.52-.8.99-.91c.25-.06 1-.02 1.33.08a7.1 7.1 0 0 1 3.19 2.16l.25.3v-4.01l-.1-.07c-.5-.33-1.62-.9-2.21-1.14c-1-.4-1.94-.6-2.8-.62z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#007acc" d="M2 2h28v28H2z"/><path fill="#fff" d="M4.4 9.88v3.04h4.8V26.4H13V12.92h4.8V9.88zm20.5 4.94a4.33 4.33 0 0 0-4.21 2.55c-.37.73-.5 1.27-.5 2.01s.16 1.36.55 2.15c.25.5.62 1.07 1.05 1.6l.8.98c.6.74.85 1.1 1.07 1.58c.23.48.32.81.3 1.15a1.43 1.43 0 0 1-.87 1.2c-.35.14-1.01.13-1.5-.02a6.6 6.6 0 0 1-2.64-1.58a6.5 6.5 0 0 1-1.43-1.94l-.22-.45l-.85 1.63l-.84 1.62l.13.18a10.5 10.5 0 0 0 2.94 2.43l.17.09h7.9c0-.02.12-.22.24-.38c.42-.6.8-1.44.92-2.1a5.1 5.1 0 0 0-.01-1.51a7.94 7.94 0 0 0-1.78-3.29c-1.4-1.73-1.7-2.2-1.88-2.87c-.1-.38-.1-.5 0-.82c.14-.43.52-.8.99-.91c.25-.06 1-.02 1.33.08a7.1 7.1 0 0 1 3.19 2.16l.25.3v-4.01l-.1-.07c-.5-.33-1.62-.9-2.21-1.14c-1-.4-1.94-.6-2.8-.62z"/></svg>
</template>

CSS

.icon-file-type-attw {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22%23007acc%22%20d%3D%22M2%202h28v28H2z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.4%209.88v3.04h4.8V26.4H13V12.92h4.8V9.88zm20.5%204.94a4.33%204.33%200%200%200-4.21%202.55c-.37.73-.5%201.27-.5%202.01s.16%201.36.55%202.15c.25.5.62%201.07%201.05%201.6l.8.98c.6.74.85%201.1%201.07%201.58c.23.48.32.81.3%201.15a1.43%201.43%200%200%201-.87%201.2c-.35.14-1.01.13-1.5-.02a6.6%206.6%200%200%201-2.64-1.58a6.5%206.5%200%200%201-1.43-1.94l-.22-.45l-.85%201.63l-.84%201.62l.13.18a10.5%2010.5%200%200%200%202.94%202.43l.17.09h7.9c0-.02.12-.22.24-.38c.42-.6.8-1.44.92-2.1a5.1%205.1%200%200%200-.01-1.51a7.94%207.94%200%200%200-1.78-3.29c-1.4-1.73-1.7-2.2-1.88-2.87c-.1-.38-.1-.5%200-.82c.14-.43.52-.8.99-.91c.25-.06%201-.02%201.33.08a7.1%207.1%200%200%201%203.19%202.16l.25.3v-4.01l-.1-.07c-.5-.33-1.62-.9-2.21-1.14c-1-.4-1.94-.6-2.8-.62z%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%2032%2032%22%3E%3Cpath%20fill%3D%22%23007acc%22%20d%3D%22M2%202h28v28H2z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.4%209.88v3.04h4.8V26.4H13V12.92h4.8V9.88zm20.5%204.94a4.33%204.33%200%200%200-4.21%202.55c-.37.73-.5%201.27-.5%202.01s.16%201.36.55%202.15c.25.5.62%201.07%201.05%201.6l.8.98c.6.74.85%201.1%201.07%201.58c.23.48.32.81.3%201.15a1.43%201.43%200%200%201-.87%201.2c-.35.14-1.01.13-1.5-.02a6.6%206.6%200%200%201-2.64-1.58a6.5%206.5%200%200%201-1.43-1.94l-.22-.45l-.85%201.63l-.84%201.62l.13.18a10.5%2010.5%200%200%200%202.94%202.43l.17.09h7.9c0-.02.12-.22.24-.38c.42-.6.8-1.44.92-2.1a5.1%205.1%200%200%200-.01-1.51a7.94%207.94%200%200%200-1.78-3.29c-1.4-1.73-1.7-2.2-1.88-2.87c-.1-.38-.1-.5%200-.82c.14-.43.52-.8.99-.91c.25-.06%201-.02%201.33.08a7.1%207.1%200%200%201%203.19%202.16l.25.3v-4.01l-.1-.07c-.5-.33-1.62-.9-2.21-1.14c-1-.4-1.94-.6-2.8-.62z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-attw.svg?color=%231a73e8&size=48