folder cog icon

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

Name
folder-cog-bold
Set
Solar
Style
Bold
Category
Folders
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More folders icons from Solar

Use the folder 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="M12 12.9287C12.5981 12.9288 13.0828 13.4136 13.083 14.0117C13.083 14.61 12.5982 15.0956 12 15.0957C11.4017 15.0957 10.917 14.61 10.917 14.0117C10.9172 13.4136 11.4018 12.9287 12 12.9287Z"/><path fill-rule="evenodd" d="M6.9502 2C7.33657 2 7.53009 2.00021 7.71582 2.01758C8.51677 2.09253 9.27617 2.40751 9.89551 2.9209C10.0392 3.04 10.1768 3.17677 10.4502 3.4502L11 4C11.8156 4.81562 12.2236 5.22336 12.7119 5.49512C12.9802 5.6444 13.2653 5.76251 13.5605 5.84668C14.098 5.99985 14.6748 6 15.8281 6H16.2021C18.8343 6 20.1503 6.0002 21.0059 6.76953C21.0846 6.84031 21.1597 6.91545 21.2305 6.99414C21.9998 7.84966 22 9.16566 22 11.7979V14C22 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 14V6.9502C2 6.06798 2.00006 5.62628 2.06934 5.25879C2.37463 3.64071 3.64071 2.37463 5.25879 2.06934C5.62628 2.00006 6.06798 2 6.9502 2ZM12 10.4014C11.5978 10.4014 11.2314 10.618 10.499 11.0518L10.251 11.1992C9.51855 11.633 9.15226 11.8498 8.95117 12.207C8.75009 12.5643 8.75 12.9986 8.75 13.8662V14.1592C8.75 15.0269 8.75006 15.4611 8.95117 15.8184C9.15231 16.1755 9.51861 16.3925 10.251 16.8262L10.499 16.9727C11.2316 17.4065 11.5978 17.624 12 17.624C12.4022 17.624 12.7684 17.4065 13.501 16.9727L13.749 16.8262C14.4814 16.3925 14.8477 16.1755 15.0488 15.8184C15.2499 15.4611 15.25 15.0269 15.25 14.1592V13.8662C15.25 12.9986 15.2499 12.5643 15.0488 12.207C14.8477 11.8498 14.4814 11.633 13.749 11.1992L13.501 11.0518C12.7686 10.618 12.4022 10.4014 12 10.4014Z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarFolderCogBold(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="M12 12.9287C12.5981 12.9288 13.0828 13.4136 13.083 14.0117C13.083 14.61 12.5982 15.0956 12 15.0957C11.4017 15.0957 10.917 14.61 10.917 14.0117C10.9172 13.4136 11.4018 12.9287 12 12.9287Z"/><path fillRule="evenodd" d="M6.9502 2C7.33657 2 7.53009 2.00021 7.71582 2.01758C8.51677 2.09253 9.27617 2.40751 9.89551 2.9209C10.0392 3.04 10.1768 3.17677 10.4502 3.4502L11 4C11.8156 4.81562 12.2236 5.22336 12.7119 5.49512C12.9802 5.6444 13.2653 5.76251 13.5605 5.84668C14.098 5.99985 14.6748 6 15.8281 6H16.2021C18.8343 6 20.1503 6.0002 21.0059 6.76953C21.0846 6.84031 21.1597 6.91545 21.2305 6.99414C21.9998 7.84966 22 9.16566 22 11.7979V14C22 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 14V6.9502C2 6.06798 2.00006 5.62628 2.06934 5.25879C2.37463 3.64071 3.64071 2.37463 5.25879 2.06934C5.62628 2.00006 6.06798 2 6.9502 2ZM12 10.4014C11.5978 10.4014 11.2314 10.618 10.499 11.0518L10.251 11.1992C9.51855 11.633 9.15226 11.8498 8.95117 12.207C8.75009 12.5643 8.75 12.9986 8.75 13.8662V14.1592C8.75 15.0269 8.75006 15.4611 8.95117 15.8184C9.15231 16.1755 9.51861 16.3925 10.251 16.8262L10.499 16.9727C11.2316 17.4065 11.5978 17.624 12 17.624C12.4022 17.624 12.7684 17.4065 13.501 16.9727L13.749 16.8262C14.4814 16.3925 14.8477 16.1755 15.0488 15.8184C15.2499 15.4611 15.25 15.0269 15.25 14.1592V13.8662C15.25 12.9986 15.2499 12.5643 15.0488 12.207C14.8477 11.8498 14.4814 11.633 13.749 11.1992L13.501 11.0518C12.7686 10.618 12.4022 10.4014 12 10.4014Z" clipRule="evenodd"/></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="M12 12.9287C12.5981 12.9288 13.0828 13.4136 13.083 14.0117C13.083 14.61 12.5982 15.0956 12 15.0957C11.4017 15.0957 10.917 14.61 10.917 14.0117C10.9172 13.4136 11.4018 12.9287 12 12.9287Z"/><path fill-rule="evenodd" d="M6.9502 2C7.33657 2 7.53009 2.00021 7.71582 2.01758C8.51677 2.09253 9.27617 2.40751 9.89551 2.9209C10.0392 3.04 10.1768 3.17677 10.4502 3.4502L11 4C11.8156 4.81562 12.2236 5.22336 12.7119 5.49512C12.9802 5.6444 13.2653 5.76251 13.5605 5.84668C14.098 5.99985 14.6748 6 15.8281 6H16.2021C18.8343 6 20.1503 6.0002 21.0059 6.76953C21.0846 6.84031 21.1597 6.91545 21.2305 6.99414C21.9998 7.84966 22 9.16566 22 11.7979V14C22 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 14V6.9502C2 6.06798 2.00006 5.62628 2.06934 5.25879C2.37463 3.64071 3.64071 2.37463 5.25879 2.06934C5.62628 2.00006 6.06798 2 6.9502 2ZM12 10.4014C11.5978 10.4014 11.2314 10.618 10.499 11.0518L10.251 11.1992C9.51855 11.633 9.15226 11.8498 8.95117 12.207C8.75009 12.5643 8.75 12.9986 8.75 13.8662V14.1592C8.75 15.0269 8.75006 15.4611 8.95117 15.8184C9.15231 16.1755 9.51861 16.3925 10.251 16.8262L10.499 16.9727C11.2316 17.4065 11.5978 17.624 12 17.624C12.4022 17.624 12.7684 17.4065 13.501 16.9727L13.749 16.8262C14.4814 16.3925 14.8477 16.1755 15.0488 15.8184C15.2499 15.4611 15.25 15.0269 15.25 14.1592V13.8662C15.25 12.9986 15.2499 12.5643 15.0488 12.207C14.8477 11.8498 14.4814 11.633 13.749 11.1992L13.501 11.0518C12.7686 10.618 12.4022 10.4014 12 10.4014Z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-folder-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%22M12%2012.9287C12.5981%2012.9288%2013.0828%2013.4136%2013.083%2014.0117C13.083%2014.61%2012.5982%2015.0956%2012%2015.0957C11.4017%2015.0957%2010.917%2014.61%2010.917%2014.0117C10.9172%2013.4136%2011.4018%2012.9287%2012%2012.9287Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.9502%202C7.33657%202%207.53009%202.00021%207.71582%202.01758C8.51677%202.09253%209.27617%202.40751%209.89551%202.9209C10.0392%203.04%2010.1768%203.17677%2010.4502%203.4502L11%204C11.8156%204.81562%2012.2236%205.22336%2012.7119%205.49512C12.9802%205.6444%2013.2653%205.76251%2013.5605%205.84668C14.098%205.99985%2014.6748%206%2015.8281%206H16.2021C18.8343%206%2020.1503%206.0002%2021.0059%206.76953C21.0846%206.84031%2021.1597%206.91545%2021.2305%206.99414C21.9998%207.84966%2022%209.16566%2022%2011.7979V14C22%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%2014V6.9502C2%206.06798%202.00006%205.62628%202.06934%205.25879C2.37463%203.64071%203.64071%202.37463%205.25879%202.06934C5.62628%202.00006%206.06798%202%206.9502%202ZM12%2010.4014C11.5978%2010.4014%2011.2314%2010.618%2010.499%2011.0518L10.251%2011.1992C9.51855%2011.633%209.15226%2011.8498%208.95117%2012.207C8.75009%2012.5643%208.75%2012.9986%208.75%2013.8662V14.1592C8.75%2015.0269%208.75006%2015.4611%208.95117%2015.8184C9.15231%2016.1755%209.51861%2016.3925%2010.251%2016.8262L10.499%2016.9727C11.2316%2017.4065%2011.5978%2017.624%2012%2017.624C12.4022%2017.624%2012.7684%2017.4065%2013.501%2016.9727L13.749%2016.8262C14.4814%2016.3925%2014.8477%2016.1755%2015.0488%2015.8184C15.2499%2015.4611%2015.25%2015.0269%2015.25%2014.1592V13.8662C15.25%2012.9986%2015.2499%2012.5643%2015.0488%2012.207C14.8477%2011.8498%2014.4814%2011.633%2013.749%2011.1992L13.501%2011.0518C12.7686%2010.618%2012.4022%2010.4014%2012%2010.4014Z%22%20clip-rule%3D%22evenodd%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%22M12%2012.9287C12.5981%2012.9288%2013.0828%2013.4136%2013.083%2014.0117C13.083%2014.61%2012.5982%2015.0956%2012%2015.0957C11.4017%2015.0957%2010.917%2014.61%2010.917%2014.0117C10.9172%2013.4136%2011.4018%2012.9287%2012%2012.9287Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.9502%202C7.33657%202%207.53009%202.00021%207.71582%202.01758C8.51677%202.09253%209.27617%202.40751%209.89551%202.9209C10.0392%203.04%2010.1768%203.17677%2010.4502%203.4502L11%204C11.8156%204.81562%2012.2236%205.22336%2012.7119%205.49512C12.9802%205.6444%2013.2653%205.76251%2013.5605%205.84668C14.098%205.99985%2014.6748%206%2015.8281%206H16.2021C18.8343%206%2020.1503%206.0002%2021.0059%206.76953C21.0846%206.84031%2021.1597%206.91545%2021.2305%206.99414C21.9998%207.84966%2022%209.16566%2022%2011.7979V14C22%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%2014V6.9502C2%206.06798%202.00006%205.62628%202.06934%205.25879C2.37463%203.64071%203.64071%202.37463%205.25879%202.06934C5.62628%202.00006%206.06798%202%206.9502%202ZM12%2010.4014C11.5978%2010.4014%2011.2314%2010.618%2010.499%2011.0518L10.251%2011.1992C9.51855%2011.633%209.15226%2011.8498%208.95117%2012.207C8.75009%2012.5643%208.75%2012.9986%208.75%2013.8662V14.1592C8.75%2015.0269%208.75006%2015.4611%208.95117%2015.8184C9.15231%2016.1755%209.51861%2016.3925%2010.251%2016.8262L10.499%2016.9727C11.2316%2017.4065%2011.5978%2017.624%2012%2017.624C12.4022%2017.624%2012.7684%2017.4065%2013.501%2016.9727L13.749%2016.8262C14.4814%2016.3925%2014.8477%2016.1755%2015.0488%2015.8184C15.2499%2015.4611%2015.25%2015.0269%2015.25%2014.1592V13.8662C15.25%2012.9986%2015.2499%2012.5643%2015.0488%2012.207C14.8477%2011.8498%2014.4814%2011.633%2013.749%2011.1992L13.501%2011.0518C12.7686%2010.618%2012.4022%2010.4014%2012%2010.4014Z%22%20clip-rule%3D%22evenodd%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/folder-cog-bold.svg?color=%231a73e8&size=48