folder cog icon

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

Name
folder-cog-linear
Set
Solar
Style
Linear
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="none" stroke="currentColor" stroke-width="1.5"><path d="M2 6.94975C2 6.06722 2 5.62595 2.06935 5.25839C2.37464 3.64031 3.64031 2.37464 5.25839 2.06935C5.62595 2 6.06722 2 6.94975 2C7.33642 2 7.52976 2 7.71557 2.01738C8.51665 2.09229 9.27652 2.40704 9.89594 2.92051C10.0396 3.03961 10.1763 3.17633 10.4497 3.44975L11 4C11.8158 4.81578 12.2237 5.22367 12.7121 5.49543C12.9804 5.64471 13.2651 5.7626 13.5604 5.84678C14.0979 6 14.6747 6 15.8284 6H16.2021C18.8345 6 20.1506 6 21.0062 6.76946C21.0849 6.84024 21.1598 6.91514 21.2305 6.99383C22 7.84935 22 9.16554 22 11.7979V14C22 17.7712 22 19.6569 20.8284 20.8284C19.6569 22 17.7712 22 14 22H10C6.22876 22 4.34315 22 3.17157 20.8284C2 19.6569 2 17.7712 2 14V6.94975Z"/><path d="M10.4989 11.0521C11.2315 10.6183 11.5978 10.4014 12 10.4014C12.4022 10.4014 12.7685 10.6183 13.5011 11.0521L13.7489 11.1989C14.4815 11.6327 14.8478 11.8496 15.0489 12.2069C15.25 12.5642 15.25 12.9981 15.25 13.8657V14.1592C15.25 15.0269 15.25 15.4607 15.0489 15.818C14.8478 16.1753 14.4815 16.3922 13.7489 16.8261L13.5011 16.9728C12.7685 17.4067 12.4022 17.6236 12 17.6236C11.5978 17.6236 11.2315 17.4067 10.4989 16.9728L10.2511 16.8261C9.51852 16.3922 9.15222 16.1753 8.95111 15.818C8.75 15.4607 8.75 15.0269 8.75 14.1592V13.8657C8.75 12.9981 8.75 12.5642 8.95111 12.2069C9.15222 11.8496 9.51852 11.6327 10.2511 11.1989L10.4989 11.0521Z"/><circle cx="12" cy="14.012" r="1.083"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarFolderCogLinear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M2 6.94975C2 6.06722 2 5.62595 2.06935 5.25839C2.37464 3.64031 3.64031 2.37464 5.25839 2.06935C5.62595 2 6.06722 2 6.94975 2C7.33642 2 7.52976 2 7.71557 2.01738C8.51665 2.09229 9.27652 2.40704 9.89594 2.92051C10.0396 3.03961 10.1763 3.17633 10.4497 3.44975L11 4C11.8158 4.81578 12.2237 5.22367 12.7121 5.49543C12.9804 5.64471 13.2651 5.7626 13.5604 5.84678C14.0979 6 14.6747 6 15.8284 6H16.2021C18.8345 6 20.1506 6 21.0062 6.76946C21.0849 6.84024 21.1598 6.91514 21.2305 6.99383C22 7.84935 22 9.16554 22 11.7979V14C22 17.7712 22 19.6569 20.8284 20.8284C19.6569 22 17.7712 22 14 22H10C6.22876 22 4.34315 22 3.17157 20.8284C2 19.6569 2 17.7712 2 14V6.94975Z"/><path d="M10.4989 11.0521C11.2315 10.6183 11.5978 10.4014 12 10.4014C12.4022 10.4014 12.7685 10.6183 13.5011 11.0521L13.7489 11.1989C14.4815 11.6327 14.8478 11.8496 15.0489 12.2069C15.25 12.5642 15.25 12.9981 15.25 13.8657V14.1592C15.25 15.0269 15.25 15.4607 15.0489 15.818C14.8478 16.1753 14.4815 16.3922 13.7489 16.8261L13.5011 16.9728C12.7685 17.4067 12.4022 17.6236 12 17.6236C11.5978 17.6236 11.2315 17.4067 10.4989 16.9728L10.2511 16.8261C9.51852 16.3922 9.15222 16.1753 8.95111 15.818C8.75 15.4607 8.75 15.0269 8.75 14.1592V13.8657C8.75 12.9981 8.75 12.5642 8.95111 12.2069C9.15222 11.8496 9.51852 11.6327 10.2511 11.1989L10.4989 11.0521Z"/><circle cx="12" cy="14.012" r="1.083"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M2 6.94975C2 6.06722 2 5.62595 2.06935 5.25839C2.37464 3.64031 3.64031 2.37464 5.25839 2.06935C5.62595 2 6.06722 2 6.94975 2C7.33642 2 7.52976 2 7.71557 2.01738C8.51665 2.09229 9.27652 2.40704 9.89594 2.92051C10.0396 3.03961 10.1763 3.17633 10.4497 3.44975L11 4C11.8158 4.81578 12.2237 5.22367 12.7121 5.49543C12.9804 5.64471 13.2651 5.7626 13.5604 5.84678C14.0979 6 14.6747 6 15.8284 6H16.2021C18.8345 6 20.1506 6 21.0062 6.76946C21.0849 6.84024 21.1598 6.91514 21.2305 6.99383C22 7.84935 22 9.16554 22 11.7979V14C22 17.7712 22 19.6569 20.8284 20.8284C19.6569 22 17.7712 22 14 22H10C6.22876 22 4.34315 22 3.17157 20.8284C2 19.6569 2 17.7712 2 14V6.94975Z"/><path d="M10.4989 11.0521C11.2315 10.6183 11.5978 10.4014 12 10.4014C12.4022 10.4014 12.7685 10.6183 13.5011 11.0521L13.7489 11.1989C14.4815 11.6327 14.8478 11.8496 15.0489 12.2069C15.25 12.5642 15.25 12.9981 15.25 13.8657V14.1592C15.25 15.0269 15.25 15.4607 15.0489 15.818C14.8478 16.1753 14.4815 16.3922 13.7489 16.8261L13.5011 16.9728C12.7685 17.4067 12.4022 17.6236 12 17.6236C11.5978 17.6236 11.2315 17.4067 10.4989 16.9728L10.2511 16.8261C9.51852 16.3922 9.15222 16.1753 8.95111 15.818C8.75 15.4607 8.75 15.0269 8.75 14.1592V13.8657C8.75 12.9981 8.75 12.5642 8.95111 12.2069C9.15222 11.8496 9.51852 11.6327 10.2511 11.1989L10.4989 11.0521Z"/><circle cx="12" cy="14.012" r="1.083"/></g></svg>
</template>

