frame2 icon
frame2-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- frame2-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the frame2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.41 6.961v1.83c0 .64-.3 1.24-.82 1.61l-11 8.06c-.71.52-1.68.52-2.38-.01l-1.44-1.08c-.65-.49-1.18-1.55-1.18-2.36v-8.05c0-1.12.86-2.36 1.91-2.75l5.47-2.05c.57-.21 1.49-.21 2.06 0l5.47 2.05c1.05.39 1.91 1.63 1.91 2.75m-1.588 5.38c.66-.48 1.59-.01 1.59.81v1.88c0 .81-.53 1.86-1.18 2.35l-5.47 4.09c-.48.35-1.12.53-1.76.53s-1.28-.18-1.76-.54l-.83-.62a.997.997 0 0 1 .01-1.61z"/></svg>
React
import type { SVGProps } from "react";
export function ReiconFrame2Filled(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="M20.41 6.961v1.83c0 .64-.3 1.24-.82 1.61l-11 8.06c-.71.52-1.68.52-2.38-.01l-1.44-1.08c-.65-.49-1.18-1.55-1.18-2.36v-8.05c0-1.12.86-2.36 1.91-2.75l5.47-2.05c.57-.21 1.49-.21 2.06 0l5.47 2.05c1.05.39 1.91 1.63 1.91 2.75m-1.588 5.38c.66-.48 1.59-.01 1.59.81v1.88c0 .81-.53 1.86-1.18 2.35l-5.47 4.09c-.48.35-1.12.53-1.76.53s-1.28-.18-1.76-.54l-.83-.62a.997.997 0 0 1 .01-1.61z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.41 6.961v1.83c0 .64-.3 1.24-.82 1.61l-11 8.06c-.71.52-1.68.52-2.38-.01l-1.44-1.08c-.65-.49-1.18-1.55-1.18-2.36v-8.05c0-1.12.86-2.36 1.91-2.75l5.47-2.05c.57-.21 1.49-.21 2.06 0l5.47 2.05c1.05.39 1.91 1.63 1.91 2.75m-1.588 5.38c.66-.48 1.59-.01 1.59.81v1.88c0 .81-.53 1.86-1.18 2.35l-5.47 4.09c-.48.35-1.12.53-1.76.53s-1.28-.18-1.76-.54l-.83-.62a.997.997 0 0 1 .01-1.61z"/></svg> </template>
CSS
.icon-frame2-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%22M20.41%206.961v1.83c0%20.64-.3%201.24-.82%201.61l-11%208.06c-.71.52-1.68.52-2.38-.01l-1.44-1.08c-.65-.49-1.18-1.55-1.18-2.36v-8.05c0-1.12.86-2.36%201.91-2.75l5.47-2.05c.57-.21%201.49-.21%202.06%200l5.47%202.05c1.05.39%201.91%201.63%201.91%202.75m-1.588%205.38c.66-.48%201.59-.01%201.59.81v1.88c0%20.81-.53%201.86-1.18%202.35l-5.47%204.09c-.48.35-1.12.53-1.76.53s-1.28-.18-1.76-.54l-.83-.62a.997.997%200%200%201%20.01-1.61z%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%22M20.41%206.961v1.83c0%20.64-.3%201.24-.82%201.61l-11%208.06c-.71.52-1.68.52-2.38-.01l-1.44-1.08c-.65-.49-1.18-1.55-1.18-2.36v-8.05c0-1.12.86-2.36%201.91-2.75l5.47-2.05c.57-.21%201.49-.21%202.06%200l5.47%202.05c1.05.39%201.91%201.63%201.91%202.75m-1.588%205.38c.66-.48%201.59-.01%201.59.81v1.88c0%20.81-.53%201.86-1.18%202.35l-5.47%204.09c-.48.35-1.12.53-1.76.53s-1.28-.18-1.76-.54l-.83-.62a.997.997%200%200%201%20.01-1.61z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/frame2-filled.svg?color=%231a73e8&size=48