star square icon
star-square from Reicon by REICON · Outline · Like · MIT Free for personal and commercial use.
- Name
- star-square
- Set
- Reicon
- Style
- Outline
- Category
- Like
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More like icons from Reicon
Use the star square icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M13.239 7.028c-.5-1.037-1.978-1.037-2.478 0L9.755 9.116l-2.307.301c-1.151.15-1.61 1.57-.764 2.366l1.679 1.577l-.423 2.259c-.212 1.135.985 2.01 2.002 1.464L12 15.977l2.058 1.106c1.017.546 2.214-.33 2.002-1.464l-.423-2.26l1.679-1.576c.846-.795.387-2.216-.764-2.366l-2.307-.301zm-2.192 2.861L12 7.913l.953 1.976c.183.38.546.642.964.697l2.18.284l-1.587 1.49a1.25 1.25 0 0 0-.372 1.141l.4 2.137l-1.946-1.046a1.25 1.25 0 0 0-1.184 0l-1.945 1.046l.4-2.137a1.25 1.25 0 0 0-.373-1.14l-1.586-1.49l2.18-.285a1.25 1.25 0 0 0 .963-.697"/><path d="M15.633 1.25H8.367c-1.092 0-1.958 0-2.655.057c-.714.058-1.317.18-1.868.46a4.75 4.75 0 0 0-2.076 2.077c-.281.55-.403 1.154-.461 1.868c-.057.697-.057 1.563-.057 2.655v7.266c0 1.092 0 1.958.057 2.655c.058.714.18 1.317.46 1.869a4.75 4.75 0 0 0 2.077 2.075c.55.281 1.154.403 1.868.461c.697.057 1.563.057 2.655.057h7.266c1.092 0 1.958 0 2.655-.057c.714-.058 1.317-.18 1.869-.46a4.75 4.75 0 0 0 2.075-2.076c.281-.552.403-1.155.461-1.869c.057-.697.057-1.563.057-2.655V8.367c0-1.092 0-1.958-.057-2.655c-.058-.714-.18-1.317-.46-1.868a4.75 4.75 0 0 0-2.076-2.076c-.552-.281-1.155-.403-1.869-.461c-.697-.057-1.563-.057-2.655-.057M4.525 3.104c.304-.155.688-.251 1.309-.302c.63-.051 1.434-.052 2.566-.052h7.2c1.133 0 1.937 0 2.566.052c.62.05 1.005.147 1.31.302a3.25 3.25 0 0 1 1.42 1.42c.155.305.251.69.302 1.31c.051.63.052 1.434.052 2.566v7.2c0 1.133 0 1.937-.052 2.566c-.05.62-.147 1.005-.302 1.31a3.25 3.25 0 0 1-1.42 1.42c-.305.155-.69.251-1.31.302c-.63.051-1.433.052-2.566.052H8.4c-1.132 0-1.937 0-2.566-.052c-.62-.05-1.005-.147-1.31-.302a3.25 3.25 0 0 1-1.42-1.42c-.155-.305-.251-.69-.302-1.31c-.051-.63-.052-1.433-.052-2.566V8.4c0-1.132 0-1.937.052-2.566c.05-.62.147-1.005.302-1.31a3.25 3.25 0 0 1 1.42-1.42"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconStarSquare(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" fillRule="evenodd" clipRule="evenodd"><path d="M13.239 7.028c-.5-1.037-1.978-1.037-2.478 0L9.755 9.116l-2.307.301c-1.151.15-1.61 1.57-.764 2.366l1.679 1.577l-.423 2.259c-.212 1.135.985 2.01 2.002 1.464L12 15.977l2.058 1.106c1.017.546 2.214-.33 2.002-1.464l-.423-2.26l1.679-1.576c.846-.795.387-2.216-.764-2.366l-2.307-.301zm-2.192 2.861L12 7.913l.953 1.976c.183.38.546.642.964.697l2.18.284l-1.587 1.49a1.25 1.25 0 0 0-.372 1.141l.4 2.137l-1.946-1.046a1.25 1.25 0 0 0-1.184 0l-1.945 1.046l.4-2.137a1.25 1.25 0 0 0-.373-1.14l-1.586-1.49l2.18-.285a1.25 1.25 0 0 0 .963-.697"/><path d="M15.633 1.25H8.367c-1.092 0-1.958 0-2.655.057c-.714.058-1.317.18-1.868.46a4.75 4.75 0 0 0-2.076 2.077c-.281.55-.403 1.154-.461 1.868c-.057.697-.057 1.563-.057 2.655v7.266c0 1.092 0 1.958.057 2.655c.058.714.18 1.317.46 1.869a4.75 4.75 0 0 0 2.077 2.075c.55.281 1.154.403 1.868.461c.697.057 1.563.057 2.655.057h7.266c1.092 0 1.958 0 2.655-.057c.714-.058 1.317-.18 1.869-.46a4.75 4.75 0 0 0 2.075-2.076c.281-.552.403-1.155.461-1.869c.057-.697.057-1.563.057-2.655V8.367c0-1.092 0-1.958-.057-2.655c-.058-.714-.18-1.317-.46-1.868a4.75 4.75 0 0 0-2.076-2.076c-.552-.281-1.155-.403-1.869-.461c-.697-.057-1.563-.057-2.655-.057M4.525 3.104c.304-.155.688-.251 1.309-.302c.63-.051 1.434-.052 2.566-.052h7.2c1.133 0 1.937 0 2.566.052c.62.05 1.005.147 1.31.302a3.25 3.25 0 0 1 1.42 1.42c.155.305.251.69.302 1.31c.051.63.052 1.434.052 2.566v7.2c0 1.133 0 1.937-.052 2.566c-.05.62-.147 1.005-.302 1.31a3.25 3.25 0 0 1-1.42 1.42c-.305.155-.69.251-1.31.302c-.63.051-1.433.052-2.566.052H8.4c-1.132 0-1.937 0-2.566-.052c-.62-.05-1.005-.147-1.31-.302a3.25 3.25 0 0 1-1.42-1.42c-.155-.305-.251-.69-.302-1.31c-.051-.63-.052-1.433-.052-2.566V8.4c0-1.132 0-1.937.052-2.566c.05-.62.147-1.005.302-1.31a3.25 3.25 0 0 1 1.42-1.42"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M13.239 7.028c-.5-1.037-1.978-1.037-2.478 0L9.755 9.116l-2.307.301c-1.151.15-1.61 1.57-.764 2.366l1.679 1.577l-.423 2.259c-.212 1.135.985 2.01 2.002 1.464L12 15.977l2.058 1.106c1.017.546 2.214-.33 2.002-1.464l-.423-2.26l1.679-1.576c.846-.795.387-2.216-.764-2.366l-2.307-.301zm-2.192 2.861L12 7.913l.953 1.976c.183.38.546.642.964.697l2.18.284l-1.587 1.49a1.25 1.25 0 0 0-.372 1.141l.4 2.137l-1.946-1.046a1.25 1.25 0 0 0-1.184 0l-1.945 1.046l.4-2.137a1.25 1.25 0 0 0-.373-1.14l-1.586-1.49l2.18-.285a1.25 1.25 0 0 0 .963-.697"/><path d="M15.633 1.25H8.367c-1.092 0-1.958 0-2.655.057c-.714.058-1.317.18-1.868.46a4.75 4.75 0 0 0-2.076 2.077c-.281.55-.403 1.154-.461 1.868c-.057.697-.057 1.563-.057 2.655v7.266c0 1.092 0 1.958.057 2.655c.058.714.18 1.317.46 1.869a4.75 4.75 0 0 0 2.077 2.075c.55.281 1.154.403 1.868.461c.697.057 1.563.057 2.655.057h7.266c1.092 0 1.958 0 2.655-.057c.714-.058 1.317-.18 1.869-.46a4.75 4.75 0 0 0 2.075-2.076c.281-.552.403-1.155.461-1.869c.057-.697.057-1.563.057-2.655V8.367c0-1.092 0-1.958-.057-2.655c-.058-.714-.18-1.317-.46-1.868a4.75 4.75 0 0 0-2.076-2.076c-.552-.281-1.155-.403-1.869-.461c-.697-.057-1.563-.057-2.655-.057M4.525 3.104c.304-.155.688-.251 1.309-.302c.63-.051 1.434-.052 2.566-.052h7.2c1.133 0 1.937 0 2.566.052c.62.05 1.005.147 1.31.302a3.25 3.25 0 0 1 1.42 1.42c.155.305.251.69.302 1.31c.051.63.052 1.434.052 2.566v7.2c0 1.133 0 1.937-.052 2.566c-.05.62-.147 1.005-.302 1.31a3.25 3.25 0 0 1-1.42 1.42c-.305.155-.69.251-1.31.302c-.63.051-1.433.052-2.566.052H8.4c-1.132 0-1.937 0-2.566-.052c-.62-.05-1.005-.147-1.31-.302a3.25 3.25 0 0 1-1.42-1.42c-.155-.305-.251-.69-.302-1.31c-.051-.63-.052-1.433-.052-2.566V8.4c0-1.132 0-1.937.052-2.566c.05-.62.147-1.005.302-1.31a3.25 3.25 0 0 1 1.42-1.42"/></g></svg> </template>
CSS
.icon-star-square {
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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M13.239%207.028c-.5-1.037-1.978-1.037-2.478%200L9.755%209.116l-2.307.301c-1.151.15-1.61%201.57-.764%202.366l1.679%201.577l-.423%202.259c-.212%201.135.985%202.01%202.002%201.464L12%2015.977l2.058%201.106c1.017.546%202.214-.33%202.002-1.464l-.423-2.26l1.679-1.576c.846-.795.387-2.216-.764-2.366l-2.307-.301zm-2.192%202.861L12%207.913l.953%201.976c.183.38.546.642.964.697l2.18.284l-1.587%201.49a1.25%201.25%200%200%200-.372%201.141l.4%202.137l-1.946-1.046a1.25%201.25%200%200%200-1.184%200l-1.945%201.046l.4-2.137a1.25%201.25%200%200%200-.373-1.14l-1.586-1.49l2.18-.285a1.25%201.25%200%200%200%20.963-.697%22%2F%3E%3Cpath%20d%3D%22M15.633%201.25H8.367c-1.092%200-1.958%200-2.655.057c-.714.058-1.317.18-1.868.46a4.75%204.75%200%200%200-2.076%202.077c-.281.55-.403%201.154-.461%201.868c-.057.697-.057%201.563-.057%202.655v7.266c0%201.092%200%201.958.057%202.655c.058.714.18%201.317.46%201.869a4.75%204.75%200%200%200%202.077%202.075c.55.281%201.154.403%201.868.461c.697.057%201.563.057%202.655.057h7.266c1.092%200%201.958%200%202.655-.057c.714-.058%201.317-.18%201.869-.46a4.75%204.75%200%200%200%202.075-2.076c.281-.552.403-1.155.461-1.869c.057-.697.057-1.563.057-2.655V8.367c0-1.092%200-1.958-.057-2.655c-.058-.714-.18-1.317-.46-1.868a4.75%204.75%200%200%200-2.076-2.076c-.552-.281-1.155-.403-1.869-.461c-.697-.057-1.563-.057-2.655-.057M4.525%203.104c.304-.155.688-.251%201.309-.302c.63-.051%201.434-.052%202.566-.052h7.2c1.133%200%201.937%200%202.566.052c.62.05%201.005.147%201.31.302a3.25%203.25%200%200%201%201.42%201.42c.155.305.251.69.302%201.31c.051.63.052%201.434.052%202.566v7.2c0%201.133%200%201.937-.052%202.566c-.05.62-.147%201.005-.302%201.31a3.25%203.25%200%200%201-1.42%201.42c-.305.155-.69.251-1.31.302c-.63.051-1.433.052-2.566.052H8.4c-1.132%200-1.937%200-2.566-.052c-.62-.05-1.005-.147-1.31-.302a3.25%203.25%200%200%201-1.42-1.42c-.155-.305-.251-.69-.302-1.31c-.051-.63-.052-1.433-.052-2.566V8.4c0-1.132%200-1.937.052-2.566c.05-.62.147-1.005.302-1.31a3.25%203.25%200%200%201%201.42-1.42%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M13.239%207.028c-.5-1.037-1.978-1.037-2.478%200L9.755%209.116l-2.307.301c-1.151.15-1.61%201.57-.764%202.366l1.679%201.577l-.423%202.259c-.212%201.135.985%202.01%202.002%201.464L12%2015.977l2.058%201.106c1.017.546%202.214-.33%202.002-1.464l-.423-2.26l1.679-1.576c.846-.795.387-2.216-.764-2.366l-2.307-.301zm-2.192%202.861L12%207.913l.953%201.976c.183.38.546.642.964.697l2.18.284l-1.587%201.49a1.25%201.25%200%200%200-.372%201.141l.4%202.137l-1.946-1.046a1.25%201.25%200%200%200-1.184%200l-1.945%201.046l.4-2.137a1.25%201.25%200%200%200-.373-1.14l-1.586-1.49l2.18-.285a1.25%201.25%200%200%200%20.963-.697%22%2F%3E%3Cpath%20d%3D%22M15.633%201.25H8.367c-1.092%200-1.958%200-2.655.057c-.714.058-1.317.18-1.868.46a4.75%204.75%200%200%200-2.076%202.077c-.281.55-.403%201.154-.461%201.868c-.057.697-.057%201.563-.057%202.655v7.266c0%201.092%200%201.958.057%202.655c.058.714.18%201.317.46%201.869a4.75%204.75%200%200%200%202.077%202.075c.55.281%201.154.403%201.868.461c.697.057%201.563.057%202.655.057h7.266c1.092%200%201.958%200%202.655-.057c.714-.058%201.317-.18%201.869-.46a4.75%204.75%200%200%200%202.075-2.076c.281-.552.403-1.155.461-1.869c.057-.697.057-1.563.057-2.655V8.367c0-1.092%200-1.958-.057-2.655c-.058-.714-.18-1.317-.46-1.868a4.75%204.75%200%200%200-2.076-2.076c-.552-.281-1.155-.403-1.869-.461c-.697-.057-1.563-.057-2.655-.057M4.525%203.104c.304-.155.688-.251%201.309-.302c.63-.051%201.434-.052%202.566-.052h7.2c1.133%200%201.937%200%202.566.052c.62.05%201.005.147%201.31.302a3.25%203.25%200%200%201%201.42%201.42c.155.305.251.69.302%201.31c.051.63.052%201.434.052%202.566v7.2c0%201.133%200%201.937-.052%202.566c-.05.62-.147%201.005-.302%201.31a3.25%203.25%200%200%201-1.42%201.42c-.305.155-.69.251-1.31.302c-.63.051-1.433.052-2.566.052H8.4c-1.132%200-1.937%200-2.566-.052c-.62-.05-1.005-.147-1.31-.302a3.25%203.25%200%200%201-1.42-1.42c-.155-.305-.251-.69-.302-1.31c-.051-.63-.052-1.433-.052-2.566V8.4c0-1.132%200-1.937.052-2.566c.05-.62.147-1.005.302-1.31a3.25%203.25%200%200%201%201.42-1.42%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/star-square.svg?color=%231a73e8&size=48