file type unocss logo

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

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

Related icons in VSCode Icons

Use the file type unocss logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g stroke-width=".13"><path fill="#858585" d="M17.007 23.491a6.52 6.52 0 1 1 13.04 0a6.52 6.52 0 0 1-13.04 0"/><path fill="#ccc" d="M17.007 8.51a6.52 6.52 0 0 1 13.04 0v5.867c0 .36-.292.652-.652.652H17.659a.65.65 0 0 1-.652-.652z"/><path fill="#4d4d4d" d="M14.993 23.491a6.52 6.52 0 1 1-13.04 0v-5.868c0-.36.292-.652.652-.652h11.736c.36 0 .652.292.652.652z"/></g></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeUnocss(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g strokeWidth=".13"><path fill="#858585" d="M17.007 23.491a6.52 6.52 0 1 1 13.04 0a6.52 6.52 0 0 1-13.04 0"/><path fill="#ccc" d="M17.007 8.51a6.52 6.52 0 0 1 13.04 0v5.867c0 .36-.292.652-.652.652H17.659a.65.65 0 0 1-.652-.652z"/><path fill="#4d4d4d" d="M14.993 23.491a6.52 6.52 0 1 1-13.04 0v-5.868c0-.36.292-.652.652-.652h11.736c.36 0 .652.292.652.652z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g stroke-width=".13"><path fill="#858585" d="M17.007 23.491a6.52 6.52 0 1 1 13.04 0a6.52 6.52 0 0 1-13.04 0"/><path fill="#ccc" d="M17.007 8.51a6.52 6.52 0 0 1 13.04 0v5.867c0 .36-.292.652-.652.652H17.659a.65.65 0 0 1-.652-.652z"/><path fill="#4d4d4d" d="M14.993 23.491a6.52 6.52 0 1 1-13.04 0v-5.868c0-.36.292-.652.652-.652h11.736c.36 0 .652.292.652.652z"/></g></svg>
</template>

CSS

.icon-file-type-unocss {
  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%3Cg%20stroke-width%3D%22.13%22%3E%3Cpath%20fill%3D%22%23858585%22%20d%3D%22M17.007%2023.491a6.52%206.52%200%201%201%2013.04%200a6.52%206.52%200%200%201-13.04%200%22%2F%3E%3Cpath%20fill%3D%22%23ccc%22%20d%3D%22M17.007%208.51a6.52%206.52%200%200%201%2013.04%200v5.867c0%20.36-.292.652-.652.652H17.659a.65.65%200%200%201-.652-.652z%22%2F%3E%3Cpath%20fill%3D%22%234d4d4d%22%20d%3D%22M14.993%2023.491a6.52%206.52%200%201%201-13.04%200v-5.868c0-.36.292-.652.652-.652h11.736c.36%200%20.652.292.652.652z%22%2F%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%3Cg%20stroke-width%3D%22.13%22%3E%3Cpath%20fill%3D%22%23858585%22%20d%3D%22M17.007%2023.491a6.52%206.52%200%201%201%2013.04%200a6.52%206.52%200%200%201-13.04%200%22%2F%3E%3Cpath%20fill%3D%22%23ccc%22%20d%3D%22M17.007%208.51a6.52%206.52%200%200%201%2013.04%200v5.867c0%20.36-.292.652-.652.652H17.659a.65.65%200%200%201-.652-.652z%22%2F%3E%3Cpath%20fill%3D%22%234d4d4d%22%20d%3D%22M14.993%2023.491a6.52%206.52%200%201%201-13.04%200v-5.868c0-.36.292-.652.652-.652h11.736c.36%200%20.652.292.652.652z%22%2F%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-unocss.svg?color=%231a73e8&size=48