file type light codeowners logo

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

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

Related icons in VSCode Icons

Use the file type light codeowners logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#57606a" fill-rule="evenodd" d="M16.21 4.13a.3.3 0 0 0-.19 0L5.8 7.45a.31.31 0 0 0-.22.29V14c0 6.76 4.07 11.75 10.45 14.16a.25.25 0 0 0 .17 0c6.38-2.41 10.45-7.4 10.45-14.16V7.74a.31.31 0 0 0-.22-.29Zm-.76-1.77a2.16 2.16 0 0 1 1.33 0L27 5.68a2.17 2.17 0 0 1 1.5 2.06V14c0 7.67-4.67 13.26-11.65 15.9a2.24 2.24 0 0 1-1.49 0C8.4 27.23 3.72 21.64 3.72 14V7.74a2.17 2.17 0 0 1 1.5-2.06Zm1.9 13.75A2.47 2.47 0 0 0 18.59 14a2.48 2.48 0 1 0-4.95 0a2.47 2.47 0 0 0 1.24 2.14v3.43a1.24 1.24 0 1 0 2.47 0Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeLightCodeowners(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#57606a" fillRule="evenodd" d="M16.21 4.13a.3.3 0 0 0-.19 0L5.8 7.45a.31.31 0 0 0-.22.29V14c0 6.76 4.07 11.75 10.45 14.16a.25.25 0 0 0 .17 0c6.38-2.41 10.45-7.4 10.45-14.16V7.74a.31.31 0 0 0-.22-.29Zm-.76-1.77a2.16 2.16 0 0 1 1.33 0L27 5.68a2.17 2.17 0 0 1 1.5 2.06V14c0 7.67-4.67 13.26-11.65 15.9a2.24 2.24 0 0 1-1.49 0C8.4 27.23 3.72 21.64 3.72 14V7.74a2.17 2.17 0 0 1 1.5-2.06Zm1.9 13.75A2.47 2.47 0 0 0 18.59 14a2.48 2.48 0 1 0-4.95 0a2.47 2.47 0 0 0 1.24 2.14v3.43a1.24 1.24 0 1 0 2.47 0Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#57606a" fill-rule="evenodd" d="M16.21 4.13a.3.3 0 0 0-.19 0L5.8 7.45a.31.31 0 0 0-.22.29V14c0 6.76 4.07 11.75 10.45 14.16a.25.25 0 0 0 .17 0c6.38-2.41 10.45-7.4 10.45-14.16V7.74a.31.31 0 0 0-.22-.29Zm-.76-1.77a2.16 2.16 0 0 1 1.33 0L27 5.68a2.17 2.17 0 0 1 1.5 2.06V14c0 7.67-4.67 13.26-11.65 15.9a2.24 2.24 0 0 1-1.49 0C8.4 27.23 3.72 21.64 3.72 14V7.74a2.17 2.17 0 0 1 1.5-2.06Zm1.9 13.75A2.47 2.47 0 0 0 18.59 14a2.48 2.48 0 1 0-4.95 0a2.47 2.47 0 0 0 1.24 2.14v3.43a1.24 1.24 0 1 0 2.47 0Z"/></svg>
</template>

CSS

.icon-file-type-light-codeowners {
  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%3Cpath%20fill%3D%22%2357606a%22%20fill-rule%3D%22evenodd%22%20d%3D%22M16.21%204.13a.3.3%200%200%200-.19%200L5.8%207.45a.31.31%200%200%200-.22.29V14c0%206.76%204.07%2011.75%2010.45%2014.16a.25.25%200%200%200%20.17%200c6.38-2.41%2010.45-7.4%2010.45-14.16V7.74a.31.31%200%200%200-.22-.29Zm-.76-1.77a2.16%202.16%200%200%201%201.33%200L27%205.68a2.17%202.17%200%200%201%201.5%202.06V14c0%207.67-4.67%2013.26-11.65%2015.9a2.24%202.24%200%200%201-1.49%200C8.4%2027.23%203.72%2021.64%203.72%2014V7.74a2.17%202.17%200%200%201%201.5-2.06Zm1.9%2013.75A2.47%202.47%200%200%200%2018.59%2014a2.48%202.48%200%201%200-4.95%200a2.47%202.47%200%200%200%201.24%202.14v3.43a1.24%201.24%200%201%200%202.47%200Z%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%3Cpath%20fill%3D%22%2357606a%22%20fill-rule%3D%22evenodd%22%20d%3D%22M16.21%204.13a.3.3%200%200%200-.19%200L5.8%207.45a.31.31%200%200%200-.22.29V14c0%206.76%204.07%2011.75%2010.45%2014.16a.25.25%200%200%200%20.17%200c6.38-2.41%2010.45-7.4%2010.45-14.16V7.74a.31.31%200%200%200-.22-.29Zm-.76-1.77a2.16%202.16%200%200%201%201.33%200L27%205.68a2.17%202.17%200%200%201%201.5%202.06V14c0%207.67-4.67%2013.26-11.65%2015.9a2.24%202.24%200%200%201-1.49%200C8.4%2027.23%203.72%2021.64%203.72%2014V7.74a2.17%202.17%200%200%201%201.5-2.06Zm1.9%2013.75A2.47%202.47%200%200%200%2018.59%2014a2.48%202.48%200%201%200-4.95%200a2.47%202.47%200%200%200%201.24%202.14v3.43a1.24%201.24%200%201%200%202.47%200Z%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-light-codeowners.svg?color=%231a73e8&size=48