file type madge logo

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

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

Related icons in VSCode Icons

Use the file type madge logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGmljMiqUq" x1="146.49" x2="146.49" y1="175.44" y2="102.15" gradientTransform="scale(.98983 1.01027)" gradientUnits="userSpaceOnUse"><stop offset="0%" stop-color="#803fa5"/><stop offset="100%" stop-color="#4b114a"/></linearGradient></defs><g fill="none" fill-rule="evenodd"><path fill="#c4baff" d="M16.25 8.03L22.13 30H10.37z"/><path fill="#6750e5" fill-opacity=".5" d="M23.7 2L10.34 30h18.24z"/><path fill="#6750e5" fill-opacity=".5" d="m9.04 2l13.12 28H3.4z"/><path fill="url(#SVGmljMiqUq)" d="M85.73 220H64.31L93.19 72.48l47.1 106.64l48.79-106.64L215.03 220h-21.24l-13.24-82.82l-40.61 89.13l-39.46-89.22z" transform="translate(-2.7 -1.8)scale(.13592)"/><path stroke="#a28bca" stroke-linecap="square" stroke-opacity=".36" stroke-width=".27" d="m7.83 26.13l2.45-13.19m5.91 12.3L10.35 12.6m6.11 12.5l5.98-12.5m2.25 13.8l-2.25-13.53"/><g fill="#dcc6ff" transform="translate(7.76 10.7)scale(.13592)"><circle cx="19" cy="16" r="3"/><circle cx="63" cy="110" r="3"/><circle cx="108" cy="16" r="3"/><circle cx="125" cy="116" r="3"/><circle cy="116" r="3"/></g></g></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeMadge(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGmljMiqUq" x1="146.49" x2="146.49" y1="175.44" y2="102.15" gradientTransform="scale(.98983 1.01027)" gradientUnits="userSpaceOnUse"><stop offset="0%" stopColor="#803fa5"/><stop offset="100%" stopColor="#4b114a"/></linearGradient></defs><g fill="none" fillRule="evenodd"><path fill="#c4baff" d="M16.25 8.03L22.13 30H10.37z"/><path fill="#6750e5" fillOpacity=".5" d="M23.7 2L10.34 30h18.24z"/><path fill="#6750e5" fillOpacity=".5" d="m9.04 2l13.12 28H3.4z"/><path fill="url(#SVGmljMiqUq)" d="M85.73 220H64.31L93.19 72.48l47.1 106.64l48.79-106.64L215.03 220h-21.24l-13.24-82.82l-40.61 89.13l-39.46-89.22z" transform="translate(-2.7 -1.8)scale(.13592)"/><path stroke="#a28bca" strokeLinecap="square" strokeOpacity=".36" strokeWidth=".27" d="m7.83 26.13l2.45-13.19m5.91 12.3L10.35 12.6m6.11 12.5l5.98-12.5m2.25 13.8l-2.25-13.53"/><g fill="#dcc6ff" transform="translate(7.76 10.7)scale(.13592)"><circle cx="19" cy="16" r="3"/><circle cx="63" cy="110" r="3"/><circle cx="108" cy="16" r="3"/><circle cx="125" cy="116" r="3"/><circle cy="116" r="3"/></g></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGmljMiqUq" x1="146.49" x2="146.49" y1="175.44" y2="102.15" gradientTransform="scale(.98983 1.01027)" gradientUnits="userSpaceOnUse"><stop offset="0%" stop-color="#803fa5"/><stop offset="100%" stop-color="#4b114a"/></linearGradient></defs><g fill="none" fill-rule="evenodd"><path fill="#c4baff" d="M16.25 8.03L22.13 30H10.37z"/><path fill="#6750e5" fill-opacity=".5" d="M23.7 2L10.34 30h18.24z"/><path fill="#6750e5" fill-opacity=".5" d="m9.04 2l13.12 28H3.4z"/><path fill="url(#SVGmljMiqUq)" d="M85.73 220H64.31L93.19 72.48l47.1 106.64l48.79-106.64L215.03 220h-21.24l-13.24-82.82l-40.61 89.13l-39.46-89.22z" transform="translate(-2.7 -1.8)scale(.13592)"/><path stroke="#a28bca" stroke-linecap="square" stroke-opacity=".36" stroke-width=".27" d="m7.83 26.13l2.45-13.19m5.91 12.3L10.35 12.6m6.11 12.5l5.98-12.5m2.25 13.8l-2.25-13.53"/><g fill="#dcc6ff" transform="translate(7.76 10.7)scale(.13592)"><circle cx="19" cy="16" r="3"/><circle cx="63" cy="110" r="3"/><circle cx="108" cy="16" r="3"/><circle cx="125" cy="116" r="3"/><circle cy="116" r="3"/></g></g></svg>
</template>

