file type slice logo

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

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

Related icons in VSCode Icons

Use the file type slice logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="16" r="14" fill="#447cd2"/><path fill="#fff" d="M23.821 13.321a2.7 2.7 0 0 1-1.714.536a2.9 2.9 0 0 1-2.18-.9a4.14 4.14 0 0 1-.807-2.938a3.88 3.88 0 0 1 .89-2.794a3 3 0 0 1 2.237-.842a2.86 2.86 0 0 1 1.682.506a2.27 2.27 0 0 1 .9 1.342l2.483-.493a14 14 0 0 0-2.881-2.924a6.9 6.9 0 0 0-2.033-.3a5.86 5.86 0 0 0-4.2 1.453a5.5 5.5 0 0 0-1.643 4.188a5.24 5.24 0 0 0 1.534 4.052a5.7 5.7 0 0 0 4.024 1.52A5.8 5.8 0 0 0 25.4 14.9a4.74 4.74 0 0 0 1.881-2.617l-2.409-.7a3.13 3.13 0 0 1-1.051 1.738"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeSlice(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="16" r="14" fill="#447cd2"/><path fill="#fff" d="M23.821 13.321a2.7 2.7 0 0 1-1.714.536a2.9 2.9 0 0 1-2.18-.9a4.14 4.14 0 0 1-.807-2.938a3.88 3.88 0 0 1 .89-2.794a3 3 0 0 1 2.237-.842a2.86 2.86 0 0 1 1.682.506a2.27 2.27 0 0 1 .9 1.342l2.483-.493a14 14 0 0 0-2.881-2.924a6.9 6.9 0 0 0-2.033-.3a5.86 5.86 0 0 0-4.2 1.453a5.5 5.5 0 0 0-1.643 4.188a5.24 5.24 0 0 0 1.534 4.052a5.7 5.7 0 0 0 4.024 1.52A5.8 5.8 0 0 0 25.4 14.9a4.74 4.74 0 0 0 1.881-2.617l-2.409-.7a3.13 3.13 0 0 1-1.051 1.738"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="16" r="14" fill="#447cd2"/><path fill="#fff" d="M23.821 13.321a2.7 2.7 0 0 1-1.714.536a2.9 2.9 0 0 1-2.18-.9a4.14 4.14 0 0 1-.807-2.938a3.88 3.88 0 0 1 .89-2.794a3 3 0 0 1 2.237-.842a2.86 2.86 0 0 1 1.682.506a2.27 2.27 0 0 1 .9 1.342l2.483-.493a14 14 0 0 0-2.881-2.924a6.9 6.9 0 0 0-2.033-.3a5.86 5.86 0 0 0-4.2 1.453a5.5 5.5 0 0 0-1.643 4.188a5.24 5.24 0 0 0 1.534 4.052a5.7 5.7 0 0 0 4.024 1.52A5.8 5.8 0 0 0 25.4 14.9a4.74 4.74 0 0 0 1.881-2.617l-2.409-.7a3.13 3.13 0 0 1-1.051 1.738"/></svg>
</template>

CSS

.icon-file-type-slice {
  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%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2214%22%20fill%3D%22%23447cd2%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M23.821%2013.321a2.7%202.7%200%200%201-1.714.536a2.9%202.9%200%200%201-2.18-.9a4.14%204.14%200%200%201-.807-2.938a3.88%203.88%200%200%201%20.89-2.794a3%203%200%200%201%202.237-.842a2.86%202.86%200%200%201%201.682.506a2.27%202.27%200%200%201%20.9%201.342l2.483-.493a14%2014%200%200%200-2.881-2.924a6.9%206.9%200%200%200-2.033-.3a5.86%205.86%200%200%200-4.2%201.453a5.5%205.5%200%200%200-1.643%204.188a5.24%205.24%200%200%200%201.534%204.052a5.7%205.7%200%200%200%204.024%201.52A5.8%205.8%200%200%200%2025.4%2014.9a4.74%204.74%200%200%200%201.881-2.617l-2.409-.7a3.13%203.13%200%200%201-1.051%201.738%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%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2214%22%20fill%3D%22%23447cd2%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M23.821%2013.321a2.7%202.7%200%200%201-1.714.536a2.9%202.9%200%200%201-2.18-.9a4.14%204.14%200%200%201-.807-2.938a3.88%203.88%200%200%201%20.89-2.794a3%203%200%200%201%202.237-.842a2.86%202.86%200%200%201%201.682.506a2.27%202.27%200%200%201%20.9%201.342l2.483-.493a14%2014%200%200%200-2.881-2.924a6.9%206.9%200%200%200-2.033-.3a5.86%205.86%200%200%200-4.2%201.453a5.5%205.5%200%200%200-1.643%204.188a5.24%205.24%200%200%200%201.534%204.052a5.7%205.7%200%200%200%204.024%201.52A5.8%205.8%200%200%200%2025.4%2014.9a4.74%204.74%200%200%200%201.881-2.617l-2.409-.7a3.13%203.13%200%200%201-1.051%201.738%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-slice.svg?color=%231a73e8&size=48