folder output icon

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

Name
folder-output-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 output icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.20312 2C7.5895 2 7.78301 2.00021 7.96875 2.01758C8.7697 2.09253 9.5291 2.40751 10.1484 2.9209C10.2921 3.04 10.4297 3.17677 10.7031 3.4502L11.2529 4C12.0685 4.81562 12.4765 5.22336 12.9648 5.49512C13.2332 5.6444 13.5182 5.76251 13.8135 5.84668C14.3509 5.99985 14.9277 6 16.0811 6H16.4551C19.0873 6 20.4033 6.0002 21.2588 6.76953C21.3375 6.84031 21.4126 6.91545 21.4834 6.99414C22.2527 7.84966 22.2529 9.16566 22.2529 11.7979V14C22.2529 17.7712 22.2526 19.6566 21.0811 20.8281C19.9095 21.9997 18.0242 22 14.2529 22H10.2529C6.48169 22 4.59638 21.9997 3.4248 20.8281C2.47346 19.8768 2.29639 18.4548 2.2627 15.9346L5.93652 18.6064C6.27144 18.85 6.7407 18.7762 6.98438 18.4414C7.22795 18.1065 7.15413 17.6372 6.81934 17.3936L4.55957 15.75H13.2529C13.6671 15.75 14.0029 15.4142 14.0029 15C14.0029 14.5858 13.6671 14.25 13.2529 14.25H4.55957L6.81934 12.6064C7.15413 12.3628 7.22795 11.8935 6.98438 11.5586C6.7407 11.2238 6.27144 11.15 5.93652 11.3936L2.25293 14.0723V6.9502C2.25293 6.06798 2.25299 5.62628 2.32227 5.25879C2.62756 3.64071 3.89364 2.37463 5.51172 2.06934C5.8792 2.00006 6.32091 2 7.20312 2Z"/></svg>

React

import type { SVGProps } from "react";

export function SolarFolderOutputBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.20312 2C7.5895 2 7.78301 2.00021 7.96875 2.01758C8.7697 2.09253 9.5291 2.40751 10.1484 2.9209C10.2921 3.04 10.4297 3.17677 10.7031 3.4502L11.2529 4C12.0685 4.81562 12.4765 5.22336 12.9648 5.49512C13.2332 5.6444 13.5182 5.76251 13.8135 5.84668C14.3509 5.99985 14.9277 6 16.0811 6H16.4551C19.0873 6 20.4033 6.0002 21.2588 6.76953C21.3375 6.84031 21.4126 6.91545 21.4834 6.99414C22.2527 7.84966 22.2529 9.16566 22.2529 11.7979V14C22.2529 17.7712 22.2526 19.6566 21.0811 20.8281C19.9095 21.9997 18.0242 22 14.2529 22H10.2529C6.48169 22 4.59638 21.9997 3.4248 20.8281C2.47346 19.8768 2.29639 18.4548 2.2627 15.9346L5.93652 18.6064C6.27144 18.85 6.7407 18.7762 6.98438 18.4414C7.22795 18.1065 7.15413 17.6372 6.81934 17.3936L4.55957 15.75H13.2529C13.6671 15.75 14.0029 15.4142 14.0029 15C14.0029 14.5858 13.6671 14.25 13.2529 14.25H4.55957L6.81934 12.6064C7.15413 12.3628 7.22795 11.8935 6.98438 11.5586C6.7407 11.2238 6.27144 11.15 5.93652 11.3936L2.25293 14.0723V6.9502C2.25293 6.06798 2.25299 5.62628 2.32227 5.25879C2.62756 3.64071 3.89364 2.37463 5.51172 2.06934C5.8792 2.00006 6.32091 2 7.20312 2Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.20312 2C7.5895 2 7.78301 2.00021 7.96875 2.01758C8.7697 2.09253 9.5291 2.40751 10.1484 2.9209C10.2921 3.04 10.4297 3.17677 10.7031 3.4502L11.2529 4C12.0685 4.81562 12.4765 5.22336 12.9648 5.49512C13.2332 5.6444 13.5182 5.76251 13.8135 5.84668C14.3509 5.99985 14.9277 6 16.0811 6H16.4551C19.0873 6 20.4033 6.0002 21.2588 6.76953C21.3375 6.84031 21.4126 6.91545 21.4834 6.99414C22.2527 7.84966 22.2529 9.16566 22.2529 11.7979V14C22.2529 17.7712 22.2526 19.6566 21.0811 20.8281C19.9095 21.9997 18.0242 22 14.2529 22H10.2529C6.48169 22 4.59638 21.9997 3.4248 20.8281C2.47346 19.8768 2.29639 18.4548 2.2627 15.9346L5.93652 18.6064C6.27144 18.85 6.7407 18.7762 6.98438 18.4414C7.22795 18.1065 7.15413 17.6372 6.81934 17.3936L4.55957 15.75H13.2529C13.6671 15.75 14.0029 15.4142 14.0029 15C14.0029 14.5858 13.6671 14.25 13.2529 14.25H4.55957L6.81934 12.6064C7.15413 12.3628 7.22795 11.8935 6.98438 11.5586C6.7407 11.2238 6.27144 11.15 5.93652 11.3936L2.25293 14.0723V6.9502C2.25293 6.06798 2.25299 5.62628 2.32227 5.25879C2.62756 3.64071 3.89364 2.37463 5.51172 2.06934C5.8792 2.00006 6.32091 2 7.20312 2Z"/></svg>
</template>

