sidebar bottom icon
sidebar-bottom from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- sidebar-bottom
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the sidebar bottom 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="M2 12c0-3.69 0-5.534.814-6.841a4.8 4.8 0 0 1 1.105-1.243C5.08 3 6.72 3 10 3h4c3.28 0 4.919 0 6.081.916c.43.338.804.759 1.105 1.243C22 6.466 22 8.31 22 12s0 5.534-.814 6.841a4.8 4.8 0 0 1-1.105 1.243C18.92 21 17.28 21 14 21h-4c-3.28 0-4.919 0-6.081-.916a4.8 4.8 0 0 1-1.105-1.243C2 17.534 2 15.69 2 12Z"/><path stroke-linejoin="round" d="M2 14.5h20"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 18h1m3 0h1"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSidebarBottom(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="M2 12c0-3.69 0-5.534.814-6.841a4.8 4.8 0 0 1 1.105-1.243C5.08 3 6.72 3 10 3h4c3.28 0 4.919 0 6.081.916c.43.338.804.759 1.105 1.243C22 6.466 22 8.31 22 12s0 5.534-.814 6.841a4.8 4.8 0 0 1-1.105 1.243C18.92 21 17.28 21 14 21h-4c-3.28 0-4.919 0-6.081-.916a4.8 4.8 0 0 1-1.105-1.243C2 17.534 2 15.69 2 12Z"/><path strokeLinejoin="round" d="M2 14.5h20"/><path strokeLinecap="round" strokeLinejoin="round" d="M6 18h1m3 0h1"/></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="M2 12c0-3.69 0-5.534.814-6.841a4.8 4.8 0 0 1 1.105-1.243C5.08 3 6.72 3 10 3h4c3.28 0 4.919 0 6.081.916c.43.338.804.759 1.105 1.243C22 6.466 22 8.31 22 12s0 5.534-.814 6.841a4.8 4.8 0 0 1-1.105 1.243C18.92 21 17.28 21 14 21h-4c-3.28 0-4.919 0-6.081-.916a4.8 4.8 0 0 1-1.105-1.243C2 17.534 2 15.69 2 12Z"/><path stroke-linejoin="round" d="M2 14.5h20"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 18h1m3 0h1"/></g></svg> </template>
CSS
.icon-sidebar-bottom {
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%22M2%2012c0-3.69%200-5.534.814-6.841a4.8%204.8%200%200%201%201.105-1.243C5.08%203%206.72%203%2010%203h4c3.28%200%204.919%200%206.081.916c.43.338.804.759%201.105%201.243C22%206.466%2022%208.31%2022%2012s0%205.534-.814%206.841a4.8%204.8%200%200%201-1.105%201.243C18.92%2021%2017.28%2021%2014%2021h-4c-3.28%200-4.919%200-6.081-.916a4.8%204.8%200%200%201-1.105-1.243C2%2017.534%202%2015.69%202%2012Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M2%2014.5h20%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%2018h1m3%200h1%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%22M2%2012c0-3.69%200-5.534.814-6.841a4.8%204.8%200%200%201%201.105-1.243C5.08%203%206.72%203%2010%203h4c3.28%200%204.919%200%206.081.916c.43.338.804.759%201.105%201.243C22%206.466%2022%208.31%2022%2012s0%205.534-.814%206.841a4.8%204.8%200%200%201-1.105%201.243C18.92%2021%2017.28%2021%2014%2021h-4c-3.28%200-4.919%200-6.081-.916a4.8%204.8%200%200%201-1.105-1.243C2%2017.534%202%2015.69%202%2012Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M2%2014.5h20%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%2018h1m3%200h1%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/sidebar-bottom.svg?color=%231a73e8&size=48