sidebar open icon

sidebar-open-bold from Solar by 480 Design · Bold · IT · CC-BY-4.0 Attribution required.

Name
sidebar-open-bold
Set
Solar
Style
Bold
Category
IT
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More it icons from Solar

Use the sidebar open icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M14.25 21H10C6.22876 21 4.34345 20.9997 3.17188 19.8281C2.0003 18.6566 2 16.7712 2 13V11C2 7.22876 2.0003 5.34345 3.17188 4.17188C4.34345 3.0003 6.22876 3 10 3H14.25V21ZM10.2773 8.43066C9.96298 8.16121 9.48935 8.1976 9.21973 8.51172L6.64746 11.5117C6.40699 11.7925 6.40699 12.2075 6.64746 12.4883L9.21875 15.4883C9.48826 15.8025 9.96193 15.8386 10.2764 15.5693C10.5907 15.2997 10.6269 14.8262 10.3574 14.5117L8.20508 12L10.3574 9.48828C10.6269 9.17393 10.5914 8.7003 10.2773 8.43066Z" clip-rule="evenodd"/><path d="M15.75 3.00586C18.3859 3.03348 19.8538 3.19755 20.8281 4.17188C21.9997 5.34345 22 7.22876 22 11V13C22 16.7712 21.9997 18.6566 20.8281 19.8281C19.8538 20.8025 18.3859 20.9665 15.75 20.9941V3.00586Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarSidebarOpenBold(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 fillRule="evenodd" d="M14.25 21H10C6.22876 21 4.34345 20.9997 3.17188 19.8281C2.0003 18.6566 2 16.7712 2 13V11C2 7.22876 2.0003 5.34345 3.17188 4.17188C4.34345 3.0003 6.22876 3 10 3H14.25V21ZM10.2773 8.43066C9.96298 8.16121 9.48935 8.1976 9.21973 8.51172L6.64746 11.5117C6.40699 11.7925 6.40699 12.2075 6.64746 12.4883L9.21875 15.4883C9.48826 15.8025 9.96193 15.8386 10.2764 15.5693C10.5907 15.2997 10.6269 14.8262 10.3574 14.5117L8.20508 12L10.3574 9.48828C10.6269 9.17393 10.5914 8.7003 10.2773 8.43066Z" clipRule="evenodd"/><path d="M15.75 3.00586C18.3859 3.03348 19.8538 3.19755 20.8281 4.17188C21.9997 5.34345 22 7.22876 22 11V13C22 16.7712 21.9997 18.6566 20.8281 19.8281C19.8538 20.8025 18.3859 20.9665 15.75 20.9941V3.00586Z"/></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 fill-rule="evenodd" d="M14.25 21H10C6.22876 21 4.34345 20.9997 3.17188 19.8281C2.0003 18.6566 2 16.7712 2 13V11C2 7.22876 2.0003 5.34345 3.17188 4.17188C4.34345 3.0003 6.22876 3 10 3H14.25V21ZM10.2773 8.43066C9.96298 8.16121 9.48935 8.1976 9.21973 8.51172L6.64746 11.5117C6.40699 11.7925 6.40699 12.2075 6.64746 12.4883L9.21875 15.4883C9.48826 15.8025 9.96193 15.8386 10.2764 15.5693C10.5907 15.2997 10.6269 14.8262 10.3574 14.5117L8.20508 12L10.3574 9.48828C10.6269 9.17393 10.5914 8.7003 10.2773 8.43066Z" clip-rule="evenodd"/><path d="M15.75 3.00586C18.3859 3.03348 19.8538 3.19755 20.8281 4.17188C21.9997 5.34345 22 7.22876 22 11V13C22 16.7712 21.9997 18.6566 20.8281 19.8281C19.8538 20.8025 18.3859 20.9665 15.75 20.9941V3.00586Z"/></g></svg>
</template>

CSS

.icon-sidebar-open-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%20fill-rule%3D%22evenodd%22%20d%3D%22M14.25%2021H10C6.22876%2021%204.34345%2020.9997%203.17188%2019.8281C2.0003%2018.6566%202%2016.7712%202%2013V11C2%207.22876%202.0003%205.34345%203.17188%204.17188C4.34345%203.0003%206.22876%203%2010%203H14.25V21ZM10.2773%208.43066C9.96298%208.16121%209.48935%208.1976%209.21973%208.51172L6.64746%2011.5117C6.40699%2011.7925%206.40699%2012.2075%206.64746%2012.4883L9.21875%2015.4883C9.48826%2015.8025%209.96193%2015.8386%2010.2764%2015.5693C10.5907%2015.2997%2010.6269%2014.8262%2010.3574%2014.5117L8.20508%2012L10.3574%209.48828C10.6269%209.17393%2010.5914%208.7003%2010.2773%208.43066Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15.75%203.00586C18.3859%203.03348%2019.8538%203.19755%2020.8281%204.17188C21.9997%205.34345%2022%207.22876%2022%2011V13C22%2016.7712%2021.9997%2018.6566%2020.8281%2019.8281C19.8538%2020.8025%2018.3859%2020.9665%2015.75%2020.9941V3.00586Z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M14.25%2021H10C6.22876%2021%204.34345%2020.9997%203.17188%2019.8281C2.0003%2018.6566%202%2016.7712%202%2013V11C2%207.22876%202.0003%205.34345%203.17188%204.17188C4.34345%203.0003%206.22876%203%2010%203H14.25V21ZM10.2773%208.43066C9.96298%208.16121%209.48935%208.1976%209.21973%208.51172L6.64746%2011.5117C6.40699%2011.7925%206.40699%2012.2075%206.64746%2012.4883L9.21875%2015.4883C9.48826%2015.8025%209.96193%2015.8386%2010.2764%2015.5693C10.5907%2015.2997%2010.6269%2014.8262%2010.3574%2014.5117L8.20508%2012L10.3574%209.48828C10.6269%209.17393%2010.5914%208.7003%2010.2773%208.43066Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15.75%203.00586C18.3859%203.03348%2019.8538%203.19755%2020.8281%204.17188C21.9997%205.34345%2022%207.22876%2022%2011V13C22%2016.7712%2021.9997%2018.6566%2020.8281%2019.8281C19.8538%2020.8025%2018.3859%2020.9665%2015.75%2020.9941V3.00586Z%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/sidebar-open-bold.svg?color=%231a73e8&size=48