file badge icon
file-badge-bold from Solar by 480 Design · Bold · Files · CC-BY-4.0 Attribution required.
- Name
- file-badge-bold
- Set
- Solar
- Style
- Bold
- Category
- Files
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More files icons from Solar
file-add-boldfile-boldfile-braces-boldfile-chart-2-boldfile-chart-boldfile-check-boldfile-cloud-boldfile-code-boldfile-cog-boldfile-corrupted-boldfile-download-boldfile-favorite-boldfile-figma-boldfile-left-boldfile-minus-boldfile-pen-boldfile-question-mark-boldfile-remove-boldfile-right-boldfile-search-boldfile-send-boldfile-signal-boldfile-sliders-boldfile-smile-bold
Use the file badge icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M10.0303 2C10.6361 2 11.1218 1.99994 11.5303 2.0166C11.5168 2.09653 11.5091 2.1783 11.5088 2.26074L11.5 5.09473C11.4999 6.19183 11.4994 7.16184 11.6045 7.94336C11.7184 8.79041 11.9807 9.6369 12.6719 10.3281C13.3631 11.0193 14.2096 11.2816 15.0566 11.3955C15.8382 11.5006 16.8082 11.5001 17.9053 11.5H21.957C21.9996 12.0342 22 12.6899 22 13.5625V14C22 17.7712 21.9997 19.6566 20.8281 20.8281C19.6566 21.9997 17.7712 22 14 22H10C6.22876 22 4.34345 21.9997 3.17188 20.8281C2.0003 19.6566 2 17.7712 2 14V10C2 6.22876 2.0003 4.34345 3.17188 3.17188C4.34345 2.0003 6.23918 2 10.0303 2ZM9.26465 10.7002C7.75369 10.7002 6.52832 11.9256 6.52832 13.4365C6.52847 14.2786 6.90932 15.0314 7.50781 15.5332L7.19824 16.6885C6.95273 17.584 6.83031 18.0322 6.99414 18.2773C7.05153 18.3631 7.12851 18.4321 7.21777 18.4775C7.47284 18.6074 7.86664 18.4016 8.6543 17.9912C8.9162 17.8547 9.04738 17.7864 9.18652 17.7715C9.23804 17.766 9.29028 17.766 9.3418 17.7715C9.48096 17.7863 9.61225 17.8548 9.87402 17.9912C10.6613 18.4014 11.0555 18.607 11.3105 18.4775C11.3999 18.432 11.4777 18.3632 11.5352 18.2773C11.699 18.0322 11.5756 17.5841 11.3301 16.6885L11.0205 15.5342L11.0186 15.5332C11.6177 15.0314 11.9999 14.2791 12 13.4365C12 11.9257 10.7754 10.7005 9.26465 10.7002Z" clip-rule="evenodd"/><path d="M13.0088 2.26562C13.7007 2.53113 14.2649 3.03877 15.3926 4.05371L19.3516 7.61621C20.5682 8.71115 21.2175 9.29582 21.5801 10H18C15.643 10 14.4647 9.99981 13.7324 9.26758C13.0002 8.53534 13 7.35697 13 5L13.0088 2.26562Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarFileBadgeBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M10.0303 2C10.6361 2 11.1218 1.99994 11.5303 2.0166C11.5168 2.09653 11.5091 2.1783 11.5088 2.26074L11.5 5.09473C11.4999 6.19183 11.4994 7.16184 11.6045 7.94336C11.7184 8.79041 11.9807 9.6369 12.6719 10.3281C13.3631 11.0193 14.2096 11.2816 15.0566 11.3955C15.8382 11.5006 16.8082 11.5001 17.9053 11.5H21.957C21.9996 12.0342 22 12.6899 22 13.5625V14C22 17.7712 21.9997 19.6566 20.8281 20.8281C19.6566 21.9997 17.7712 22 14 22H10C6.22876 22 4.34345 21.9997 3.17188 20.8281C2.0003 19.6566 2 17.7712 2 14V10C2 6.22876 2.0003 4.34345 3.17188 3.17188C4.34345 2.0003 6.23918 2 10.0303 2ZM9.26465 10.7002C7.75369 10.7002 6.52832 11.9256 6.52832 13.4365C6.52847 14.2786 6.90932 15.0314 7.50781 15.5332L7.19824 16.6885C6.95273 17.584 6.83031 18.0322 6.99414 18.2773C7.05153 18.3631 7.12851 18.4321 7.21777 18.4775C7.47284 18.6074 7.86664 18.4016 8.6543 17.9912C8.9162 17.8547 9.04738 17.7864 9.18652 17.7715C9.23804 17.766 9.29028 17.766 9.3418 17.7715C9.48096 17.7863 9.61225 17.8548 9.87402 17.9912C10.6613 18.4014 11.0555 18.607 11.3105 18.4775C11.3999 18.432 11.4777 18.3632 11.5352 18.2773C11.699 18.0322 11.5756 17.5841 11.3301 16.6885L11.0205 15.5342L11.0186 15.5332C11.6177 15.0314 11.9999 14.2791 12 13.4365C12 11.9257 10.7754 10.7005 9.26465 10.7002Z" clipRule="evenodd"/><path d="M13.0088 2.26562C13.7007 2.53113 14.2649 3.03877 15.3926 4.05371L19.3516 7.61621C20.5682 8.71115 21.2175 9.29582 21.5801 10H18C15.643 10 14.4647 9.99981 13.7324 9.26758C13.0002 8.53534 13 7.35697 13 5L13.0088 2.26562Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M10.0303 2C10.6361 2 11.1218 1.99994 11.5303 2.0166C11.5168 2.09653 11.5091 2.1783 11.5088 2.26074L11.5 5.09473C11.4999 6.19183 11.4994 7.16184 11.6045 7.94336C11.7184 8.79041 11.9807 9.6369 12.6719 10.3281C13.3631 11.0193 14.2096 11.2816 15.0566 11.3955C15.8382 11.5006 16.8082 11.5001 17.9053 11.5H21.957C21.9996 12.0342 22 12.6899 22 13.5625V14C22 17.7712 21.9997 19.6566 20.8281 20.8281C19.6566 21.9997 17.7712 22 14 22H10C6.22876 22 4.34345 21.9997 3.17188 20.8281C2.0003 19.6566 2 17.7712 2 14V10C2 6.22876 2.0003 4.34345 3.17188 3.17188C4.34345 2.0003 6.23918 2 10.0303 2ZM9.26465 10.7002C7.75369 10.7002 6.52832 11.9256 6.52832 13.4365C6.52847 14.2786 6.90932 15.0314 7.50781 15.5332L7.19824 16.6885C6.95273 17.584 6.83031 18.0322 6.99414 18.2773C7.05153 18.3631 7.12851 18.4321 7.21777 18.4775C7.47284 18.6074 7.86664 18.4016 8.6543 17.9912C8.9162 17.8547 9.04738 17.7864 9.18652 17.7715C9.23804 17.766 9.29028 17.766 9.3418 17.7715C9.48096 17.7863 9.61225 17.8548 9.87402 17.9912C10.6613 18.4014 11.0555 18.607 11.3105 18.4775C11.3999 18.432 11.4777 18.3632 11.5352 18.2773C11.699 18.0322 11.5756 17.5841 11.3301 16.6885L11.0205 15.5342L11.0186 15.5332C11.6177 15.0314 11.9999 14.2791 12 13.4365C12 11.9257 10.7754 10.7005 9.26465 10.7002Z" clip-rule="evenodd"/><path d="M13.0088 2.26562C13.7007 2.53113 14.2649 3.03877 15.3926 4.05371L19.3516 7.61621C20.5682 8.71115 21.2175 9.29582 21.5801 10H18C15.643 10 14.4647 9.99981 13.7324 9.26758C13.0002 8.53534 13 7.35697 13 5L13.0088 2.26562Z"/></g></svg> </template>
CSS
.icon-file-badge-bold {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.0303%202C10.6361%202%2011.1218%201.99994%2011.5303%202.0166C11.5168%202.09653%2011.5091%202.1783%2011.5088%202.26074L11.5%205.09473C11.4999%206.19183%2011.4994%207.16184%2011.6045%207.94336C11.7184%208.79041%2011.9807%209.6369%2012.6719%2010.3281C13.3631%2011.0193%2014.2096%2011.2816%2015.0566%2011.3955C15.8382%2011.5006%2016.8082%2011.5001%2017.9053%2011.5H21.957C21.9996%2012.0342%2022%2012.6899%2022%2013.5625V14C22%2017.7712%2021.9997%2019.6566%2020.8281%2020.8281C19.6566%2021.9997%2017.7712%2022%2014%2022H10C6.22876%2022%204.34345%2021.9997%203.17188%2020.8281C2.0003%2019.6566%202%2017.7712%202%2014V10C2%206.22876%202.0003%204.34345%203.17188%203.17188C4.34345%202.0003%206.23918%202%2010.0303%202ZM9.26465%2010.7002C7.75369%2010.7002%206.52832%2011.9256%206.52832%2013.4365C6.52847%2014.2786%206.90932%2015.0314%207.50781%2015.5332L7.19824%2016.6885C6.95273%2017.584%206.83031%2018.0322%206.99414%2018.2773C7.05153%2018.3631%207.12851%2018.4321%207.21777%2018.4775C7.47284%2018.6074%207.86664%2018.4016%208.6543%2017.9912C8.9162%2017.8547%209.04738%2017.7864%209.18652%2017.7715C9.23804%2017.766%209.29028%2017.766%209.3418%2017.7715C9.48096%2017.7863%209.61225%2017.8548%209.87402%2017.9912C10.6613%2018.4014%2011.0555%2018.607%2011.3105%2018.4775C11.3999%2018.432%2011.4777%2018.3632%2011.5352%2018.2773C11.699%2018.0322%2011.5756%2017.5841%2011.3301%2016.6885L11.0205%2015.5342L11.0186%2015.5332C11.6177%2015.0314%2011.9999%2014.2791%2012%2013.4365C12%2011.9257%2010.7754%2010.7005%209.26465%2010.7002Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13.0088%202.26562C13.7007%202.53113%2014.2649%203.03877%2015.3926%204.05371L19.3516%207.61621C20.5682%208.71115%2021.2175%209.29582%2021.5801%2010H18C15.643%2010%2014.4647%209.99981%2013.7324%209.26758C13.0002%208.53534%2013%207.35697%2013%205L13.0088%202.26562Z%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.0303%202C10.6361%202%2011.1218%201.99994%2011.5303%202.0166C11.5168%202.09653%2011.5091%202.1783%2011.5088%202.26074L11.5%205.09473C11.4999%206.19183%2011.4994%207.16184%2011.6045%207.94336C11.7184%208.79041%2011.9807%209.6369%2012.6719%2010.3281C13.3631%2011.0193%2014.2096%2011.2816%2015.0566%2011.3955C15.8382%2011.5006%2016.8082%2011.5001%2017.9053%2011.5H21.957C21.9996%2012.0342%2022%2012.6899%2022%2013.5625V14C22%2017.7712%2021.9997%2019.6566%2020.8281%2020.8281C19.6566%2021.9997%2017.7712%2022%2014%2022H10C6.22876%2022%204.34345%2021.9997%203.17188%2020.8281C2.0003%2019.6566%202%2017.7712%202%2014V10C2%206.22876%202.0003%204.34345%203.17188%203.17188C4.34345%202.0003%206.23918%202%2010.0303%202ZM9.26465%2010.7002C7.75369%2010.7002%206.52832%2011.9256%206.52832%2013.4365C6.52847%2014.2786%206.90932%2015.0314%207.50781%2015.5332L7.19824%2016.6885C6.95273%2017.584%206.83031%2018.0322%206.99414%2018.2773C7.05153%2018.3631%207.12851%2018.4321%207.21777%2018.4775C7.47284%2018.6074%207.86664%2018.4016%208.6543%2017.9912C8.9162%2017.8547%209.04738%2017.7864%209.18652%2017.7715C9.23804%2017.766%209.29028%2017.766%209.3418%2017.7715C9.48096%2017.7863%209.61225%2017.8548%209.87402%2017.9912C10.6613%2018.4014%2011.0555%2018.607%2011.3105%2018.4775C11.3999%2018.432%2011.4777%2018.3632%2011.5352%2018.2773C11.699%2018.0322%2011.5756%2017.5841%2011.3301%2016.6885L11.0205%2015.5342L11.0186%2015.5332C11.6177%2015.0314%2011.9999%2014.2791%2012%2013.4365C12%2011.9257%2010.7754%2010.7005%209.26465%2010.7002Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13.0088%202.26562C13.7007%202.53113%2014.2649%203.03877%2015.3926%204.05371L19.3516%207.61621C20.5682%208.71115%2021.2175%209.29582%2021.5801%2010H18C15.643%2010%2014.4647%209.99981%2013.7324%209.26758C13.0002%208.53534%2013%207.35697%2013%205L13.0088%202.26562Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/file-badge-bold.svg?color=%231a73e8&size=48