window frame icon
window-frame-bold from Solar by 480 Design · Bold · IT · CC-BY-4.0 Attribution required.
- Name
- window-frame-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
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-boldpanel-top-open-boldpanels-top-left-boldparentheses-bold
Use the window frame 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.75ZM6 5C5.44772 5 5 5.44772 5 6C5 6.55228 5.44772 7 6 7C6.55228 7 7 6.55228 7 6C7 5.44772 6.55228 5 6 5ZM9 5C8.44772 5 8 5.44772 8 6C8 6.55228 8.44772 7 9 7C9.55228 7 10 6.55228 10 6C10 5.44772 9.55228 5 9 5ZM12 5C11.4477 5 11 5.44772 11 6C11 6.55228 11.4477 7 12 7C12.5523 7 13 6.55228 13 6C13 5.44772 12.5523 5 12 5Z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarWindowFrameBold(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.75ZM6 5C5.44772 5 5 5.44772 5 6C5 6.55228 5.44772 7 6 7C6.55228 7 7 6.55228 7 6C7 5.44772 6.55228 5 6 5ZM9 5C8.44772 5 8 5.44772 8 6C8 6.55228 8.44772 7 9 7C9.55228 7 10 6.55228 10 6C10 5.44772 9.55228 5 9 5ZM12 5C11.4477 5 11 5.44772 11 6C11 6.55228 11.4477 7 12 7C12.5523 7 13 6.55228 13 6C13 5.44772 12.5523 5 12 5Z" 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.75ZM6 5C5.44772 5 5 5.44772 5 6C5 6.55228 5.44772 7 6 7C6.55228 7 7 6.55228 7 6C7 5.44772 6.55228 5 6 5ZM9 5C8.44772 5 8 5.44772 8 6C8 6.55228 8.44772 7 9 7C9.55228 7 10 6.55228 10 6C10 5.44772 9.55228 5 9 5ZM12 5C11.4477 5 11 5.44772 11 6C11 6.55228 11.4477 7 12 7C12.5523 7 13 6.55228 13 6C13 5.44772 12.5523 5 12 5Z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-window-frame-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.75ZM6%205C5.44772%205%205%205.44772%205%206C5%206.55228%205.44772%207%206%207C6.55228%207%207%206.55228%207%206C7%205.44772%206.55228%205%206%205ZM9%205C8.44772%205%208%205.44772%208%206C8%206.55228%208.44772%207%209%207C9.55228%207%2010%206.55228%2010%206C10%205.44772%209.55228%205%209%205ZM12%205C11.4477%205%2011%205.44772%2011%206C11%206.55228%2011.4477%207%2012%207C12.5523%207%2013%206.55228%2013%206C13%205.44772%2012.5523%205%2012%205Z%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.75ZM6%205C5.44772%205%205%205.44772%205%206C5%206.55228%205.44772%207%206%207C6.55228%207%207%206.55228%207%206C7%205.44772%206.55228%205%206%205ZM9%205C8.44772%205%208%205.44772%208%206C8%206.55228%208.44772%207%209%207C9.55228%207%2010%206.55228%2010%206C10%205.44772%209.55228%205%209%205ZM12%205C11.4477%205%2011%205.44772%2011%206C11%206.55228%2011.4477%207%2012%207C12.5523%207%2013%206.55228%2013%206C13%205.44772%2012.5523%205%2012%205Z%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/window-frame-bold.svg?color=%231a73e8&size=48