file type peeky logo

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

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

Related icons in VSCode Icons

Use the file type peeky logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><radialGradient id="SVGb3mJQb8l" cx="-280.55" cy="436.76" r=".04" gradientTransform="matrix(550.5 601.5 467.21 -427.59 -49609.89 355512.47)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#0029ff"/><stop offset="1" stop-color="#bd00ff"/></radialGradient></defs><path fill="#fff" d="M5.1 11h21.49v12.52H5.1z"/><path fill="url(#SVGb3mJQb8l)" d="M11.13 16.06a.85.85 0 1 1-.84-.9a.87.87 0 0 1 .84.9"/><path fill="url(#SVGb3mJQb8l)" d="M20.8 16.06a.85.85 0 1 0 .85-.9a.88.88 0 0 0-.85.9"/><path fill="url(#SVGb3mJQb8l)" fill-rule="evenodd" d="M3.52 14.8C3.4 7.28 5.06 1.91 6.37 1.91c1 0 3 1.23 4.83 4.11a14.45 14.45 0 0 1 9.54 0c1.85-2.86 3.82-4.09 4.82-4.09c1.29 0 2.92 5.18 2.86 12.5a9.7 9.7 0 0 1 .16 1.72c0 6-.87 14-12.58 14s-12.58-7.92-12.58-14a10 10 0 0 1 .1-1.35m6.35 3.95a2.79 2.79 0 0 0 2.65-2.9A2.79 2.79 0 0 0 9.87 13a2.79 2.79 0 0 0-2.64 2.9a2.79 2.79 0 0 0 2.64 2.85m5.66 2.38a.28.28 0 0 1 .12-.16c-.88-.32-1.56-1.5-1.15-1.67a5.07 5.07 0 0 1 3.13 0c.32.13-.36 1.48-1.3 1.71a.4.4 0 0 1 .08.12a1.3 1.3 0 0 0 1.37.78a2.1 2.1 0 0 0 .84-.21a1 1 0 0 0 .47-.41a.37.37 0 0 1 .49-.17a.38.38 0 0 1 .17.5a1.74 1.74 0 0 1-.8.74a2.75 2.75 0 0 1-1.15.28a2.14 2.14 0 0 1-1.8-.79a2.17 2.17 0 0 1-1.84.79a2.7 2.7 0 0 1-1.16-.28a1.77 1.77 0 0 1-.81-.74a.39.39 0 0 1 .17-.5a.38.38 0 0 1 .5.17a1 1 0 0 0 .46.41a2.1 2.1 0 0 0 .85.21a1.32 1.32 0 0 0 1.36-.78m6.53-2.38a2.78 2.78 0 0 1-2.64-2.9A2.78 2.78 0 0 1 22.06 13a2.78 2.78 0 0 1 2.64 2.9a2.78 2.78 0 0 1-2.64 2.85"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypePeeky(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><radialGradient id="SVGb3mJQb8l" cx="-280.55" cy="436.76" r=".04" gradientTransform="matrix(550.5 601.5 467.21 -427.59 -49609.89 355512.47)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#0029ff"/><stop offset="1" stopColor="#bd00ff"/></radialGradient></defs><path fill="#fff" d="M5.1 11h21.49v12.52H5.1z"/><path fill="url(#SVGb3mJQb8l)" d="M11.13 16.06a.85.85 0 1 1-.84-.9a.87.87 0 0 1 .84.9"/><path fill="url(#SVGb3mJQb8l)" d="M20.8 16.06a.85.85 0 1 0 .85-.9a.88.88 0 0 0-.85.9"/><path fill="url(#SVGb3mJQb8l)" fillRule="evenodd" d="M3.52 14.8C3.4 7.28 5.06 1.91 6.37 1.91c1 0 3 1.23 4.83 4.11a14.45 14.45 0 0 1 9.54 0c1.85-2.86 3.82-4.09 4.82-4.09c1.29 0 2.92 5.18 2.86 12.5a9.7 9.7 0 0 1 .16 1.72c0 6-.87 14-12.58 14s-12.58-7.92-12.58-14a10 10 0 0 1 .1-1.35m6.35 3.95a2.79 2.79 0 0 0 2.65-2.9A2.79 2.79 0 0 0 9.87 13a2.79 2.79 0 0 0-2.64 2.9a2.79 2.79 0 0 0 2.64 2.85m5.66 2.38a.28.28 0 0 1 .12-.16c-.88-.32-1.56-1.5-1.15-1.67a5.07 5.07 0 0 1 3.13 0c.32.13-.36 1.48-1.3 1.71a.4.4 0 0 1 .08.12a1.3 1.3 0 0 0 1.37.78a2.1 2.1 0 0 0 .84-.21a1 1 0 0 0 .47-.41a.37.37 0 0 1 .49-.17a.38.38 0 0 1 .17.5a1.74 1.74 0 0 1-.8.74a2.75 2.75 0 0 1-1.15.28a2.14 2.14 0 0 1-1.8-.79a2.17 2.17 0 0 1-1.84.79a2.7 2.7 0 0 1-1.16-.28a1.77 1.77 0 0 1-.81-.74a.39.39 0 0 1 .17-.5a.38.38 0 0 1 .5.17a1 1 0 0 0 .46.41a2.1 2.1 0 0 0 .85.21a1.32 1.32 0 0 0 1.36-.78m6.53-2.38a2.78 2.78 0 0 1-2.64-2.9A2.78 2.78 0 0 1 22.06 13a2.78 2.78 0 0 1 2.64 2.9a2.78 2.78 0 0 1-2.64 2.85"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><radialGradient id="SVGb3mJQb8l" cx="-280.55" cy="436.76" r=".04" gradientTransform="matrix(550.5 601.5 467.21 -427.59 -49609.89 355512.47)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#0029ff"/><stop offset="1" stop-color="#bd00ff"/></radialGradient></defs><path fill="#fff" d="M5.1 11h21.49v12.52H5.1z"/><path fill="url(#SVGb3mJQb8l)" d="M11.13 16.06a.85.85 0 1 1-.84-.9a.87.87 0 0 1 .84.9"/><path fill="url(#SVGb3mJQb8l)" d="M20.8 16.06a.85.85 0 1 0 .85-.9a.88.88 0 0 0-.85.9"/><path fill="url(#SVGb3mJQb8l)" fill-rule="evenodd" d="M3.52 14.8C3.4 7.28 5.06 1.91 6.37 1.91c1 0 3 1.23 4.83 4.11a14.45 14.45 0 0 1 9.54 0c1.85-2.86 3.82-4.09 4.82-4.09c1.29 0 2.92 5.18 2.86 12.5a9.7 9.7 0 0 1 .16 1.72c0 6-.87 14-12.58 14s-12.58-7.92-12.58-14a10 10 0 0 1 .1-1.35m6.35 3.95a2.79 2.79 0 0 0 2.65-2.9A2.79 2.79 0 0 0 9.87 13a2.79 2.79 0 0 0-2.64 2.9a2.79 2.79 0 0 0 2.64 2.85m5.66 2.38a.28.28 0 0 1 .12-.16c-.88-.32-1.56-1.5-1.15-1.67a5.07 5.07 0 0 1 3.13 0c.32.13-.36 1.48-1.3 1.71a.4.4 0 0 1 .08.12a1.3 1.3 0 0 0 1.37.78a2.1 2.1 0 0 0 .84-.21a1 1 0 0 0 .47-.41a.37.37 0 0 1 .49-.17a.38.38 0 0 1 .17.5a1.74 1.74 0 0 1-.8.74a2.75 2.75 0 0 1-1.15.28a2.14 2.14 0 0 1-1.8-.79a2.17 2.17 0 0 1-1.84.79a2.7 2.7 0 0 1-1.16-.28a1.77 1.77 0 0 1-.81-.74a.39.39 0 0 1 .17-.5a.38.38 0 0 1 .5.17a1 1 0 0 0 .46.41a2.1 2.1 0 0 0 .85.21a1.32 1.32 0 0 0 1.36-.78m6.53-2.38a2.78 2.78 0 0 1-2.64-2.9A2.78 2.78 0 0 1 22.06 13a2.78 2.78 0 0 1 2.64 2.9a2.78 2.78 0 0 1-2.64 2.85"/></svg>
</template>

CSS

.icon-file-type-peeky {
  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%3CradialGradient%20id%3D%22SVGb3mJQb8l%22%20cx%3D%22-280.55%22%20cy%3D%22436.76%22%20r%3D%22.04%22%20gradientTransform%3D%22matrix(550.5%20601.5%20467.21%20-427.59%20-49609.89%20355512.47)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%230029ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23bd00ff%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.1%2011h21.49v12.52H5.1z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGb3mJQb8l)%22%20d%3D%22M11.13%2016.06a.85.85%200%201%201-.84-.9a.87.87%200%200%201%20.84.9%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGb3mJQb8l)%22%20d%3D%22M20.8%2016.06a.85.85%200%201%200%20.85-.9a.88.88%200%200%200-.85.9%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGb3mJQb8l)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3.52%2014.8C3.4%207.28%205.06%201.91%206.37%201.91c1%200%203%201.23%204.83%204.11a14.45%2014.45%200%200%201%209.54%200c1.85-2.86%203.82-4.09%204.82-4.09c1.29%200%202.92%205.18%202.86%2012.5a9.7%209.7%200%200%201%20.16%201.72c0%206-.87%2014-12.58%2014s-12.58-7.92-12.58-14a10%2010%200%200%201%20.1-1.35m6.35%203.95a2.79%202.79%200%200%200%202.65-2.9A2.79%202.79%200%200%200%209.87%2013a2.79%202.79%200%200%200-2.64%202.9a2.79%202.79%200%200%200%202.64%202.85m5.66%202.38a.28.28%200%200%201%20.12-.16c-.88-.32-1.56-1.5-1.15-1.67a5.07%205.07%200%200%201%203.13%200c.32.13-.36%201.48-1.3%201.71a.4.4%200%200%201%20.08.12a1.3%201.3%200%200%200%201.37.78a2.1%202.1%200%200%200%20.84-.21a1%201%200%200%200%20.47-.41a.37.37%200%200%201%20.49-.17a.38.38%200%200%201%20.17.5a1.74%201.74%200%200%201-.8.74a2.75%202.75%200%200%201-1.15.28a2.14%202.14%200%200%201-1.8-.79a2.17%202.17%200%200%201-1.84.79a2.7%202.7%200%200%201-1.16-.28a1.77%201.77%200%200%201-.81-.74a.39.39%200%200%201%20.17-.5a.38.38%200%200%201%20.5.17a1%201%200%200%200%20.46.41a2.1%202.1%200%200%200%20.85.21a1.32%201.32%200%200%200%201.36-.78m6.53-2.38a2.78%202.78%200%200%201-2.64-2.9A2.78%202.78%200%200%201%2022.06%2013a2.78%202.78%200%200%201%202.64%202.9a2.78%202.78%200%200%201-2.64%202.85%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%3Cdefs%3E%3CradialGradient%20id%3D%22SVGb3mJQb8l%22%20cx%3D%22-280.55%22%20cy%3D%22436.76%22%20r%3D%22.04%22%20gradientTransform%3D%22matrix(550.5%20601.5%20467.21%20-427.59%20-49609.89%20355512.47)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%230029ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23bd00ff%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.1%2011h21.49v12.52H5.1z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGb3mJQb8l)%22%20d%3D%22M11.13%2016.06a.85.85%200%201%201-.84-.9a.87.87%200%200%201%20.84.9%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGb3mJQb8l)%22%20d%3D%22M20.8%2016.06a.85.85%200%201%200%20.85-.9a.88.88%200%200%200-.85.9%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGb3mJQb8l)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3.52%2014.8C3.4%207.28%205.06%201.91%206.37%201.91c1%200%203%201.23%204.83%204.11a14.45%2014.45%200%200%201%209.54%200c1.85-2.86%203.82-4.09%204.82-4.09c1.29%200%202.92%205.18%202.86%2012.5a9.7%209.7%200%200%201%20.16%201.72c0%206-.87%2014-12.58%2014s-12.58-7.92-12.58-14a10%2010%200%200%201%20.1-1.35m6.35%203.95a2.79%202.79%200%200%200%202.65-2.9A2.79%202.79%200%200%200%209.87%2013a2.79%202.79%200%200%200-2.64%202.9a2.79%202.79%200%200%200%202.64%202.85m5.66%202.38a.28.28%200%200%201%20.12-.16c-.88-.32-1.56-1.5-1.15-1.67a5.07%205.07%200%200%201%203.13%200c.32.13-.36%201.48-1.3%201.71a.4.4%200%200%201%20.08.12a1.3%201.3%200%200%200%201.37.78a2.1%202.1%200%200%200%20.84-.21a1%201%200%200%200%20.47-.41a.37.37%200%200%201%20.49-.17a.38.38%200%200%201%20.17.5a1.74%201.74%200%200%201-.8.74a2.75%202.75%200%200%201-1.15.28a2.14%202.14%200%200%201-1.8-.79a2.17%202.17%200%200%201-1.84.79a2.7%202.7%200%200%201-1.16-.28a1.77%201.77%200%200%201-.81-.74a.39.39%200%200%201%20.17-.5a.38.38%200%200%201%20.5.17a1%201%200%200%200%20.46.41a2.1%202.1%200%200%200%20.85.21a1.32%201.32%200%200%200%201.36-.78m6.53-2.38a2.78%202.78%200%200%201-2.64-2.9A2.78%202.78%200%200%201%2022.06%2013a2.78%202.78%200%200%201%202.64%202.9a2.78%202.78%200%200%201-2.64%202.85%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-peeky.svg?color=%231a73e8&size=48