panel top open icon
panel-top-open-outline from Solar by 480 Design · Outline · IT · CC-BY-4.0 Attribution required.
- Name
- panel-top-open-outline
- Set
- Solar
- Style
- Outline
- 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
braces-boldbrackets-boldbug-boldbug-minimalistic-boldcode-2-boldcode-boldcode-circle-boldcode-square-boldcommand-boldgit-branch-boldgit-commit-boldgit-diff-boldgit-fork-boldgit-graph-boldgit-pull-request-boldhashtag-boldhashtag-chat-boldhashtag-circle-boldhashtag-square-boldpanel-top-boldpanel-top-close-boldpanels-top-left-boldparentheses-boldprogramming-bold
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 d="M14.5117 13.8945C14.8261 13.6253 15.2998 13.6616 15.5693 13.9756C15.8388 14.2899 15.8024 14.7636 15.4883 15.0332L12.4883 17.6055C12.2075 17.8459 11.7925 17.8459 11.5117 17.6055L8.51172 15.0342C8.19747 14.7647 8.16141 14.291 8.43066 13.9766C8.70025 13.6622 9.17384 13.626 9.48828 13.8955L12 16.0479L14.5117 13.8945Z"/><path fill-rule="evenodd" d="M12 1.25C14.3356 1.25 16.1628 1.24817 17.5859 1.43945C19.0307 1.63369 20.1706 2.03976 21.0654 2.93457C21.9602 3.82938 22.3663 4.96933 22.5605 6.41406C22.6724 7.24591 22.7136 8.21591 22.7324 9.34473C22.743 9.39492 22.75 9.44666 22.75 9.5C22.75 9.54544 22.7441 9.5896 22.7363 9.63281C22.7454 10.3571 22.75 11.1444 22.75 12C22.75 14.3356 22.7518 16.1628 22.5605 17.5859C22.3663 19.0307 21.9602 20.1706 21.0654 21.0654C20.1706 21.9602 19.0307 22.3663 17.5859 22.5605C16.1628 22.7518 14.3356 22.75 12 22.75C9.66439 22.75 7.83717 22.7518 6.41406 22.5605C4.96933 22.3663 3.82938 21.9602 2.93457 21.0654C2.03976 20.1706 1.63369 19.0307 1.43945 17.5859C1.24817 16.1628 1.25 14.3356 1.25 12C1.25 11.1444 1.2536 10.3571 1.2627 9.63281C1.25497 9.58965 1.25 9.54538 1.25 9.5C1.25 9.44673 1.25604 9.39486 1.2666 9.34473C1.28538 8.2159 1.32764 7.24591 1.43945 6.41406C1.63369 4.96933 2.03976 3.82938 2.93457 2.93457C3.82938 2.03976 4.96933 1.63369 6.41406 1.43945C7.83717 1.24817 9.66439 1.25 12 1.25ZM2.75391 10.25C2.75048 10.7898 2.75 11.3715 2.75 12C2.75 14.3782 2.75198 16.0867 2.92676 17.3867C3.09865 18.6649 3.42551 19.4353 3.99512 20.0049C4.56472 20.5745 5.33508 20.9014 6.61328 21.0732C7.91326 21.248 9.62178 21.25 12 21.25C14.3782 21.25 16.0867 21.248 17.3867 21.0732C18.6649 20.9014 19.4353 20.5745 20.0049 20.0049C20.5745 19.4353 20.9014 18.6649 21.0732 17.3867C21.248 16.0867 21.25 14.3782 21.25 12C21.25 11.3715 21.2495 10.7898 21.2461 10.25H2.75391ZM12 2.75C9.62178 2.75 7.91326 2.75198 6.61328 2.92676C5.33508 3.09865 4.56472 3.42551 3.99512 3.99512C3.42551 4.56472 3.09865 5.33508 2.92676 6.61328C2.84442 7.22574 2.80084 7.92888 2.77734 8.75H21.2227C21.1992 7.92888 21.1556 7.22574 21.0732 6.61328C20.9014 5.33508 20.5745 4.56472 20.0049 3.99512C19.4353 3.42551 18.6649 3.09865 17.3867 2.92676C16.0867 2.75198 14.3782 2.75 12 2.75Z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarPanelTopOpenOutline(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="M14.5117 13.8945C14.8261 13.6253 15.2998 13.6616 15.5693 13.9756C15.8388 14.2899 15.8024 14.7636 15.4883 15.0332L12.4883 17.6055C12.2075 17.8459 11.7925 17.8459 11.5117 17.6055L8.51172 15.0342C8.19747 14.7647 8.16141 14.291 8.43066 13.9766C8.70025 13.6622 9.17384 13.626 9.48828 13.8955L12 16.0479L14.5117 13.8945Z"/><path fillRule="evenodd" d="M12 1.25C14.3356 1.25 16.1628 1.24817 17.5859 1.43945C19.0307 1.63369 20.1706 2.03976 21.0654 2.93457C21.9602 3.82938 22.3663 4.96933 22.5605 6.41406C22.6724 7.24591 22.7136 8.21591 22.7324 9.34473C22.743 9.39492 22.75 9.44666 22.75 9.5C22.75 9.54544 22.7441 9.5896 22.7363 9.63281C22.7454 10.3571 22.75 11.1444 22.75 12C22.75 14.3356 22.7518 16.1628 22.5605 17.5859C22.3663 19.0307 21.9602 20.1706 21.0654 21.0654C20.1706 21.9602 19.0307 22.3663 17.5859 22.5605C16.1628 22.7518 14.3356 22.75 12 22.75C9.66439 22.75 7.83717 22.7518 6.41406 22.5605C4.96933 22.3663 3.82938 21.9602 2.93457 21.0654C2.03976 20.1706 1.63369 19.0307 1.43945 17.5859C1.24817 16.1628 1.25 14.3356 1.25 12C1.25 11.1444 1.2536 10.3571 1.2627 9.63281C1.25497 9.58965 1.25 9.54538 1.25 9.5C1.25 9.44673 1.25604 9.39486 1.2666 9.34473C1.28538 8.2159 1.32764 7.24591 1.43945 6.41406C1.63369 4.96933 2.03976 3.82938 2.93457 2.93457C3.82938 2.03976 4.96933 1.63369 6.41406 1.43945C7.83717 1.24817 9.66439 1.25 12 1.25ZM2.75391 10.25C2.75048 10.7898 2.75 11.3715 2.75 12C2.75 14.3782 2.75198 16.0867 2.92676 17.3867C3.09865 18.6649 3.42551 19.4353 3.99512 20.0049C4.56472 20.5745 5.33508 20.9014 6.61328 21.0732C7.91326 21.248 9.62178 21.25 12 21.25C14.3782 21.25 16.0867 21.248 17.3867 21.0732C18.6649 20.9014 19.4353 20.5745 20.0049 20.0049C20.5745 19.4353 20.9014 18.6649 21.0732 17.3867C21.248 16.0867 21.25 14.3782 21.25 12C21.25 11.3715 21.2495 10.7898 21.2461 10.25H2.75391ZM12 2.75C9.62178 2.75 7.91326 2.75198 6.61328 2.92676C5.33508 3.09865 4.56472 3.42551 3.99512 3.99512C3.42551 4.56472 3.09865 5.33508 2.92676 6.61328C2.84442 7.22574 2.80084 7.92888 2.77734 8.75H21.2227C21.1992 7.92888 21.1556 7.22574 21.0732 6.61328C20.9014 5.33508 20.5745 4.56472 20.0049 3.99512C19.4353 3.42551 18.6649 3.09865 17.3867 2.92676C16.0867 2.75198 14.3782 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="M14.5117 13.8945C14.8261 13.6253 15.2998 13.6616 15.5693 13.9756C15.8388 14.2899 15.8024 14.7636 15.4883 15.0332L12.4883 17.6055C12.2075 17.8459 11.7925 17.8459 11.5117 17.6055L8.51172 15.0342C8.19747 14.7647 8.16141 14.291 8.43066 13.9766C8.70025 13.6622 9.17384 13.626 9.48828 13.8955L12 16.0479L14.5117 13.8945Z"/><path fill-rule="evenodd" d="M12 1.25C14.3356 1.25 16.1628 1.24817 17.5859 1.43945C19.0307 1.63369 20.1706 2.03976 21.0654 2.93457C21.9602 3.82938 22.3663 4.96933 22.5605 6.41406C22.6724 7.24591 22.7136 8.21591 22.7324 9.34473C22.743 9.39492 22.75 9.44666 22.75 9.5C22.75 9.54544 22.7441 9.5896 22.7363 9.63281C22.7454 10.3571 22.75 11.1444 22.75 12C22.75 14.3356 22.7518 16.1628 22.5605 17.5859C22.3663 19.0307 21.9602 20.1706 21.0654 21.0654C20.1706 21.9602 19.0307 22.3663 17.5859 22.5605C16.1628 22.7518 14.3356 22.75 12 22.75C9.66439 22.75 7.83717 22.7518 6.41406 22.5605C4.96933 22.3663 3.82938 21.9602 2.93457 21.0654C2.03976 20.1706 1.63369 19.0307 1.43945 17.5859C1.24817 16.1628 1.25 14.3356 1.25 12C1.25 11.1444 1.2536 10.3571 1.2627 9.63281C1.25497 9.58965 1.25 9.54538 1.25 9.5C1.25 9.44673 1.25604 9.39486 1.2666 9.34473C1.28538 8.2159 1.32764 7.24591 1.43945 6.41406C1.63369 4.96933 2.03976 3.82938 2.93457 2.93457C3.82938 2.03976 4.96933 1.63369 6.41406 1.43945C7.83717 1.24817 9.66439 1.25 12 1.25ZM2.75391 10.25C2.75048 10.7898 2.75 11.3715 2.75 12C2.75 14.3782 2.75198 16.0867 2.92676 17.3867C3.09865 18.6649 3.42551 19.4353 3.99512 20.0049C4.56472 20.5745 5.33508 20.9014 6.61328 21.0732C7.91326 21.248 9.62178 21.25 12 21.25C14.3782 21.25 16.0867 21.248 17.3867 21.0732C18.6649 20.9014 19.4353 20.5745 20.0049 20.0049C20.5745 19.4353 20.9014 18.6649 21.0732 17.3867C21.248 16.0867 21.25 14.3782 21.25 12C21.25 11.3715 21.2495 10.7898 21.2461 10.25H2.75391ZM12 2.75C9.62178 2.75 7.91326 2.75198 6.61328 2.92676C5.33508 3.09865 4.56472 3.42551 3.99512 3.99512C3.42551 4.56472 3.09865 5.33508 2.92676 6.61328C2.84442 7.22574 2.80084 7.92888 2.77734 8.75H21.2227C21.1992 7.92888 21.1556 7.22574 21.0732 6.61328C20.9014 5.33508 20.5745 4.56472 20.0049 3.99512C19.4353 3.42551 18.6649 3.09865 17.3867 2.92676C16.0867 2.75198 14.3782 2.75 12 2.75Z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-panel-top-open-outline {
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%22M14.5117%2013.8945C14.8261%2013.6253%2015.2998%2013.6616%2015.5693%2013.9756C15.8388%2014.2899%2015.8024%2014.7636%2015.4883%2015.0332L12.4883%2017.6055C12.2075%2017.8459%2011.7925%2017.8459%2011.5117%2017.6055L8.51172%2015.0342C8.19747%2014.7647%208.16141%2014.291%208.43066%2013.9766C8.70025%2013.6622%209.17384%2013.626%209.48828%2013.8955L12%2016.0479L14.5117%2013.8945Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25C14.3356%201.25%2016.1628%201.24817%2017.5859%201.43945C19.0307%201.63369%2020.1706%202.03976%2021.0654%202.93457C21.9602%203.82938%2022.3663%204.96933%2022.5605%206.41406C22.6724%207.24591%2022.7136%208.21591%2022.7324%209.34473C22.743%209.39492%2022.75%209.44666%2022.75%209.5C22.75%209.54544%2022.7441%209.5896%2022.7363%209.63281C22.7454%2010.3571%2022.75%2011.1444%2022.75%2012C22.75%2014.3356%2022.7518%2016.1628%2022.5605%2017.5859C22.3663%2019.0307%2021.9602%2020.1706%2021.0654%2021.0654C20.1706%2021.9602%2019.0307%2022.3663%2017.5859%2022.5605C16.1628%2022.7518%2014.3356%2022.75%2012%2022.75C9.66439%2022.75%207.83717%2022.7518%206.41406%2022.5605C4.96933%2022.3663%203.82938%2021.9602%202.93457%2021.0654C2.03976%2020.1706%201.63369%2019.0307%201.43945%2017.5859C1.24817%2016.1628%201.25%2014.3356%201.25%2012C1.25%2011.1444%201.2536%2010.3571%201.2627%209.63281C1.25497%209.58965%201.25%209.54538%201.25%209.5C1.25%209.44673%201.25604%209.39486%201.2666%209.34473C1.28538%208.2159%201.32764%207.24591%201.43945%206.41406C1.63369%204.96933%202.03976%203.82938%202.93457%202.93457C3.82938%202.03976%204.96933%201.63369%206.41406%201.43945C7.83717%201.24817%209.66439%201.25%2012%201.25ZM2.75391%2010.25C2.75048%2010.7898%202.75%2011.3715%202.75%2012C2.75%2014.3782%202.75198%2016.0867%202.92676%2017.3867C3.09865%2018.6649%203.42551%2019.4353%203.99512%2020.0049C4.56472%2020.5745%205.33508%2020.9014%206.61328%2021.0732C7.91326%2021.248%209.62178%2021.25%2012%2021.25C14.3782%2021.25%2016.0867%2021.248%2017.3867%2021.0732C18.6649%2020.9014%2019.4353%2020.5745%2020.0049%2020.0049C20.5745%2019.4353%2020.9014%2018.6649%2021.0732%2017.3867C21.248%2016.0867%2021.25%2014.3782%2021.25%2012C21.25%2011.3715%2021.2495%2010.7898%2021.2461%2010.25H2.75391ZM12%202.75C9.62178%202.75%207.91326%202.75198%206.61328%202.92676C5.33508%203.09865%204.56472%203.42551%203.99512%203.99512C3.42551%204.56472%203.09865%205.33508%202.92676%206.61328C2.84442%207.22574%202.80084%207.92888%202.77734%208.75H21.2227C21.1992%207.92888%2021.1556%207.22574%2021.0732%206.61328C20.9014%205.33508%2020.5745%204.56472%2020.0049%203.99512C19.4353%203.42551%2018.6649%203.09865%2017.3867%202.92676C16.0867%202.75198%2014.3782%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%22M14.5117%2013.8945C14.8261%2013.6253%2015.2998%2013.6616%2015.5693%2013.9756C15.8388%2014.2899%2015.8024%2014.7636%2015.4883%2015.0332L12.4883%2017.6055C12.2075%2017.8459%2011.7925%2017.8459%2011.5117%2017.6055L8.51172%2015.0342C8.19747%2014.7647%208.16141%2014.291%208.43066%2013.9766C8.70025%2013.6622%209.17384%2013.626%209.48828%2013.8955L12%2016.0479L14.5117%2013.8945Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25C14.3356%201.25%2016.1628%201.24817%2017.5859%201.43945C19.0307%201.63369%2020.1706%202.03976%2021.0654%202.93457C21.9602%203.82938%2022.3663%204.96933%2022.5605%206.41406C22.6724%207.24591%2022.7136%208.21591%2022.7324%209.34473C22.743%209.39492%2022.75%209.44666%2022.75%209.5C22.75%209.54544%2022.7441%209.5896%2022.7363%209.63281C22.7454%2010.3571%2022.75%2011.1444%2022.75%2012C22.75%2014.3356%2022.7518%2016.1628%2022.5605%2017.5859C22.3663%2019.0307%2021.9602%2020.1706%2021.0654%2021.0654C20.1706%2021.9602%2019.0307%2022.3663%2017.5859%2022.5605C16.1628%2022.7518%2014.3356%2022.75%2012%2022.75C9.66439%2022.75%207.83717%2022.7518%206.41406%2022.5605C4.96933%2022.3663%203.82938%2021.9602%202.93457%2021.0654C2.03976%2020.1706%201.63369%2019.0307%201.43945%2017.5859C1.24817%2016.1628%201.25%2014.3356%201.25%2012C1.25%2011.1444%201.2536%2010.3571%201.2627%209.63281C1.25497%209.58965%201.25%209.54538%201.25%209.5C1.25%209.44673%201.25604%209.39486%201.2666%209.34473C1.28538%208.2159%201.32764%207.24591%201.43945%206.41406C1.63369%204.96933%202.03976%203.82938%202.93457%202.93457C3.82938%202.03976%204.96933%201.63369%206.41406%201.43945C7.83717%201.24817%209.66439%201.25%2012%201.25ZM2.75391%2010.25C2.75048%2010.7898%202.75%2011.3715%202.75%2012C2.75%2014.3782%202.75198%2016.0867%202.92676%2017.3867C3.09865%2018.6649%203.42551%2019.4353%203.99512%2020.0049C4.56472%2020.5745%205.33508%2020.9014%206.61328%2021.0732C7.91326%2021.248%209.62178%2021.25%2012%2021.25C14.3782%2021.25%2016.0867%2021.248%2017.3867%2021.0732C18.6649%2020.9014%2019.4353%2020.5745%2020.0049%2020.0049C20.5745%2019.4353%2020.9014%2018.6649%2021.0732%2017.3867C21.248%2016.0867%2021.25%2014.3782%2021.25%2012C21.25%2011.3715%2021.2495%2010.7898%2021.2461%2010.25H2.75391ZM12%202.75C9.62178%202.75%207.91326%202.75198%206.61328%202.92676C5.33508%203.09865%204.56472%203.42551%203.99512%203.99512C3.42551%204.56472%203.09865%205.33508%202.92676%206.61328C2.84442%207.22574%202.80084%207.92888%202.77734%208.75H21.2227C21.1992%207.92888%2021.1556%207.22574%2021.0732%206.61328C20.9014%205.33508%2020.5745%204.56472%2020.0049%203.99512C19.4353%203.42551%2018.6649%203.09865%2017.3867%202.92676C16.0867%202.75198%2014.3782%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/panel-top-open-outline.svg?color=%231a73e8&size=48