file type motif logo

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

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

Related icons in VSCode Icons

Use the file type motif logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><linearGradient id="SVG2OKY2cmV" x1="285.901" x2="307.339" y1="422.94" y2="415.156" gradientTransform="translate(-281.5 -403)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#eb4a54"/><stop offset="1" stop-color="#9e2990"/></linearGradient><path fill="url(#SVG2OKY2cmV)" fill-rule="evenodd" d="M10.2 6.2c-1.1-1.4-3.3-.6-3.5 1.2L5.5 21.2c-.2 2.1 1.4 4 3.5 4.2l12.1 1c2.1.2 4-1.4 4.2-3.5l1.2-13.8c.2-1.8-2-2.9-3.4-1.8l-3.4 2.8c-.4.3-.6.5-.7.7s-.1.4-.1.6c.1.2.2.4.6.7l.7.8c3.2 3.7.2 9.3-4.7 8.9h-.6c-4.8-.5-6.7-6.5-3.1-9.6l.8-.7c.4-.3.6-.5.7-.7s.1-.4.1-.6c-.1-.2-.2-.4-.6-.7zm7.5 1.3c-.4.3-.6.5-.7.6c-.2 0-.4 0-.6-.1s-.4-.3-.7-.7L12.9 4C9.8.3 3.7 2.2 3.3 7.1L2 21c-.4 4 2.6 7.5 6.6 7.9l12.1 1c4 .4 7.5-2.6 7.9-6.6L30 9.4c.5-4.8-5.2-7.7-8.9-4.7zm-.6 6.9c-.3-.4-.5-.6-.7-.7s-.4-.1-.6-.1c-.2.1-.4.2-.7.6l-.8.7c-1.4 1.1-.7 3.4 1.1 3.5l.7.1c1.8.2 2.9-2 1.8-3.4z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeMotif(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><linearGradient id="SVG2OKY2cmV" x1="285.901" x2="307.339" y1="422.94" y2="415.156" gradientTransform="translate(-281.5 -403)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#eb4a54"/><stop offset="1" stopColor="#9e2990"/></linearGradient><path fill="url(#SVG2OKY2cmV)" fillRule="evenodd" d="M10.2 6.2c-1.1-1.4-3.3-.6-3.5 1.2L5.5 21.2c-.2 2.1 1.4 4 3.5 4.2l12.1 1c2.1.2 4-1.4 4.2-3.5l1.2-13.8c.2-1.8-2-2.9-3.4-1.8l-3.4 2.8c-.4.3-.6.5-.7.7s-.1.4-.1.6c.1.2.2.4.6.7l.7.8c3.2 3.7.2 9.3-4.7 8.9h-.6c-4.8-.5-6.7-6.5-3.1-9.6l.8-.7c.4-.3.6-.5.7-.7s.1-.4.1-.6c-.1-.2-.2-.4-.6-.7zm7.5 1.3c-.4.3-.6.5-.7.6c-.2 0-.4 0-.6-.1s-.4-.3-.7-.7L12.9 4C9.8.3 3.7 2.2 3.3 7.1L2 21c-.4 4 2.6 7.5 6.6 7.9l12.1 1c4 .4 7.5-2.6 7.9-6.6L30 9.4c.5-4.8-5.2-7.7-8.9-4.7zm-.6 6.9c-.3-.4-.5-.6-.7-.7s-.4-.1-.6-.1c-.2.1-.4.2-.7.6l-.8.7c-1.4 1.1-.7 3.4 1.1 3.5l.7.1c1.8.2 2.9-2 1.8-3.4z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><linearGradient id="SVG2OKY2cmV" x1="285.901" x2="307.339" y1="422.94" y2="415.156" gradientTransform="translate(-281.5 -403)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#eb4a54"/><stop offset="1" stop-color="#9e2990"/></linearGradient><path fill="url(#SVG2OKY2cmV)" fill-rule="evenodd" d="M10.2 6.2c-1.1-1.4-3.3-.6-3.5 1.2L5.5 21.2c-.2 2.1 1.4 4 3.5 4.2l12.1 1c2.1.2 4-1.4 4.2-3.5l1.2-13.8c.2-1.8-2-2.9-3.4-1.8l-3.4 2.8c-.4.3-.6.5-.7.7s-.1.4-.1.6c.1.2.2.4.6.7l.7.8c3.2 3.7.2 9.3-4.7 8.9h-.6c-4.8-.5-6.7-6.5-3.1-9.6l.8-.7c.4-.3.6-.5.7-.7s.1-.4.1-.6c-.1-.2-.2-.4-.6-.7zm7.5 1.3c-.4.3-.6.5-.7.6c-.2 0-.4 0-.6-.1s-.4-.3-.7-.7L12.9 4C9.8.3 3.7 2.2 3.3 7.1L2 21c-.4 4 2.6 7.5 6.6 7.9l12.1 1c4 .4 7.5-2.6 7.9-6.6L30 9.4c.5-4.8-5.2-7.7-8.9-4.7zm-.6 6.9c-.3-.4-.5-.6-.7-.7s-.4-.1-.6-.1c-.2.1-.4.2-.7.6l-.8.7c-1.4 1.1-.7 3.4 1.1 3.5l.7.1c1.8.2 2.9-2 1.8-3.4z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-file-type-motif {
  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%3ClinearGradient%20id%3D%22SVG2OKY2cmV%22%20x1%3D%22285.901%22%20x2%3D%22307.339%22%20y1%3D%22422.94%22%20y2%3D%22415.156%22%20gradientTransform%3D%22translate(-281.5%20-403)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23eb4a54%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239e2990%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVG2OKY2cmV)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.2%206.2c-1.1-1.4-3.3-.6-3.5%201.2L5.5%2021.2c-.2%202.1%201.4%204%203.5%204.2l12.1%201c2.1.2%204-1.4%204.2-3.5l1.2-13.8c.2-1.8-2-2.9-3.4-1.8l-3.4%202.8c-.4.3-.6.5-.7.7s-.1.4-.1.6c.1.2.2.4.6.7l.7.8c3.2%203.7.2%209.3-4.7%208.9h-.6c-4.8-.5-6.7-6.5-3.1-9.6l.8-.7c.4-.3.6-.5.7-.7s.1-.4.1-.6c-.1-.2-.2-.4-.6-.7zm7.5%201.3c-.4.3-.6.5-.7.6c-.2%200-.4%200-.6-.1s-.4-.3-.7-.7L12.9%204C9.8.3%203.7%202.2%203.3%207.1L2%2021c-.4%204%202.6%207.5%206.6%207.9l12.1%201c4%20.4%207.5-2.6%207.9-6.6L30%209.4c.5-4.8-5.2-7.7-8.9-4.7zm-.6%206.9c-.3-.4-.5-.6-.7-.7s-.4-.1-.6-.1c-.2.1-.4.2-.7.6l-.8.7c-1.4%201.1-.7%203.4%201.1%203.5l.7.1c1.8.2%202.9-2%201.8-3.4z%22%20clip-rule%3D%22evenodd%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%3ClinearGradient%20id%3D%22SVG2OKY2cmV%22%20x1%3D%22285.901%22%20x2%3D%22307.339%22%20y1%3D%22422.94%22%20y2%3D%22415.156%22%20gradientTransform%3D%22translate(-281.5%20-403)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23eb4a54%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239e2990%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVG2OKY2cmV)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.2%206.2c-1.1-1.4-3.3-.6-3.5%201.2L5.5%2021.2c-.2%202.1%201.4%204%203.5%204.2l12.1%201c2.1.2%204-1.4%204.2-3.5l1.2-13.8c.2-1.8-2-2.9-3.4-1.8l-3.4%202.8c-.4.3-.6.5-.7.7s-.1.4-.1.6c.1.2.2.4.6.7l.7.8c3.2%203.7.2%209.3-4.7%208.9h-.6c-4.8-.5-6.7-6.5-3.1-9.6l.8-.7c.4-.3.6-.5.7-.7s.1-.4.1-.6c-.1-.2-.2-.4-.6-.7zm7.5%201.3c-.4.3-.6.5-.7.6c-.2%200-.4%200-.6-.1s-.4-.3-.7-.7L12.9%204C9.8.3%203.7%202.2%203.3%207.1L2%2021c-.4%204%202.6%207.5%206.6%207.9l12.1%201c4%20.4%207.5-2.6%207.9-6.6L30%209.4c.5-4.8-5.2-7.7-8.9-4.7zm-.6%206.9c-.3-.4-.5-.6-.7-.7s-.4-.1-.6-.1c-.2.1-.4.2-.7.6l-.8.7c-1.4%201.1-.7%203.4%201.1%203.5l.7.1c1.8.2%202.9-2%201.8-3.4z%22%20clip-rule%3D%22evenodd%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-motif.svg?color=%231a73e8&size=48