file badge icon

file-badge-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.

Name
file-badge-16
Set
Octicons
Style
16
Viewbox
16×16
License
MIT

1 other variant in Octicons

The same icon in other sets

Related icons in Octicons

Use the file badge icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.75 1.5a.25.25 0 0 0-.25.25v11.5c0 .138.112.25.25.25h3.5a.75.75 0 0 1 0 1.5h-3.5A1.75 1.75 0 0 1 1 13.25V1.75C1 .784 1.784 0 2.75 0h8a1.75 1.75 0 0 1 1.508.862a.75.75 0 1 1-1.289.768a.25.25 0 0 0-.219-.13z"/><path fill="currentColor" d="M8 7a3.999 3.999 0 0 1 7.605-1.733a4 4 0 0 1-1.115 4.863l.995 4.973a.75.75 0 0 1-.991.852l-2.409-.876a.25.25 0 0 0-.17 0l-2.409.876a.75.75 0 0 1-.991-.852l.994-4.973A4 4 0 0 1 8 7m4-2.5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5m0 6.5c-.373 0-.745-.051-1.104-.154l-.649 3.243l1.155-.42c.386-.14.81-.14 1.196 0l1.155.42l-.649-3.243A4 4 0 0 1 12 11"/></svg>

React

import type { SVGProps } from "react";

export function OcticonFileBadge16(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.75 1.5a.25.25 0 0 0-.25.25v11.5c0 .138.112.25.25.25h3.5a.75.75 0 0 1 0 1.5h-3.5A1.75 1.75 0 0 1 1 13.25V1.75C1 .784 1.784 0 2.75 0h8a1.75 1.75 0 0 1 1.508.862a.75.75 0 1 1-1.289.768a.25.25 0 0 0-.219-.13z"/><path fill="currentColor" d="M8 7a3.999 3.999 0 0 1 7.605-1.733a4 4 0 0 1-1.115 4.863l.995 4.973a.75.75 0 0 1-.991.852l-2.409-.876a.25.25 0 0 0-.17 0l-2.409.876a.75.75 0 0 1-.991-.852l.994-4.973A4 4 0 0 1 8 7m4-2.5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5m0 6.5c-.373 0-.745-.051-1.104-.154l-.649 3.243l1.155-.42c.386-.14.81-.14 1.196 0l1.155.42l-.649-3.243A4 4 0 0 1 12 11"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.75 1.5a.25.25 0 0 0-.25.25v11.5c0 .138.112.25.25.25h3.5a.75.75 0 0 1 0 1.5h-3.5A1.75 1.75 0 0 1 1 13.25V1.75C1 .784 1.784 0 2.75 0h8a1.75 1.75 0 0 1 1.508.862a.75.75 0 1 1-1.289.768a.25.25 0 0 0-.219-.13z"/><path fill="currentColor" d="M8 7a3.999 3.999 0 0 1 7.605-1.733a4 4 0 0 1-1.115 4.863l.995 4.973a.75.75 0 0 1-.991.852l-2.409-.876a.25.25 0 0 0-.17 0l-2.409.876a.75.75 0 0 1-.991-.852l.994-4.973A4 4 0 0 1 8 7m4-2.5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5m0 6.5c-.373 0-.745-.051-1.104-.154l-.649 3.243l1.155-.42c.386-.14.81-.14 1.196 0l1.155.42l-.649-3.243A4 4 0 0 1 12 11"/></svg>
</template>

CSS

.icon-file-badge-16 {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.75%201.5a.25.25%200%200%200-.25.25v11.5c0%20.138.112.25.25.25h3.5a.75.75%200%200%201%200%201.5h-3.5A1.75%201.75%200%200%201%201%2013.25V1.75C1%20.784%201.784%200%202.75%200h8a1.75%201.75%200%200%201%201.508.862a.75.75%200%201%201-1.289.768a.25.25%200%200%200-.219-.13z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%207a3.999%203.999%200%200%201%207.605-1.733a4%204%200%200%201-1.115%204.863l.995%204.973a.75.75%200%200%201-.991.852l-2.409-.876a.25.25%200%200%200-.17%200l-2.409.876a.75.75%200%200%201-.991-.852l.994-4.973A4%204%200%200%201%208%207m4-2.5a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5m0%206.5c-.373%200-.745-.051-1.104-.154l-.649%203.243l1.155-.42c.386-.14.81-.14%201.196%200l1.155.42l-.649-3.243A4%204%200%200%201%2012%2011%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.75%201.5a.25.25%200%200%200-.25.25v11.5c0%20.138.112.25.25.25h3.5a.75.75%200%200%201%200%201.5h-3.5A1.75%201.75%200%200%201%201%2013.25V1.75C1%20.784%201.784%200%202.75%200h8a1.75%201.75%200%200%201%201.508.862a.75.75%200%201%201-1.289.768a.25.25%200%200%200-.219-.13z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%207a3.999%203.999%200%200%201%207.605-1.733a4%204%200%200%201-1.115%204.863l.995%204.973a.75.75%200%200%201-.991.852l-2.409-.876a.25.25%200%200%200-.17%200l-2.409.876a.75.75%200%200%201-.991-.852l.994-4.973A4%204%200%200%201%208%207m4-2.5a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5m0%206.5c-.373%200-.745-.051-1.104-.154l-.649%203.243l1.155-.42c.386-.14.81-.14%201.196%200l1.155.42l-.649-3.243A4%204%200%200%201%2012%2011%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/file-badge-16.svg?color=%231a73e8&size=48