Frame Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Frame Svg icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/308915.svg" alt="Frame Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308915.svg" alt="Frame Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308915.svg" alt="Frame Svg icon" :width="24" :height="24" />
CSS background
.icon-frame---svg {
background-image: url('https://proicons.com/icon/308915.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M17 7L17 17H7L7 7H17ZM5 7L5 17H3C2.44772 17 2 17.4477 2 18C2 18.5523 2.44772 19 3 19H5V21C5 21.5523 5.44771 22 6 22C6.55228 22 7 21.5523 7 21V19H17V21C17 21.5523 17.4477 22 18 22C18.5523 22 19 21.5523 19 21V19H21C21.5523 19 22 18.5523 22 18C22 17.4477 21.5523 17 21 17H19V7H21C21.5523 7 22 6.55228 22 6C22 5.44772 21.5523 5 21 5H19V3C19 2.44772 18.5523 2 18 2C17.4477 2 17 2.44772 17 3V5H7V3C7 2.44772 6.55228 2 6 2C5.44772 2 5 2.44772 5 3V5H3C2.44772 5 2 5.44772 2 6C2 6.55228 2.44772 7 3 7H5Z" fill="#292929"/> </svg>
Copied!