brochure icon
brochure from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- brochure
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the brochure 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="M18.5 17V7c0-1.886 0-2.828-.586-3.414S16.386 3 14.5 3h-5c-1.886 0-2.828 0-3.414.586S5.5 5.114 5.5 7v10c0 1.886 0 2.828.586 3.414S7.614 21 9.5 21h5c1.886 0 2.828 0 3.414-.586S18.5 18.886 18.5 17Z"/><path stroke-linecap="round" d="M18.5 6h.5c1.414 0 2.121 0 2.56.44C22 6.878 22 7.585 22 9v7c0 1.414 0 2.121-.44 2.56c-.439.44-1.146.44-2.56.44h-.5M5.5 6H5c-1.414 0-2.121 0-2.56.44C2 6.878 2 7.585 2 9v7c0 1.414 0 2.121.44 2.56C2.878 19 3.585 19 5 19h.5m9-11h-5m5 4h-5m5 4h-5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBrochure(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="M18.5 17V7c0-1.886 0-2.828-.586-3.414S16.386 3 14.5 3h-5c-1.886 0-2.828 0-3.414.586S5.5 5.114 5.5 7v10c0 1.886 0 2.828.586 3.414S7.614 21 9.5 21h5c1.886 0 2.828 0 3.414-.586S18.5 18.886 18.5 17Z"/><path strokeLinecap="round" d="M18.5 6h.5c1.414 0 2.121 0 2.56.44C22 6.878 22 7.585 22 9v7c0 1.414 0 2.121-.44 2.56c-.439.44-1.146.44-2.56.44h-.5M5.5 6H5c-1.414 0-2.121 0-2.56.44C2 6.878 2 7.585 2 9v7c0 1.414 0 2.121.44 2.56C2.878 19 3.585 19 5 19h.5m9-11h-5m5 4h-5m5 4h-5"/></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="M18.5 17V7c0-1.886 0-2.828-.586-3.414S16.386 3 14.5 3h-5c-1.886 0-2.828 0-3.414.586S5.5 5.114 5.5 7v10c0 1.886 0 2.828.586 3.414S7.614 21 9.5 21h5c1.886 0 2.828 0 3.414-.586S18.5 18.886 18.5 17Z"/><path stroke-linecap="round" d="M18.5 6h.5c1.414 0 2.121 0 2.56.44C22 6.878 22 7.585 22 9v7c0 1.414 0 2.121-.44 2.56c-.439.44-1.146.44-2.56.44h-.5M5.5 6H5c-1.414 0-2.121 0-2.56.44C2 6.878 2 7.585 2 9v7c0 1.414 0 2.121.44 2.56C2.878 19 3.585 19 5 19h.5m9-11h-5m5 4h-5m5 4h-5"/></g></svg> </template>
CSS
.icon-brochure {
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%22M18.5%2017V7c0-1.886%200-2.828-.586-3.414S16.386%203%2014.5%203h-5c-1.886%200-2.828%200-3.414.586S5.5%205.114%205.5%207v10c0%201.886%200%202.828.586%203.414S7.614%2021%209.5%2021h5c1.886%200%202.828%200%203.414-.586S18.5%2018.886%2018.5%2017Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18.5%206h.5c1.414%200%202.121%200%202.56.44C22%206.878%2022%207.585%2022%209v7c0%201.414%200%202.121-.44%202.56c-.439.44-1.146.44-2.56.44h-.5M5.5%206H5c-1.414%200-2.121%200-2.56.44C2%206.878%202%207.585%202%209v7c0%201.414%200%202.121.44%202.56C2.878%2019%203.585%2019%205%2019h.5m9-11h-5m5%204h-5m5%204h-5%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%22M18.5%2017V7c0-1.886%200-2.828-.586-3.414S16.386%203%2014.5%203h-5c-1.886%200-2.828%200-3.414.586S5.5%205.114%205.5%207v10c0%201.886%200%202.828.586%203.414S7.614%2021%209.5%2021h5c1.886%200%202.828%200%203.414-.586S18.5%2018.886%2018.5%2017Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18.5%206h.5c1.414%200%202.121%200%202.56.44C22%206.878%2022%207.585%2022%209v7c0%201.414%200%202.121-.44%202.56c-.439.44-1.146.44-2.56.44h-.5M5.5%206H5c-1.414%200-2.121%200-2.56.44C2%206.878%202%207.585%202%209v7c0%201.414%200%202.121.44%202.56C2.878%2019%203.585%2019%205%2019h.5m9-11h-5m5%204h-5m5%204h-5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/brochure.svg?color=%231a73e8&size=48