file cog icon

file-cog-bold from Solar by 480 Design · Bold · Files · CC-BY-4.0 Attribution required.

Name
file-cog-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

Use the file cog icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.24902 13.8057C9.84722 13.8057 10.3328 14.2905 10.333 14.8887C10.333 15.487 9.84733 15.9727 9.24902 15.9727C8.65086 15.9725 8.16602 15.4869 8.16602 14.8887C8.16619 14.2906 8.65097 13.8058 9.24902 13.8057Z"/><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.25 11.2773C8.84783 11.2773 8.48144 11.494 7.74902 11.9277L7.50098 12.0752C6.76855 12.5089 6.40226 12.7258 6.20117 13.083C6.00009 13.4403 6 13.8745 6 14.7422V15.0352C6 15.9028 6.00006 16.337 6.20117 16.6943C6.40231 17.0515 6.76861 17.2684 7.50098 17.7021L7.74902 17.8486C8.4816 18.2825 8.84778 18.5 9.25 18.5C9.65222 18.5 10.0184 18.2825 10.751 17.8486L10.999 17.7021C11.7314 17.2684 12.0977 17.0515 12.2988 16.6943C12.4999 16.337 12.5 15.9028 12.5 15.0352V14.7422C12.5 13.8745 12.4999 13.4403 12.2988 13.083C12.0977 12.7258 11.7314 12.5089 10.999 12.0752L10.751 11.9277C10.0186 11.494 9.65217 11.2773 9.25 11.2773Z" 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 SolarFileCogBold(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 d="M9.24902 13.8057C9.84722 13.8057 10.3328 14.2905 10.333 14.8887C10.333 15.487 9.84733 15.9727 9.24902 15.9727C8.65086 15.9725 8.16602 15.4869 8.16602 14.8887C8.16619 14.2906 8.65097 13.8058 9.24902 13.8057Z"/><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.25 11.2773C8.84783 11.2773 8.48144 11.494 7.74902 11.9277L7.50098 12.0752C6.76855 12.5089 6.40226 12.7258 6.20117 13.083C6.00009 13.4403 6 13.8745 6 14.7422V15.0352C6 15.9028 6.00006 16.337 6.20117 16.6943C6.40231 17.0515 6.76861 17.2684 7.50098 17.7021L7.74902 17.8486C8.4816 18.2825 8.84778 18.5 9.25 18.5C9.65222 18.5 10.0184 18.2825 10.751 17.8486L10.999 17.7021C11.7314 17.2684 12.0977 17.0515 12.2988 16.6943C12.4999 16.337 12.5 15.9028 12.5 15.0352V14.7422C12.5 13.8745 12.4999 13.4403 12.2988 13.083C12.0977 12.7258 11.7314 12.5089 10.999 12.0752L10.751 11.9277C10.0186 11.494 9.65217 11.2773 9.25 11.2773Z" 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 d="M9.24902 13.8057C9.84722 13.8057 10.3328 14.2905 10.333 14.8887C10.333 15.487 9.84733 15.9727 9.24902 15.9727C8.65086 15.9725 8.16602 15.4869 8.16602 14.8887C8.16619 14.2906 8.65097 13.8058 9.24902 13.8057Z"/><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.25 11.2773C8.84783 11.2773 8.48144 11.494 7.74902 11.9277L7.50098 12.0752C6.76855 12.5089 6.40226 12.7258 6.20117 13.083C6.00009 13.4403 6 13.8745 6 14.7422V15.0352C6 15.9028 6.00006 16.337 6.20117 16.6943C6.40231 17.0515 6.76861 17.2684 7.50098 17.7021L7.74902 17.8486C8.4816 18.2825 8.84778 18.5 9.25 18.5C9.65222 18.5 10.0184 18.2825 10.751 17.8486L10.999 17.7021C11.7314 17.2684 12.0977 17.0515 12.2988 16.6943C12.4999 16.337 12.5 15.9028 12.5 15.0352V14.7422C12.5 13.8745 12.4999 13.4403 12.2988 13.083C12.0977 12.7258 11.7314 12.5089 10.999 12.0752L10.751 11.9277C10.0186 11.494 9.65217 11.2773 9.25 11.2773Z" 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-cog-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%20d%3D%22M9.24902%2013.8057C9.84722%2013.8057%2010.3328%2014.2905%2010.333%2014.8887C10.333%2015.487%209.84733%2015.9727%209.24902%2015.9727C8.65086%2015.9725%208.16602%2015.4869%208.16602%2014.8887C8.16619%2014.2906%208.65097%2013.8058%209.24902%2013.8057Z%22%2F%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.25%2011.2773C8.84783%2011.2773%208.48144%2011.494%207.74902%2011.9277L7.50098%2012.0752C6.76855%2012.5089%206.40226%2012.7258%206.20117%2013.083C6.00009%2013.4403%206%2013.8745%206%2014.7422V15.0352C6%2015.9028%206.00006%2016.337%206.20117%2016.6943C6.40231%2017.0515%206.76861%2017.2684%207.50098%2017.7021L7.74902%2017.8486C8.4816%2018.2825%208.84778%2018.5%209.25%2018.5C9.65222%2018.5%2010.0184%2018.2825%2010.751%2017.8486L10.999%2017.7021C11.7314%2017.2684%2012.0977%2017.0515%2012.2988%2016.6943C12.4999%2016.337%2012.5%2015.9028%2012.5%2015.0352V14.7422C12.5%2013.8745%2012.4999%2013.4403%2012.2988%2013.083C12.0977%2012.7258%2011.7314%2012.5089%2010.999%2012.0752L10.751%2011.9277C10.0186%2011.494%209.65217%2011.2773%209.25%2011.2773Z%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%20d%3D%22M9.24902%2013.8057C9.84722%2013.8057%2010.3328%2014.2905%2010.333%2014.8887C10.333%2015.487%209.84733%2015.9727%209.24902%2015.9727C8.65086%2015.9725%208.16602%2015.4869%208.16602%2014.8887C8.16619%2014.2906%208.65097%2013.8058%209.24902%2013.8057Z%22%2F%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.25%2011.2773C8.84783%2011.2773%208.48144%2011.494%207.74902%2011.9277L7.50098%2012.0752C6.76855%2012.5089%206.40226%2012.7258%206.20117%2013.083C6.00009%2013.4403%206%2013.8745%206%2014.7422V15.0352C6%2015.9028%206.00006%2016.337%206.20117%2016.6943C6.40231%2017.0515%206.76861%2017.2684%207.50098%2017.7021L7.74902%2017.8486C8.4816%2018.2825%208.84778%2018.5%209.25%2018.5C9.65222%2018.5%2010.0184%2018.2825%2010.751%2017.8486L10.999%2017.7021C11.7314%2017.2684%2012.0977%2017.0515%2012.2988%2016.6943C12.4999%2016.337%2012.5%2015.9028%2012.5%2015.0352V14.7422C12.5%2013.8745%2012.4999%2013.4403%2012.2988%2013.083C12.0977%2012.7258%2011.7314%2012.5089%2010.999%2012.0752L10.751%2011.9277C10.0186%2011.494%209.65217%2011.2773%209.25%2011.2773Z%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-cog-bold.svg?color=%231a73e8&size=48