panels top left icon

panels-top-left-bold-duotone from Solar by 480 Design · Bold Duotone · IT · CC-BY-4.0 Attribution required.

Name
panels-top-left-bold-duotone
Set
Solar
Style
Bold Duotone
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 panels top left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.9999 2C16.714 2 19.071 2 20.5355 3.46447C21.6157 4.54472 21.8991 6.11064 21.9735 8.75L21.9999 9.5H9.74992H8.99992H2.02637V8.75C2.10072 6.11064 2.38413 4.54472 3.46439 3.46447C4.92885 2 7.28588 2 11.9999 2Z" opacity=".5"/><path d="M2 12C2 16.714 2 19.0711 3.46447 20.5355C4.47468 21.5458 5.90962 21.8591 8.25 21.9563L9 22V10.25V9.5H2.02645L2.00339 10.25C2 10.7944 2 11.3766 2 12Z" opacity=".5"/><path d="M2 12C2 16.714 2 19.0711 3.46447 20.5355C4.47468 21.5458 5.90962 21.8591 8.25 21.9563L9 22V10.25V9.5H2.02645L2.00339 10.25C2 10.7944 2 11.3766 2 12Z" opacity=".5"/><path d="M22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C11.1815 22 9.68405 22 9 21.9923V21L9 10.25V9.5L22 9.5L21.9966 10.25C22 10.7944 22 11.3766 22 12Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarPanelsTopLeftBoldDuotone(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="M11.9999 2C16.714 2 19.071 2 20.5355 3.46447C21.6157 4.54472 21.8991 6.11064 21.9735 8.75L21.9999 9.5H9.74992H8.99992H2.02637V8.75C2.10072 6.11064 2.38413 4.54472 3.46439 3.46447C4.92885 2 7.28588 2 11.9999 2Z" opacity=".5"/><path d="M2 12C2 16.714 2 19.0711 3.46447 20.5355C4.47468 21.5458 5.90962 21.8591 8.25 21.9563L9 22V10.25V9.5H2.02645L2.00339 10.25C2 10.7944 2 11.3766 2 12Z" opacity=".5"/><path d="M2 12C2 16.714 2 19.0711 3.46447 20.5355C4.47468 21.5458 5.90962 21.8591 8.25 21.9563L9 22V10.25V9.5H2.02645L2.00339 10.25C2 10.7944 2 11.3766 2 12Z" opacity=".5"/><path d="M22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C11.1815 22 9.68405 22 9 21.9923V21L9 10.25V9.5L22 9.5L21.9966 10.25C22 10.7944 22 11.3766 22 12Z"/></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="M11.9999 2C16.714 2 19.071 2 20.5355 3.46447C21.6157 4.54472 21.8991 6.11064 21.9735 8.75L21.9999 9.5H9.74992H8.99992H2.02637V8.75C2.10072 6.11064 2.38413 4.54472 3.46439 3.46447C4.92885 2 7.28588 2 11.9999 2Z" opacity=".5"/><path d="M2 12C2 16.714 2 19.0711 3.46447 20.5355C4.47468 21.5458 5.90962 21.8591 8.25 21.9563L9 22V10.25V9.5H2.02645L2.00339 10.25C2 10.7944 2 11.3766 2 12Z" opacity=".5"/><path d="M2 12C2 16.714 2 19.0711 3.46447 20.5355C4.47468 21.5458 5.90962 21.8591 8.25 21.9563L9 22V10.25V9.5H2.02645L2.00339 10.25C2 10.7944 2 11.3766 2 12Z" opacity=".5"/><path d="M22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C11.1815 22 9.68405 22 9 21.9923V21L9 10.25V9.5L22 9.5L21.9966 10.25C22 10.7944 22 11.3766 22 12Z"/></g></svg>
</template>

CSS

.icon-panels-top-left-bold-duotone {
  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%22M11.9999%202C16.714%202%2019.071%202%2020.5355%203.46447C21.6157%204.54472%2021.8991%206.11064%2021.9735%208.75L21.9999%209.5H9.74992H8.99992H2.02637V8.75C2.10072%206.11064%202.38413%204.54472%203.46439%203.46447C4.92885%202%207.28588%202%2011.9999%202Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2%2012C2%2016.714%202%2019.0711%203.46447%2020.5355C4.47468%2021.5458%205.90962%2021.8591%208.25%2021.9563L9%2022V10.25V9.5H2.02645L2.00339%2010.25C2%2010.7944%202%2011.3766%202%2012Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2%2012C2%2016.714%202%2019.0711%203.46447%2020.5355C4.47468%2021.5458%205.90962%2021.8591%208.25%2021.9563L9%2022V10.25V9.5H2.02645L2.00339%2010.25C2%2010.7944%202%2011.3766%202%2012Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M22%2012C22%2016.714%2022%2019.0711%2020.5355%2020.5355C19.0711%2022%2016.714%2022%2012%2022C11.1815%2022%209.68405%2022%209%2021.9923V21L9%2010.25V9.5L22%209.5L21.9966%2010.25C22%2010.7944%2022%2011.3766%2022%2012Z%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%22M11.9999%202C16.714%202%2019.071%202%2020.5355%203.46447C21.6157%204.54472%2021.8991%206.11064%2021.9735%208.75L21.9999%209.5H9.74992H8.99992H2.02637V8.75C2.10072%206.11064%202.38413%204.54472%203.46439%203.46447C4.92885%202%207.28588%202%2011.9999%202Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2%2012C2%2016.714%202%2019.0711%203.46447%2020.5355C4.47468%2021.5458%205.90962%2021.8591%208.25%2021.9563L9%2022V10.25V9.5H2.02645L2.00339%2010.25C2%2010.7944%202%2011.3766%202%2012Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2%2012C2%2016.714%202%2019.0711%203.46447%2020.5355C4.47468%2021.5458%205.90962%2021.8591%208.25%2021.9563L9%2022V10.25V9.5H2.02645L2.00339%2010.25C2%2010.7944%202%2011.3766%202%2012Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M22%2012C22%2016.714%2022%2019.0711%2020.5355%2020.5355C19.0711%2022%2016.714%2022%2012%2022C11.1815%2022%209.68405%2022%209%2021.9923V21L9%2010.25V9.5L22%209.5L21.9966%2010.25C22%2010.7944%2022%2011.3766%2022%2012Z%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/panels-top-left-bold-duotone.svg?color=%231a73e8&size=48