CSS

.icon-file-type-madge {
  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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGmljMiqUq%22%20x1%3D%22146.49%22%20x2%3D%22146.49%22%20y1%3D%22175.44%22%20y2%3D%22102.15%22%20gradientTransform%3D%22scale(.98983%201.01027)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23803fa5%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%234b114a%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23c4baff%22%20d%3D%22M16.25%208.03L22.13%2030H10.37z%22%2F%3E%3Cpath%20fill%3D%22%236750e5%22%20fill-opacity%3D%22.5%22%20d%3D%22M23.7%202L10.34%2030h18.24z%22%2F%3E%3Cpath%20fill%3D%22%236750e5%22%20fill-opacity%3D%22.5%22%20d%3D%22m9.04%202l13.12%2028H3.4z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGmljMiqUq)%22%20d%3D%22M85.73%20220H64.31L93.19%2072.48l47.1%20106.64l48.79-106.64L215.03%20220h-21.24l-13.24-82.82l-40.61%2089.13l-39.46-89.22z%22%20transform%3D%22translate(-2.7%20-1.8)scale(.13592)%22%2F%3E%3Cpath%20stroke%3D%22%23a28bca%22%20stroke-linecap%3D%22square%22%20stroke-opacity%3D%22.36%22%20stroke-width%3D%22.27%22%20d%3D%22m7.83%2026.13l2.45-13.19m5.91%2012.3L10.35%2012.6m6.11%2012.5l5.98-12.5m2.25%2013.8l-2.25-13.53%22%2F%3E%3Cg%20fill%3D%22%23dcc6ff%22%20transform%3D%22translate(7.76%2010.7)scale(.13592)%22%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2216%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%2263%22%20cy%3D%22110%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%22108%22%20cy%3D%2216%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%22125%22%20cy%3D%22116%22%20r%3D%223%22%2F%3E%3Ccircle%20cy%3D%22116%22%20r%3D%223%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGmljMiqUq%22%20x1%3D%22146.49%22%20x2%3D%22146.49%22%20y1%3D%22175.44%22%20y2%3D%22102.15%22%20gradientTransform%3D%22scale(.98983%201.01027)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23803fa5%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%234b114a%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23c4baff%22%20d%3D%22M16.25%208.03L22.13%2030H10.37z%22%2F%3E%3Cpath%20fill%3D%22%236750e5%22%20fill-opacity%3D%22.5%22%20d%3D%22M23.7%202L10.34%2030h18.24z%22%2F%3E%3Cpath%20fill%3D%22%236750e5%22%20fill-opacity%3D%22.5%22%20d%3D%22m9.04%202l13.12%2028H3.4z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGmljMiqUq)%22%20d%3D%22M85.73%20220H64.31L93.19%2072.48l47.1%20106.64l48.79-106.64L215.03%20220h-21.24l-13.24-82.82l-40.61%2089.13l-39.46-89.22z%22%20transform%3D%22translate(-2.7%20-1.8)scale(.13592)%22%2F%3E%3Cpath%20stroke%3D%22%23a28bca%22%20stroke-linecap%3D%22square%22%20stroke-opacity%3D%22.36%22%20stroke-width%3D%22.27%22%20d%3D%22m7.83%2026.13l2.45-13.19m5.91%2012.3L10.35%2012.6m6.11%2012.5l5.98-12.5m2.25%2013.8l-2.25-13.53%22%2F%3E%3Cg%20fill%3D%22%23dcc6ff%22%20transform%3D%22translate(7.76%2010.7)scale(.13592)%22%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2216%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%2263%22%20cy%3D%22110%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%22108%22%20cy%3D%2216%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%22125%22%20cy%3D%22116%22%20r%3D%223%22%2F%3E%3Ccircle%20cy%3D%22116%22%20r%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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