panel top close icon

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

Name
panel-top-close-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 close 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 12ZM12.4883 13.8955C12.2074 13.6548 11.7926 13.6548 11.5117 13.8955L8.51172 16.4668C8.19748 16.7364 8.16118 17.21 8.43066 17.5244C8.70024 17.8386 9.17389 17.8748 9.48828 17.6055L12 15.4531L14.5117 17.6055C14.8261 17.8748 15.2998 17.8386 15.5693 17.5244C15.8388 17.21 15.8025 16.7364 15.4883 16.4668L12.4883 13.8955Z" 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 SolarPanelTopCloseBold(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 12ZM12.4883 13.8955C12.2074 13.6548 11.7926 13.6548 11.5117 13.8955L8.51172 16.4668C8.19748 16.7364 8.16118 17.21 8.43066 17.5244C8.70024 17.8386 9.17389 17.8748 9.48828 17.6055L12 15.4531L14.5117 17.6055C14.8261 17.8748 15.2998 17.8386 15.5693 17.5244C15.8388 17.21 15.8025 16.7364 15.4883 16.4668L12.4883 13.8955Z" 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 12ZM12.4883 13.8955C12.2074 13.6548 11.7926 13.6548 11.5117 13.8955L8.51172 16.4668C8.19748 16.7364 8.16118 17.21 8.43066 17.5244C8.70024 17.8386 9.17389 17.8748 9.48828 17.6055L12 15.4531L14.5117 17.6055C14.8261 17.8748 15.2998 17.8386 15.5693 17.5244C15.8388 17.21 15.8025 16.7364 15.4883 16.4668L12.4883 13.8955Z" 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-close-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%2012ZM12.4883%2013.8955C12.2074%2013.6548%2011.7926%2013.6548%2011.5117%2013.8955L8.51172%2016.4668C8.19748%2016.7364%208.16118%2017.21%208.43066%2017.5244C8.70024%2017.8386%209.17389%2017.8748%209.48828%2017.6055L12%2015.4531L14.5117%2017.6055C14.8261%2017.8748%2015.2998%2017.8386%2015.5693%2017.5244C15.8388%2017.21%2015.8025%2016.7364%2015.4883%2016.4668L12.4883%2013.8955Z%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%2012ZM12.4883%2013.8955C12.2074%2013.6548%2011.7926%2013.6548%2011.5117%2013.8955L8.51172%2016.4668C8.19748%2016.7364%208.16118%2017.21%208.43066%2017.5244C8.70024%2017.8386%209.17389%2017.8748%209.48828%2017.6055L12%2015.4531L14.5117%2017.6055C14.8261%2017.8748%2015.2998%2017.8386%2015.5693%2017.5244C15.8388%2017.21%2015.8025%2016.7364%2015.4883%2016.4668L12.4883%2013.8955Z%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-close-bold.svg?color=%231a73e8&size=48