columns 3 icon
columns-3-bold from Solar by 480 Design · Bold · Settings · CC-BY-4.0 Attribution required.
- Name
- columns-3-bold
- Set
- Solar
- Style
- Bold
- Category
- Settings
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More settings icons from Solar
columns-2-boldcolumns-3-cog-boldcolumns-4-boldcontainer-boldgrid-2x2-add-boldgrid-2x2-boldgrid-2x2-check-boldgrid-2x2-close-boldgrid-3x3-boldloader-boldsettings-boldsettings-minimalistic-boldtuning-2-boldtuning-3-boldtuning-4-boldtuning-boldtuning-square-2-boldtuning-square-boldwidget-2-boldwidget-3-boldwidget-4-boldwidget-5-boldwidget-6-boldwidget-add-bold
Use the columns 3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.583 20.999C14.3938 20.9992 14.1996 21 14 21H10C9.80044 21 9.60616 20.9992 9.41699 20.999V3H14.583V20.999Z"/><path d="M7.91699 20.9863C5.489 20.9475 4.10438 20.7606 3.17188 19.8281C2.0003 18.6566 2 16.7712 2 13V11C2 7.22876 2.0003 5.34345 3.17188 4.17188C4.10438 3.23937 5.48899 3.05152 7.91699 3.0127V20.9863Z"/><path d="M16.083 3.0127C18.511 3.05152 19.8956 3.23937 20.8281 4.17188C21.9997 5.34345 22 7.22876 22 11V13C22 16.7712 21.9997 18.6566 20.8281 19.8281C19.8956 20.7606 18.511 20.9475 16.083 20.9863V3.0127Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarColumns3Bold(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="M14.583 20.999C14.3938 20.9992 14.1996 21 14 21H10C9.80044 21 9.60616 20.9992 9.41699 20.999V3H14.583V20.999Z"/><path d="M7.91699 20.9863C5.489 20.9475 4.10438 20.7606 3.17188 19.8281C2.0003 18.6566 2 16.7712 2 13V11C2 7.22876 2.0003 5.34345 3.17188 4.17188C4.10438 3.23937 5.48899 3.05152 7.91699 3.0127V20.9863Z"/><path d="M16.083 3.0127C18.511 3.05152 19.8956 3.23937 20.8281 4.17188C21.9997 5.34345 22 7.22876 22 11V13C22 16.7712 21.9997 18.6566 20.8281 19.8281C19.8956 20.7606 18.511 20.9475 16.083 20.9863V3.0127Z"/></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="M14.583 20.999C14.3938 20.9992 14.1996 21 14 21H10C9.80044 21 9.60616 20.9992 9.41699 20.999V3H14.583V20.999Z"/><path d="M7.91699 20.9863C5.489 20.9475 4.10438 20.7606 3.17188 19.8281C2.0003 18.6566 2 16.7712 2 13V11C2 7.22876 2.0003 5.34345 3.17188 4.17188C4.10438 3.23937 5.48899 3.05152 7.91699 3.0127V20.9863Z"/><path d="M16.083 3.0127C18.511 3.05152 19.8956 3.23937 20.8281 4.17188C21.9997 5.34345 22 7.22876 22 11V13C22 16.7712 21.9997 18.6566 20.8281 19.8281C19.8956 20.7606 18.511 20.9475 16.083 20.9863V3.0127Z"/></g></svg> </template>
CSS
.icon-columns-3-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M14.583%2020.999C14.3938%2020.9992%2014.1996%2021%2014%2021H10C9.80044%2021%209.60616%2020.9992%209.41699%2020.999V3H14.583V20.999Z%22%2F%3E%3Cpath%20d%3D%22M7.91699%2020.9863C5.489%2020.9475%204.10438%2020.7606%203.17188%2019.8281C2.0003%2018.6566%202%2016.7712%202%2013V11C2%207.22876%202.0003%205.34345%203.17188%204.17188C4.10438%203.23937%205.48899%203.05152%207.91699%203.0127V20.9863Z%22%2F%3E%3Cpath%20d%3D%22M16.083%203.0127C18.511%203.05152%2019.8956%203.23937%2020.8281%204.17188C21.9997%205.34345%2022%207.22876%2022%2011V13C22%2016.7712%2021.9997%2018.6566%2020.8281%2019.8281C19.8956%2020.7606%2018.511%2020.9475%2016.083%2020.9863V3.0127Z%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%22M14.583%2020.999C14.3938%2020.9992%2014.1996%2021%2014%2021H10C9.80044%2021%209.60616%2020.9992%209.41699%2020.999V3H14.583V20.999Z%22%2F%3E%3Cpath%20d%3D%22M7.91699%2020.9863C5.489%2020.9475%204.10438%2020.7606%203.17188%2019.8281C2.0003%2018.6566%202%2016.7712%202%2013V11C2%207.22876%202.0003%205.34345%203.17188%204.17188C4.10438%203.23937%205.48899%203.05152%207.91699%203.0127V20.9863Z%22%2F%3E%3Cpath%20d%3D%22M16.083%203.0127C18.511%203.05152%2019.8956%203.23937%2020.8281%204.17188C21.9997%205.34345%2022%207.22876%2022%2011V13C22%2016.7712%2021.9997%2018.6566%2020.8281%2019.8281C19.8956%2020.7606%2018.511%2020.9475%2016.083%2020.9863V3.0127Z%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/columns-3-bold.svg?color=%231a73e8&size=48