panel top open icon

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

Name
panel-top-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 panel top 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="M22 12C22 16.714 21.9996 19.0707 20.5352 20.5352C19.0707 21.9996 16.714 22 12 22C7.28595 22 4.92931 21.9996 3.46484 20.5352C2.00038 19.0707 2 16.714 2 12C2 11.3766 2.00052 10.7944 2.00391 10.25H21.9961C21.9995 10.7944 22 11.3766 22 12ZM15.5693 13.9766C15.2997 13.6622 14.8262 13.626 14.5117 13.8955L12 16.0479L9.48828 13.8955C9.17384 13.626 8.70025 13.6622 8.43066 13.9766C8.16128 14.291 8.19742 14.7646 8.51172 15.0342L11.5117 17.6055C11.7925 17.846 12.2075 17.8461 12.4883 17.6055L15.4883 15.0342C15.8026 14.7646 15.8387 14.291 15.5693 13.9766Z" clip-rule="evenodd"/><path d="M12 2C16.714 2 19.0707 2.00038 20.5352 3.46484C21.6154 4.5451 21.8983 6.11065 21.9727 8.75H2.02734C2.1017 6.11065 2.38459 4.5451 3.46484 3.46484C4.92931 2.00038 7.28595 2 12 2Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarPanelTopOpenBold(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="M22 12C22 16.714 21.9996 19.0707 20.5352 20.5352C19.0707 21.9996 16.714 22 12 22C7.28595 22 4.92931 21.9996 3.46484 20.5352C2.00038 19.0707 2 16.714 2 12C2 11.3766 2.00052 10.7944 2.00391 10.25H21.9961C21.9995 10.7944 22 11.3766 22 12ZM15.5693 13.9766C15.2997 13.6622 14.8262 13.626 14.5117 13.8955L12 16.0479L9.48828 13.8955C9.17384 13.626 8.70025 13.6622 8.43066 13.9766C8.16128 14.291 8.19742 14.7646 8.51172 15.0342L11.5117 17.6055C11.7925 17.846 12.2075 17.8461 12.4883 17.6055L15.4883 15.0342C15.8026 14.7646 15.8387 14.291 15.5693 13.9766Z" clipRule="evenodd"/><path d="M12 2C16.714 2 19.0707 2.00038 20.5352 3.46484C21.6154 4.5451 21.8983 6.11065 21.9727 8.75H2.02734C2.1017 6.11065 2.38459 4.5451 3.46484 3.46484C4.92931 2.00038 7.28595 2 12 2Z"/></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="M22 12C22 16.714 21.9996 19.0707 20.5352 20.5352C19.0707 21.9996 16.714 22 12 22C7.28595 22 4.92931 21.9996 3.46484 20.5352C2.00038 19.0707 2 16.714 2 12C2 11.3766 2.00052 10.7944 2.00391 10.25H21.9961C21.9995 10.7944 22 11.3766 22 12ZM15.5693 13.9766C15.2997 13.6622 14.8262 13.626 14.5117 13.8955L12 16.0479L9.48828 13.8955C9.17384 13.626 8.70025 13.6622 8.43066 13.9766C8.16128 14.291 8.19742 14.7646 8.51172 15.0342L11.5117 17.6055C11.7925 17.846 12.2075 17.8461 12.4883 17.6055L15.4883 15.0342C15.8026 14.7646 15.8387 14.291 15.5693 13.9766Z" clip-rule="evenodd"/><path d="M12 2C16.714 2 19.0707 2.00038 20.5352 3.46484C21.6154 4.5451 21.8983 6.11065 21.9727 8.75H2.02734C2.1017 6.11065 2.38459 4.5451 3.46484 3.46484C4.92931 2.00038 7.28595 2 12 2Z"/></g></svg>
</template>

CSS

.icon-panel-top-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%22M22%2012C22%2016.714%2021.9996%2019.0707%2020.5352%2020.5352C19.0707%2021.9996%2016.714%2022%2012%2022C7.28595%2022%204.92931%2021.9996%203.46484%2020.5352C2.00038%2019.0707%202%2016.714%202%2012C2%2011.3766%202.00052%2010.7944%202.00391%2010.25H21.9961C21.9995%2010.7944%2022%2011.3766%2022%2012ZM15.5693%2013.9766C15.2997%2013.6622%2014.8262%2013.626%2014.5117%2013.8955L12%2016.0479L9.48828%2013.8955C9.17384%2013.626%208.70025%2013.6622%208.43066%2013.9766C8.16128%2014.291%208.19742%2014.7646%208.51172%2015.0342L11.5117%2017.6055C11.7925%2017.846%2012.2075%2017.8461%2012.4883%2017.6055L15.4883%2015.0342C15.8026%2014.7646%2015.8387%2014.291%2015.5693%2013.9766Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12%202C16.714%202%2019.0707%202.00038%2020.5352%203.46484C21.6154%204.5451%2021.8983%206.11065%2021.9727%208.75H2.02734C2.1017%206.11065%202.38459%204.5451%203.46484%203.46484C4.92931%202.00038%207.28595%202%2012%202Z%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%22M22%2012C22%2016.714%2021.9996%2019.0707%2020.5352%2020.5352C19.0707%2021.9996%2016.714%2022%2012%2022C7.28595%2022%204.92931%2021.9996%203.46484%2020.5352C2.00038%2019.0707%202%2016.714%202%2012C2%2011.3766%202.00052%2010.7944%202.00391%2010.25H21.9961C21.9995%2010.7944%2022%2011.3766%2022%2012ZM15.5693%2013.9766C15.2997%2013.6622%2014.8262%2013.626%2014.5117%2013.8955L12%2016.0479L9.48828%2013.8955C9.17384%2013.626%208.70025%2013.6622%208.43066%2013.9766C8.16128%2014.291%208.19742%2014.7646%208.51172%2015.0342L11.5117%2017.6055C11.7925%2017.846%2012.2075%2017.8461%2012.4883%2017.6055L15.4883%2015.0342C15.8026%2014.7646%2015.8387%2014.291%2015.5693%2013.9766Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12%202C16.714%202%2019.0707%202.00038%2020.5352%203.46484C21.6154%204.5451%2021.8983%206.11065%2021.9727%208.75H2.02734C2.1017%206.11065%202.38459%204.5451%203.46484%203.46484C4.92931%202.00038%207.28595%202%2012%202Z%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/panel-top-open-bold.svg?color=%231a73e8&size=48