folder code icon

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

Name
folder-code-bold-duotone
Set
Solar
Style
Bold Duotone
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 code icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M22 14V11.7979C22 9.16554 22 7.84935 21.2305 6.99383C21.1598 6.91514 21.0849 6.84024 21.0062 6.76946C20.1506 6 18.8345 6 16.2021 6H15.8284C14.6747 6 14.0979 6 13.5604 5.84678C13.2651 5.7626 12.9804 5.64471 12.7121 5.49543C12.2237 5.22367 11.8158 4.81578 11 4L10.4497 3.44975C10.1763 3.17633 10.0396 3.03961 9.89594 2.92051C9.27652 2.40704 8.51665 2.09229 7.71557 2.01738C7.52976 2 7.33642 2 6.94975 2C6.06722 2 5.62595 2 5.25839 2.06935C3.64031 2.37464 2.37464 3.64031 2.06935 5.25839C2 5.62595 2 6.06722 2 6.94975V14C2 17.7712 2 19.6569 3.17157 20.8284C4.34315 22 6.22876 22 10 22H14C17.7712 22 19.6569 22 20.8284 20.8284C22 19.6569 22 17.7712 22 14Z" opacity=".5"/><path d="M12.1298 11.5314C12.2754 11.1437 12.7079 10.9475 13.0956 11.0929C13.4833 11.2385 13.6795 11.671 13.5341 12.0587L11.871 16.4943C11.7255 16.8819 11.293 17.0781 10.9052 16.9327C10.5174 16.7873 10.3213 16.3547 10.4667 15.9669L12.1298 11.5314ZM13.9648 13.4825C14.2576 13.1897 14.7324 13.1898 15.0253 13.4825L16.1347 14.5909C16.4276 14.8838 16.4276 15.3596 16.1347 15.6525L15.0253 16.7609C14.7324 17.0536 14.2576 17.0537 13.9648 16.7609C13.6721 16.468 13.6721 15.9932 13.9648 15.7003L14.5429 15.1212L13.9648 14.5431C13.6721 14.2502 13.6721 13.7754 13.9648 13.4825ZM8.97455 11.2648C9.26745 10.9719 9.74318 10.9719 10.0361 11.2648C10.3286 11.5576 10.3286 12.0325 10.0361 12.3253L9.45697 12.9034L10.0361 13.4825C10.3286 13.7754 10.3286 14.2503 10.0361 14.5431C9.74318 14.836 9.26745 14.836 8.97455 14.5431L7.86615 13.4347C7.57326 13.1418 7.57326 12.6661 7.86615 12.3732L8.97455 11.2648Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarFolderCodeBoldDuotone(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="M22 14V11.7979C22 9.16554 22 7.84935 21.2305 6.99383C21.1598 6.91514 21.0849 6.84024 21.0062 6.76946C20.1506 6 18.8345 6 16.2021 6H15.8284C14.6747 6 14.0979 6 13.5604 5.84678C13.2651 5.7626 12.9804 5.64471 12.7121 5.49543C12.2237 5.22367 11.8158 4.81578 11 4L10.4497 3.44975C10.1763 3.17633 10.0396 3.03961 9.89594 2.92051C9.27652 2.40704 8.51665 2.09229 7.71557 2.01738C7.52976 2 7.33642 2 6.94975 2C6.06722 2 5.62595 2 5.25839 2.06935C3.64031 2.37464 2.37464 3.64031 2.06935 5.25839C2 5.62595 2 6.06722 2 6.94975V14C2 17.7712 2 19.6569 3.17157 20.8284C4.34315 22 6.22876 22 10 22H14C17.7712 22 19.6569 22 20.8284 20.8284C22 19.6569 22 17.7712 22 14Z" opacity=".5"/><path d="M12.1298 11.5314C12.2754 11.1437 12.7079 10.9475 13.0956 11.0929C13.4833 11.2385 13.6795 11.671 13.5341 12.0587L11.871 16.4943C11.7255 16.8819 11.293 17.0781 10.9052 16.9327C10.5174 16.7873 10.3213 16.3547 10.4667 15.9669L12.1298 11.5314ZM13.9648 13.4825C14.2576 13.1897 14.7324 13.1898 15.0253 13.4825L16.1347 14.5909C16.4276 14.8838 16.4276 15.3596 16.1347 15.6525L15.0253 16.7609C14.7324 17.0536 14.2576 17.0537 13.9648 16.7609C13.6721 16.468 13.6721 15.9932 13.9648 15.7003L14.5429 15.1212L13.9648 14.5431C13.6721 14.2502 13.6721 13.7754 13.9648 13.4825ZM8.97455 11.2648C9.26745 10.9719 9.74318 10.9719 10.0361 11.2648C10.3286 11.5576 10.3286 12.0325 10.0361 12.3253L9.45697 12.9034L10.0361 13.4825C10.3286 13.7754 10.3286 14.2503 10.0361 14.5431C9.74318 14.836 9.26745 14.836 8.97455 14.5431L7.86615 13.4347C7.57326 13.1418 7.57326 12.6661 7.86615 12.3732L8.97455 11.2648Z"/></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="M22 14V11.7979C22 9.16554 22 7.84935 21.2305 6.99383C21.1598 6.91514 21.0849 6.84024 21.0062 6.76946C20.1506 6 18.8345 6 16.2021 6H15.8284C14.6747 6 14.0979 6 13.5604 5.84678C13.2651 5.7626 12.9804 5.64471 12.7121 5.49543C12.2237 5.22367 11.8158 4.81578 11 4L10.4497 3.44975C10.1763 3.17633 10.0396 3.03961 9.89594 2.92051C9.27652 2.40704 8.51665 2.09229 7.71557 2.01738C7.52976 2 7.33642 2 6.94975 2C6.06722 2 5.62595 2 5.25839 2.06935C3.64031 2.37464 2.37464 3.64031 2.06935 5.25839C2 5.62595 2 6.06722 2 6.94975V14C2 17.7712 2 19.6569 3.17157 20.8284C4.34315 22 6.22876 22 10 22H14C17.7712 22 19.6569 22 20.8284 20.8284C22 19.6569 22 17.7712 22 14Z" opacity=".5"/><path d="M12.1298 11.5314C12.2754 11.1437 12.7079 10.9475 13.0956 11.0929C13.4833 11.2385 13.6795 11.671 13.5341 12.0587L11.871 16.4943C11.7255 16.8819 11.293 17.0781 10.9052 16.9327C10.5174 16.7873 10.3213 16.3547 10.4667 15.9669L12.1298 11.5314ZM13.9648 13.4825C14.2576 13.1897 14.7324 13.1898 15.0253 13.4825L16.1347 14.5909C16.4276 14.8838 16.4276 15.3596 16.1347 15.6525L15.0253 16.7609C14.7324 17.0536 14.2576 17.0537 13.9648 16.7609C13.6721 16.468 13.6721 15.9932 13.9648 15.7003L14.5429 15.1212L13.9648 14.5431C13.6721 14.2502 13.6721 13.7754 13.9648 13.4825ZM8.97455 11.2648C9.26745 10.9719 9.74318 10.9719 10.0361 11.2648C10.3286 11.5576 10.3286 12.0325 10.0361 12.3253L9.45697 12.9034L10.0361 13.4825C10.3286 13.7754 10.3286 14.2503 10.0361 14.5431C9.74318 14.836 9.26745 14.836 8.97455 14.5431L7.86615 13.4347C7.57326 13.1418 7.57326 12.6661 7.86615 12.3732L8.97455 11.2648Z"/></g></svg>
</template>

CSS

.icon-folder-code-bold-duotone {
  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%22M22%2014V11.7979C22%209.16554%2022%207.84935%2021.2305%206.99383C21.1598%206.91514%2021.0849%206.84024%2021.0062%206.76946C20.1506%206%2018.8345%206%2016.2021%206H15.8284C14.6747%206%2014.0979%206%2013.5604%205.84678C13.2651%205.7626%2012.9804%205.64471%2012.7121%205.49543C12.2237%205.22367%2011.8158%204.81578%2011%204L10.4497%203.44975C10.1763%203.17633%2010.0396%203.03961%209.89594%202.92051C9.27652%202.40704%208.51665%202.09229%207.71557%202.01738C7.52976%202%207.33642%202%206.94975%202C6.06722%202%205.62595%202%205.25839%202.06935C3.64031%202.37464%202.37464%203.64031%202.06935%205.25839C2%205.62595%202%206.06722%202%206.94975V14C2%2017.7712%202%2019.6569%203.17157%2020.8284C4.34315%2022%206.22876%2022%2010%2022H14C17.7712%2022%2019.6569%2022%2020.8284%2020.8284C22%2019.6569%2022%2017.7712%2022%2014Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12.1298%2011.5314C12.2754%2011.1437%2012.7079%2010.9475%2013.0956%2011.0929C13.4833%2011.2385%2013.6795%2011.671%2013.5341%2012.0587L11.871%2016.4943C11.7255%2016.8819%2011.293%2017.0781%2010.9052%2016.9327C10.5174%2016.7873%2010.3213%2016.3547%2010.4667%2015.9669L12.1298%2011.5314ZM13.9648%2013.4825C14.2576%2013.1897%2014.7324%2013.1898%2015.0253%2013.4825L16.1347%2014.5909C16.4276%2014.8838%2016.4276%2015.3596%2016.1347%2015.6525L15.0253%2016.7609C14.7324%2017.0536%2014.2576%2017.0537%2013.9648%2016.7609C13.6721%2016.468%2013.6721%2015.9932%2013.9648%2015.7003L14.5429%2015.1212L13.9648%2014.5431C13.6721%2014.2502%2013.6721%2013.7754%2013.9648%2013.4825ZM8.97455%2011.2648C9.26745%2010.9719%209.74318%2010.9719%2010.0361%2011.2648C10.3286%2011.5576%2010.3286%2012.0325%2010.0361%2012.3253L9.45697%2012.9034L10.0361%2013.4825C10.3286%2013.7754%2010.3286%2014.2503%2010.0361%2014.5431C9.74318%2014.836%209.26745%2014.836%208.97455%2014.5431L7.86615%2013.4347C7.57326%2013.1418%207.57326%2012.6661%207.86615%2012.3732L8.97455%2011.2648Z%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%22M22%2014V11.7979C22%209.16554%2022%207.84935%2021.2305%206.99383C21.1598%206.91514%2021.0849%206.84024%2021.0062%206.76946C20.1506%206%2018.8345%206%2016.2021%206H15.8284C14.6747%206%2014.0979%206%2013.5604%205.84678C13.2651%205.7626%2012.9804%205.64471%2012.7121%205.49543C12.2237%205.22367%2011.8158%204.81578%2011%204L10.4497%203.44975C10.1763%203.17633%2010.0396%203.03961%209.89594%202.92051C9.27652%202.40704%208.51665%202.09229%207.71557%202.01738C7.52976%202%207.33642%202%206.94975%202C6.06722%202%205.62595%202%205.25839%202.06935C3.64031%202.37464%202.37464%203.64031%202.06935%205.25839C2%205.62595%202%206.06722%202%206.94975V14C2%2017.7712%202%2019.6569%203.17157%2020.8284C4.34315%2022%206.22876%2022%2010%2022H14C17.7712%2022%2019.6569%2022%2020.8284%2020.8284C22%2019.6569%2022%2017.7712%2022%2014Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12.1298%2011.5314C12.2754%2011.1437%2012.7079%2010.9475%2013.0956%2011.0929C13.4833%2011.2385%2013.6795%2011.671%2013.5341%2012.0587L11.871%2016.4943C11.7255%2016.8819%2011.293%2017.0781%2010.9052%2016.9327C10.5174%2016.7873%2010.3213%2016.3547%2010.4667%2015.9669L12.1298%2011.5314ZM13.9648%2013.4825C14.2576%2013.1897%2014.7324%2013.1898%2015.0253%2013.4825L16.1347%2014.5909C16.4276%2014.8838%2016.4276%2015.3596%2016.1347%2015.6525L15.0253%2016.7609C14.7324%2017.0536%2014.2576%2017.0537%2013.9648%2016.7609C13.6721%2016.468%2013.6721%2015.9932%2013.9648%2015.7003L14.5429%2015.1212L13.9648%2014.5431C13.6721%2014.2502%2013.6721%2013.7754%2013.9648%2013.4825ZM8.97455%2011.2648C9.26745%2010.9719%209.74318%2010.9719%2010.0361%2011.2648C10.3286%2011.5576%2010.3286%2012.0325%2010.0361%2012.3253L9.45697%2012.9034L10.0361%2013.4825C10.3286%2013.7754%2010.3286%2014.2503%2010.0361%2014.5431C9.74318%2014.836%209.26745%2014.836%208.97455%2014.5431L7.86615%2013.4347C7.57326%2013.1418%207.57326%2012.6661%207.86615%2012.3732L8.97455%2011.2648Z%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-code-bold-duotone.svg?color=%231a73e8&size=48