CSS

.icon-folder-output-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.20312%202C7.5895%202%207.78301%202.00021%207.96875%202.01758C8.7697%202.09253%209.5291%202.40751%2010.1484%202.9209C10.2921%203.04%2010.4297%203.17677%2010.7031%203.4502L11.2529%204C12.0685%204.81562%2012.4765%205.22336%2012.9648%205.49512C13.2332%205.6444%2013.5182%205.76251%2013.8135%205.84668C14.3509%205.99985%2014.9277%206%2016.0811%206H16.4551C19.0873%206%2020.4033%206.0002%2021.2588%206.76953C21.3375%206.84031%2021.4126%206.91545%2021.4834%206.99414C22.2527%207.84966%2022.2529%209.16566%2022.2529%2011.7979V14C22.2529%2017.7712%2022.2526%2019.6566%2021.0811%2020.8281C19.9095%2021.9997%2018.0242%2022%2014.2529%2022H10.2529C6.48169%2022%204.59638%2021.9997%203.4248%2020.8281C2.47346%2019.8768%202.29639%2018.4548%202.2627%2015.9346L5.93652%2018.6064C6.27144%2018.85%206.7407%2018.7762%206.98438%2018.4414C7.22795%2018.1065%207.15413%2017.6372%206.81934%2017.3936L4.55957%2015.75H13.2529C13.6671%2015.75%2014.0029%2015.4142%2014.0029%2015C14.0029%2014.5858%2013.6671%2014.25%2013.2529%2014.25H4.55957L6.81934%2012.6064C7.15413%2012.3628%207.22795%2011.8935%206.98438%2011.5586C6.7407%2011.2238%206.27144%2011.15%205.93652%2011.3936L2.25293%2014.0723V6.9502C2.25293%206.06798%202.25299%205.62628%202.32227%205.25879C2.62756%203.64071%203.89364%202.37463%205.51172%202.06934C5.8792%202.00006%206.32091%202%207.20312%202Z%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.20312%202C7.5895%202%207.78301%202.00021%207.96875%202.01758C8.7697%202.09253%209.5291%202.40751%2010.1484%202.9209C10.2921%203.04%2010.4297%203.17677%2010.7031%203.4502L11.2529%204C12.0685%204.81562%2012.4765%205.22336%2012.9648%205.49512C13.2332%205.6444%2013.5182%205.76251%2013.8135%205.84668C14.3509%205.99985%2014.9277%206%2016.0811%206H16.4551C19.0873%206%2020.4033%206.0002%2021.2588%206.76953C21.3375%206.84031%2021.4126%206.91545%2021.4834%206.99414C22.2527%207.84966%2022.2529%209.16566%2022.2529%2011.7979V14C22.2529%2017.7712%2022.2526%2019.6566%2021.0811%2020.8281C19.9095%2021.9997%2018.0242%2022%2014.2529%2022H10.2529C6.48169%2022%204.59638%2021.9997%203.4248%2020.8281C2.47346%2019.8768%202.29639%2018.4548%202.2627%2015.9346L5.93652%2018.6064C6.27144%2018.85%206.7407%2018.7762%206.98438%2018.4414C7.22795%2018.1065%207.15413%2017.6372%206.81934%2017.3936L4.55957%2015.75H13.2529C13.6671%2015.75%2014.0029%2015.4142%2014.0029%2015C14.0029%2014.5858%2013.6671%2014.25%2013.2529%2014.25H4.55957L6.81934%2012.6064C7.15413%2012.3628%207.22795%2011.8935%206.98438%2011.5586C6.7407%2011.2238%206.27144%2011.15%205.93652%2011.3936L2.25293%2014.0723V6.9502C2.25293%206.06798%202.25299%205.62628%202.32227%205.25879C2.62756%203.64071%203.89364%202.37463%205.51172%202.06934C5.8792%202.00006%206.32091%202%207.20312%202Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/folder-output-bold.svg?color=%231a73e8&size=48