file badge icon

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

Name
file-badge-24
Set
Octicons
Style
24
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M4 2.5a.5.5 0 0 0-.5.5v18a.5.5 0 0 0 .5.5h6a.75.75 0 0 1 0 1.5H4a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10.982a2 2 0 0 1 1.414.586l.064.064l.01.008l.31.312a.75.75 0 0 1-1.06 1.06l-.078-.078l-.004-.003l-.093-.093c-.003-.003 0 0 0 0l-.21-.21a.5.5 0 0 0-.353-.146z"/><path fill="currentColor" d="M18 6.25a4.25 4.25 0 1 0 0 8.5a4.25 4.25 0 0 0 0-8.5m-5.75 4.25a5.75 5.75 0 1 1 11.5 0a5.75 5.75 0 0 1-11.5 0"/><path fill="currentColor" d="m21.283 14.866l1.455 8a.75.75 0 0 1-1.002.836l-3.296-1.24a1.25 1.25 0 0 0-.88 0l-3.296 1.24a.75.75 0 0 1-1.002-.836l1.455-8l1.475.268l-1.217 6.698l2.056-.774a2.75 2.75 0 0 1 1.938 0l2.056.774l-1.217-6.698z"/></svg>

React

import type { SVGProps } from "react";

export function OcticonFileBadge24(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 2.5a.5.5 0 0 0-.5.5v18a.5.5 0 0 0 .5.5h6a.75.75 0 0 1 0 1.5H4a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10.982a2 2 0 0 1 1.414.586l.064.064l.01.008l.31.312a.75.75 0 0 1-1.06 1.06l-.078-.078l-.004-.003l-.093-.093c-.003-.003 0 0 0 0l-.21-.21a.5.5 0 0 0-.353-.146z"/><path fill="currentColor" d="M18 6.25a4.25 4.25 0 1 0 0 8.5a4.25 4.25 0 0 0 0-8.5m-5.75 4.25a5.75 5.75 0 1 1 11.5 0a5.75 5.75 0 0 1-11.5 0"/><path fill="currentColor" d="m21.283 14.866l1.455 8a.75.75 0 0 1-1.002.836l-3.296-1.24a1.25 1.25 0 0 0-.88 0l-3.296 1.24a.75.75 0 0 1-1.002-.836l1.455-8l1.475.268l-1.217 6.698l2.056-.774a2.75 2.75 0 0 1 1.938 0l2.056.774l-1.217-6.698z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 2.5a.5.5 0 0 0-.5.5v18a.5.5 0 0 0 .5.5h6a.75.75 0 0 1 0 1.5H4a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10.982a2 2 0 0 1 1.414.586l.064.064l.01.008l.31.312a.75.75 0 0 1-1.06 1.06l-.078-.078l-.004-.003l-.093-.093c-.003-.003 0 0 0 0l-.21-.21a.5.5 0 0 0-.353-.146z"/><path fill="currentColor" d="M18 6.25a4.25 4.25 0 1 0 0 8.5a4.25 4.25 0 0 0 0-8.5m-5.75 4.25a5.75 5.75 0 1 1 11.5 0a5.75 5.75 0 0 1-11.5 0"/><path fill="currentColor" d="m21.283 14.866l1.455 8a.75.75 0 0 1-1.002.836l-3.296-1.24a1.25 1.25 0 0 0-.88 0l-3.296 1.24a.75.75 0 0 1-1.002-.836l1.455-8l1.475.268l-1.217 6.698l2.056-.774a2.75 2.75 0 0 1 1.938 0l2.056.774l-1.217-6.698z"/></svg>
</template>

CSS

.icon-file-badge-24 {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%202.5a.5.5%200%200%200-.5.5v18a.5.5%200%200%200%20.5.5h6a.75.75%200%200%201%200%201.5H4a2%202%200%200%201-2-2V3a2%202%200%200%201%202-2h10.982a2%202%200%200%201%201.414.586l.064.064l.01.008l.31.312a.75.75%200%200%201-1.06%201.06l-.078-.078l-.004-.003l-.093-.093c-.003-.003%200%200%200%200l-.21-.21a.5.5%200%200%200-.353-.146z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%206.25a4.25%204.25%200%201%200%200%208.5a4.25%204.25%200%200%200%200-8.5m-5.75%204.25a5.75%205.75%200%201%201%2011.5%200a5.75%205.75%200%200%201-11.5%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.283%2014.866l1.455%208a.75.75%200%200%201-1.002.836l-3.296-1.24a1.25%201.25%200%200%200-.88%200l-3.296%201.24a.75.75%200%200%201-1.002-.836l1.455-8l1.475.268l-1.217%206.698l2.056-.774a2.75%202.75%200%200%201%201.938%200l2.056.774l-1.217-6.698z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%202.5a.5.5%200%200%200-.5.5v18a.5.5%200%200%200%20.5.5h6a.75.75%200%200%201%200%201.5H4a2%202%200%200%201-2-2V3a2%202%200%200%201%202-2h10.982a2%202%200%200%201%201.414.586l.064.064l.01.008l.31.312a.75.75%200%200%201-1.06%201.06l-.078-.078l-.004-.003l-.093-.093c-.003-.003%200%200%200%200l-.21-.21a.5.5%200%200%200-.353-.146z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%206.25a4.25%204.25%200%201%200%200%208.5a4.25%204.25%200%200%200%200-8.5m-5.75%204.25a5.75%205.75%200%201%201%2011.5%200a5.75%205.75%200%200%201-11.5%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.283%2014.866l1.455%208a.75.75%200%200%201-1.002.836l-3.296-1.24a1.25%201.25%200%200%200-.88%200l-3.296%201.24a.75.75%200%200%201-1.002-.836l1.455-8l1.475.268l-1.217%206.698l2.056-.774a2.75%202.75%200%200%201%201.938%200l2.056.774l-1.217-6.698z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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