file circle plus icon

file-circle-plus-solid from Flowbite Icons by Themesberg · Solid · Files Folders · MIT Free for personal and commercial use.

Name
file-circle-plus-solid
Set
Flowbite Icons
Style
Solid
Category
Files Folders
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

The same icon in other sets

More files folders icons from Flowbite Icons

Use the file circle plus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M9 7V2.221a2 2 0 0 0-.5.365L4.586 6.5a2 2 0 0 0-.365.5zm2 0V2h7a2 2 0 0 1 2 2v6.41A7.5 7.5 0 1 0 10.5 22H6a2 2 0 0 1-2-2V9h5a2 2 0 0 0 2-2"/><path d="M9 16a6 6 0 1 1 12 0a6 6 0 0 1-12 0m6-3a1 1 0 0 1 1 1v1h1a1 1 0 1 1 0 2h-1v1a1 1 0 1 1-2 0v-1h-1a1 1 0 1 1 0-2h1v-1a1 1 0 0 1 1-1"/></g></svg>

React

import type { SVGProps } from "react";

export function FlowbiteFileCirclePlusSolid(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" fillRule="evenodd" clipRule="evenodd"><path d="M9 7V2.221a2 2 0 0 0-.5.365L4.586 6.5a2 2 0 0 0-.365.5zm2 0V2h7a2 2 0 0 1 2 2v6.41A7.5 7.5 0 1 0 10.5 22H6a2 2 0 0 1-2-2V9h5a2 2 0 0 0 2-2"/><path d="M9 16a6 6 0 1 1 12 0a6 6 0 0 1-12 0m6-3a1 1 0 0 1 1 1v1h1a1 1 0 1 1 0 2h-1v1a1 1 0 1 1-2 0v-1h-1a1 1 0 1 1 0-2h1v-1a1 1 0 0 1 1-1"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M9 7V2.221a2 2 0 0 0-.5.365L4.586 6.5a2 2 0 0 0-.365.5zm2 0V2h7a2 2 0 0 1 2 2v6.41A7.5 7.5 0 1 0 10.5 22H6a2 2 0 0 1-2-2V9h5a2 2 0 0 0 2-2"/><path d="M9 16a6 6 0 1 1 12 0a6 6 0 0 1-12 0m6-3a1 1 0 0 1 1 1v1h1a1 1 0 1 1 0 2h-1v1a1 1 0 1 1-2 0v-1h-1a1 1 0 1 1 0-2h1v-1a1 1 0 0 1 1-1"/></g></svg>
</template>

CSS

.icon-file-circle-plus-solid {
  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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M9%207V2.221a2%202%200%200%200-.5.365L4.586%206.5a2%202%200%200%200-.365.5zm2%200V2h7a2%202%200%200%201%202%202v6.41A7.5%207.5%200%201%200%2010.5%2022H6a2%202%200%200%201-2-2V9h5a2%202%200%200%200%202-2%22%2F%3E%3Cpath%20d%3D%22M9%2016a6%206%200%201%201%2012%200a6%206%200%200%201-12%200m6-3a1%201%200%200%201%201%201v1h1a1%201%200%201%201%200%202h-1v1a1%201%200%201%201-2%200v-1h-1a1%201%200%201%201%200-2h1v-1a1%201%200%200%201%201-1%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M9%207V2.221a2%202%200%200%200-.5.365L4.586%206.5a2%202%200%200%200-.365.5zm2%200V2h7a2%202%200%200%201%202%202v6.41A7.5%207.5%200%201%200%2010.5%2022H6a2%202%200%200%201-2-2V9h5a2%202%200%200%200%202-2%22%2F%3E%3Cpath%20d%3D%22M9%2016a6%206%200%201%201%2012%200a6%206%200%200%201-12%200m6-3a1%201%200%200%201%201%201v1h1a1%201%200%201%201%200%202h-1v1a1%201%200%201%201-2%200v-1h-1a1%201%200%201%201%200-2h1v-1a1%201%200%200%201%201-1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/file-circle-plus-solid.svg?color=%231a73e8&size=48