panels top left icon

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

Name
panels-top-left-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 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="M21.2461 10.25C21.2495 10.7898 21.25 11.3715 21.25 12C21.25 14.3782 21.248 16.0867 21.0732 17.3867C20.9014 18.6649 20.5745 19.4353 20.0049 20.0049C19.4353 20.5745 18.6649 20.9014 17.3867 21.0732C16.0867 21.248 14.3782 21.25 12 21.25C11.1726 21.25 10.4263 21.246 9.75 21.2383V10.25H21.2461Z"/><path d="M8.25 10.25V21.2051C7.63871 21.1791 7.09763 21.1384 6.61328 21.0732C5.33508 20.9014 4.56472 20.5745 3.99512 20.0049C3.42551 19.4353 3.09865 18.6649 2.92676 17.3867C2.75198 16.0867 2.75 14.3782 2.75 12C2.75 11.3715 2.75048 10.7898 2.75391 10.25H8.25Z"/><path fill-rule="evenodd" d="M12 2.75C14.3782 2.75 16.0867 2.75198 17.3867 2.92676C18.6649 3.09865 19.4353 3.42551 20.0049 3.99512C20.5745 4.56472 20.9014 5.33508 21.0732 6.61328C21.1556 7.22573 21.1992 7.92888 21.2227 8.75H2.77734C2.80084 7.92888 2.84442 7.22573 2.92676 6.61328C3.09865 5.33508 3.42551 4.56472 3.99512 3.99512C4.56472 3.42551 5.33508 3.09865 6.61328 2.92676C7.91326 2.75198 9.62178 2.75 12 2.75Z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarPanelsTopLeftBold(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="M21.2461 10.25C21.2495 10.7898 21.25 11.3715 21.25 12C21.25 14.3782 21.248 16.0867 21.0732 17.3867C20.9014 18.6649 20.5745 19.4353 20.0049 20.0049C19.4353 20.5745 18.6649 20.9014 17.3867 21.0732C16.0867 21.248 14.3782 21.25 12 21.25C11.1726 21.25 10.4263 21.246 9.75 21.2383V10.25H21.2461Z"/><path d="M8.25 10.25V21.2051C7.63871 21.1791 7.09763 21.1384 6.61328 21.0732C5.33508 20.9014 4.56472 20.5745 3.99512 20.0049C3.42551 19.4353 3.09865 18.6649 2.92676 17.3867C2.75198 16.0867 2.75 14.3782 2.75 12C2.75 11.3715 2.75048 10.7898 2.75391 10.25H8.25Z"/><path fillRule="evenodd" d="M12 2.75C14.3782 2.75 16.0867 2.75198 17.3867 2.92676C18.6649 3.09865 19.4353 3.42551 20.0049 3.99512C20.5745 4.56472 20.9014 5.33508 21.0732 6.61328C21.1556 7.22573 21.1992 7.92888 21.2227 8.75H2.77734C2.80084 7.92888 2.84442 7.22573 2.92676 6.61328C3.09865 5.33508 3.42551 4.56472 3.99512 3.99512C4.56472 3.42551 5.33508 3.09865 6.61328 2.92676C7.91326 2.75198 9.62178 2.75 12 2.75Z" clipRule="evenodd"/></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="M21.2461 10.25C21.2495 10.7898 21.25 11.3715 21.25 12C21.25 14.3782 21.248 16.0867 21.0732 17.3867C20.9014 18.6649 20.5745 19.4353 20.0049 20.0049C19.4353 20.5745 18.6649 20.9014 17.3867 21.0732C16.0867 21.248 14.3782 21.25 12 21.25C11.1726 21.25 10.4263 21.246 9.75 21.2383V10.25H21.2461Z"/><path d="M8.25 10.25V21.2051C7.63871 21.1791 7.09763 21.1384 6.61328 21.0732C5.33508 20.9014 4.56472 20.5745 3.99512 20.0049C3.42551 19.4353 3.09865 18.6649 2.92676 17.3867C2.75198 16.0867 2.75 14.3782 2.75 12C2.75 11.3715 2.75048 10.7898 2.75391 10.25H8.25Z"/><path fill-rule="evenodd" d="M12 2.75C14.3782 2.75 16.0867 2.75198 17.3867 2.92676C18.6649 3.09865 19.4353 3.42551 20.0049 3.99512C20.5745 4.56472 20.9014 5.33508 21.0732 6.61328C21.1556 7.22573 21.1992 7.92888 21.2227 8.75H2.77734C2.80084 7.92888 2.84442 7.22573 2.92676 6.61328C3.09865 5.33508 3.42551 4.56472 3.99512 3.99512C4.56472 3.42551 5.33508 3.09865 6.61328 2.92676C7.91326 2.75198 9.62178 2.75 12 2.75Z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-panels-top-left-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%22M21.2461%2010.25C21.2495%2010.7898%2021.25%2011.3715%2021.25%2012C21.25%2014.3782%2021.248%2016.0867%2021.0732%2017.3867C20.9014%2018.6649%2020.5745%2019.4353%2020.0049%2020.0049C19.4353%2020.5745%2018.6649%2020.9014%2017.3867%2021.0732C16.0867%2021.248%2014.3782%2021.25%2012%2021.25C11.1726%2021.25%2010.4263%2021.246%209.75%2021.2383V10.25H21.2461Z%22%2F%3E%3Cpath%20d%3D%22M8.25%2010.25V21.2051C7.63871%2021.1791%207.09763%2021.1384%206.61328%2021.0732C5.33508%2020.9014%204.56472%2020.5745%203.99512%2020.0049C3.42551%2019.4353%203.09865%2018.6649%202.92676%2017.3867C2.75198%2016.0867%202.75%2014.3782%202.75%2012C2.75%2011.3715%202.75048%2010.7898%202.75391%2010.25H8.25Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202.75C14.3782%202.75%2016.0867%202.75198%2017.3867%202.92676C18.6649%203.09865%2019.4353%203.42551%2020.0049%203.99512C20.5745%204.56472%2020.9014%205.33508%2021.0732%206.61328C21.1556%207.22573%2021.1992%207.92888%2021.2227%208.75H2.77734C2.80084%207.92888%202.84442%207.22573%202.92676%206.61328C3.09865%205.33508%203.42551%204.56472%203.99512%203.99512C4.56472%203.42551%205.33508%203.09865%206.61328%202.92676C7.91326%202.75198%209.62178%202.75%2012%202.75Z%22%20clip-rule%3D%22evenodd%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%22M21.2461%2010.25C21.2495%2010.7898%2021.25%2011.3715%2021.25%2012C21.25%2014.3782%2021.248%2016.0867%2021.0732%2017.3867C20.9014%2018.6649%2020.5745%2019.4353%2020.0049%2020.0049C19.4353%2020.5745%2018.6649%2020.9014%2017.3867%2021.0732C16.0867%2021.248%2014.3782%2021.25%2012%2021.25C11.1726%2021.25%2010.4263%2021.246%209.75%2021.2383V10.25H21.2461Z%22%2F%3E%3Cpath%20d%3D%22M8.25%2010.25V21.2051C7.63871%2021.1791%207.09763%2021.1384%206.61328%2021.0732C5.33508%2020.9014%204.56472%2020.5745%203.99512%2020.0049C3.42551%2019.4353%203.09865%2018.6649%202.92676%2017.3867C2.75198%2016.0867%202.75%2014.3782%202.75%2012C2.75%2011.3715%202.75048%2010.7898%202.75391%2010.25H8.25Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202.75C14.3782%202.75%2016.0867%202.75198%2017.3867%202.92676C18.6649%203.09865%2019.4353%203.42551%2020.0049%203.99512C20.5745%204.56472%2020.9014%205.33508%2021.0732%206.61328C21.1556%207.22573%2021.1992%207.92888%2021.2227%208.75H2.77734C2.80084%207.92888%202.84442%207.22573%202.92676%206.61328C3.09865%205.33508%203.42551%204.56472%203.99512%203.99512C4.56472%203.42551%205.33508%203.09865%206.61328%202.92676C7.91326%202.75198%209.62178%202.75%2012%202.75Z%22%20clip-rule%3D%22evenodd%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.svg?color=%231a73e8&size=48