frame icon
frame-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- frame-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All frame icons →More newicons icons from Reicon
Use the frame icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C9.38 2 7.25 4.13 7.25 6.75c0 2.57 2.01 4.65 4.63 4.74c.08-.01.16-.01.22 0h.07a4.74 4.74 0 0 0 4.58-4.74C16.75 4.13 14.62 2 12 2m5.08 12.149c-2.79-1.86-7.34-1.86-10.15 0c-1.27.85-1.97 2-1.97 3.23s.7 2.37 1.96 3.21c1.4.94 3.24 1.41 5.08 1.41s3.68-.47 5.08-1.41c1.26-.85 1.96-1.99 1.96-3.23c-.01-1.23-.7-2.37-1.96-3.21"/></svg>
React
import type { SVGProps } from "react";
export function ReiconFrameFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C9.38 2 7.25 4.13 7.25 6.75c0 2.57 2.01 4.65 4.63 4.74c.08-.01.16-.01.22 0h.07a4.74 4.74 0 0 0 4.58-4.74C16.75 4.13 14.62 2 12 2m5.08 12.149c-2.79-1.86-7.34-1.86-10.15 0c-1.27.85-1.97 2-1.97 3.23s.7 2.37 1.96 3.21c1.4.94 3.24 1.41 5.08 1.41s3.68-.47 5.08-1.41c1.26-.85 1.96-1.99 1.96-3.23c-.01-1.23-.7-2.37-1.96-3.21"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C9.38 2 7.25 4.13 7.25 6.75c0 2.57 2.01 4.65 4.63 4.74c.08-.01.16-.01.22 0h.07a4.74 4.74 0 0 0 4.58-4.74C16.75 4.13 14.62 2 12 2m5.08 12.149c-2.79-1.86-7.34-1.86-10.15 0c-1.27.85-1.97 2-1.97 3.23s.7 2.37 1.96 3.21c1.4.94 3.24 1.41 5.08 1.41s3.68-.47 5.08-1.41c1.26-.85 1.96-1.99 1.96-3.23c-.01-1.23-.7-2.37-1.96-3.21"/></svg> </template>
CSS
.icon-frame-filled {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C9.38%202%207.25%204.13%207.25%206.75c0%202.57%202.01%204.65%204.63%204.74c.08-.01.16-.01.22%200h.07a4.74%204.74%200%200%200%204.58-4.74C16.75%204.13%2014.62%202%2012%202m5.08%2012.149c-2.79-1.86-7.34-1.86-10.15%200c-1.27.85-1.97%202-1.97%203.23s.7%202.37%201.96%203.21c1.4.94%203.24%201.41%205.08%201.41s3.68-.47%205.08-1.41c1.26-.85%201.96-1.99%201.96-3.23c-.01-1.23-.7-2.37-1.96-3.21%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C9.38%202%207.25%204.13%207.25%206.75c0%202.57%202.01%204.65%204.63%204.74c.08-.01.16-.01.22%200h.07a4.74%204.74%200%200%200%204.58-4.74C16.75%204.13%2014.62%202%2012%202m5.08%2012.149c-2.79-1.86-7.34-1.86-10.15%200c-1.27.85-1.97%202-1.97%203.23s.7%202.37%201.96%203.21c1.4.94%203.24%201.41%205.08%201.41s3.68-.47%205.08-1.41c1.26-.85%201.96-1.99%201.96-3.23c-.01-1.23-.7-2.37-1.96-3.21%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/frame-filled.svg?color=%231a73e8&size=48