CSS

.icon-folder-cog-linear {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%206.94975C2%206.06722%202%205.62595%202.06935%205.25839C2.37464%203.64031%203.64031%202.37464%205.25839%202.06935C5.62595%202%206.06722%202%206.94975%202C7.33642%202%207.52976%202%207.71557%202.01738C8.51665%202.09229%209.27652%202.40704%209.89594%202.92051C10.0396%203.03961%2010.1763%203.17633%2010.4497%203.44975L11%204C11.8158%204.81578%2012.2237%205.22367%2012.7121%205.49543C12.9804%205.64471%2013.2651%205.7626%2013.5604%205.84678C14.0979%206%2014.6747%206%2015.8284%206H16.2021C18.8345%206%2020.1506%206%2021.0062%206.76946C21.0849%206.84024%2021.1598%206.91514%2021.2305%206.99383C22%207.84935%2022%209.16554%2022%2011.7979V14C22%2017.7712%2022%2019.6569%2020.8284%2020.8284C19.6569%2022%2017.7712%2022%2014%2022H10C6.22876%2022%204.34315%2022%203.17157%2020.8284C2%2019.6569%202%2017.7712%202%2014V6.94975Z%22%2F%3E%3Cpath%20d%3D%22M10.4989%2011.0521C11.2315%2010.6183%2011.5978%2010.4014%2012%2010.4014C12.4022%2010.4014%2012.7685%2010.6183%2013.5011%2011.0521L13.7489%2011.1989C14.4815%2011.6327%2014.8478%2011.8496%2015.0489%2012.2069C15.25%2012.5642%2015.25%2012.9981%2015.25%2013.8657V14.1592C15.25%2015.0269%2015.25%2015.4607%2015.0489%2015.818C14.8478%2016.1753%2014.4815%2016.3922%2013.7489%2016.8261L13.5011%2016.9728C12.7685%2017.4067%2012.4022%2017.6236%2012%2017.6236C11.5978%2017.6236%2011.2315%2017.4067%2010.4989%2016.9728L10.2511%2016.8261C9.51852%2016.3922%209.15222%2016.1753%208.95111%2015.818C8.75%2015.4607%208.75%2015.0269%208.75%2014.1592V13.8657C8.75%2012.9981%208.75%2012.5642%208.95111%2012.2069C9.15222%2011.8496%209.51852%2011.6327%2010.2511%2011.1989L10.4989%2011.0521Z%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2214.012%22%20r%3D%221.083%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%206.94975C2%206.06722%202%205.62595%202.06935%205.25839C2.37464%203.64031%203.64031%202.37464%205.25839%202.06935C5.62595%202%206.06722%202%206.94975%202C7.33642%202%207.52976%202%207.71557%202.01738C8.51665%202.09229%209.27652%202.40704%209.89594%202.92051C10.0396%203.03961%2010.1763%203.17633%2010.4497%203.44975L11%204C11.8158%204.81578%2012.2237%205.22367%2012.7121%205.49543C12.9804%205.64471%2013.2651%205.7626%2013.5604%205.84678C14.0979%206%2014.6747%206%2015.8284%206H16.2021C18.8345%206%2020.1506%206%2021.0062%206.76946C21.0849%206.84024%2021.1598%206.91514%2021.2305%206.99383C22%207.84935%2022%209.16554%2022%2011.7979V14C22%2017.7712%2022%2019.6569%2020.8284%2020.8284C19.6569%2022%2017.7712%2022%2014%2022H10C6.22876%2022%204.34315%2022%203.17157%2020.8284C2%2019.6569%202%2017.7712%202%2014V6.94975Z%22%2F%3E%3Cpath%20d%3D%22M10.4989%2011.0521C11.2315%2010.6183%2011.5978%2010.4014%2012%2010.4014C12.4022%2010.4014%2012.7685%2010.6183%2013.5011%2011.0521L13.7489%2011.1989C14.4815%2011.6327%2014.8478%2011.8496%2015.0489%2012.2069C15.25%2012.5642%2015.25%2012.9981%2015.25%2013.8657V14.1592C15.25%2015.0269%2015.25%2015.4607%2015.0489%2015.818C14.8478%2016.1753%2014.4815%2016.3922%2013.7489%2016.8261L13.5011%2016.9728C12.7685%2017.4067%2012.4022%2017.6236%2012%2017.6236C11.5978%2017.6236%2011.2315%2017.4067%2010.4989%2016.9728L10.2511%2016.8261C9.51852%2016.3922%209.15222%2016.1753%208.95111%2015.818C8.75%2015.4607%208.75%2015.0269%208.75%2014.1592V13.8657C8.75%2012.9981%208.75%2012.5642%208.95111%2012.2069C9.15222%2011.8496%209.51852%2011.6327%2010.2511%2011.1989L10.4989%2011.0521Z%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2214.012%22%20r%3D%221.083%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-linear.svg?color=%231a73e8&size=48