inbox star icon

inbox-star-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
inbox-star-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

Related icons in Mage Icons

Use the inbox star icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.5 10.86v4.88a6.76 6.76 0 0 1-6.75 6.75h-6.5a6.76 6.76 0 0 1-6.75-6.75v-6.5a6.76 6.76 0 0 1 6.75-6.75h4.87a.75.75 0 1 1 0 1.5H8.25A5.25 5.25 0 0 0 3 9.24v2.5h2.5a2.75 2.75 0 0 1 2.75 2.75a1.25 1.25 0 0 0 1.25 1.25h4a1.26 1.26 0 0 0 1.25-1.25a2.73 2.73 0 0 1 2.75-2.75H20v-.88a.75.75 0 0 1 1.5 0"/><path fill="currentColor" d="M22.5 5.25c-.01.188-.07.37-.17.53a1 1 0 0 1-.46.34l-.93.31a1.53 1.53 0 0 0-1 1l-.33.94c-.07.17-.18.32-.32.44a.94.94 0 0 1-.54.17a1.1 1.1 0 0 1-.53-.17a.94.94 0 0 1-.33-.46l-.31-.93a1.66 1.66 0 0 0-.39-.63a1.64 1.64 0 0 0-.63-.39l-.93-.31a1.06 1.06 0 0 1-.45-.33a.9.9 0 0 1-.17-.53c.01-.193.071-.38.18-.54a.86.86 0 0 1 .44-.32l.93-.31a1.59 1.59 0 0 0 1-1l.31-.93a1.5 1.5 0 0 1 .3-.43a1.25 1.25 0 0 1 .53-.19a1 1 0 0 1 .54.15a1 1 0 0 1 .35.45l.32 1a1.6 1.6 0 0 0 1 1l.94.33c.17.07.32.18.44.32c.116.14.19.31.21.49"/></svg>

React

import type { SVGProps } from "react";

export function MageInboxStarFill(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="M21.5 10.86v4.88a6.76 6.76 0 0 1-6.75 6.75h-6.5a6.76 6.76 0 0 1-6.75-6.75v-6.5a6.76 6.76 0 0 1 6.75-6.75h4.87a.75.75 0 1 1 0 1.5H8.25A5.25 5.25 0 0 0 3 9.24v2.5h2.5a2.75 2.75 0 0 1 2.75 2.75a1.25 1.25 0 0 0 1.25 1.25h4a1.26 1.26 0 0 0 1.25-1.25a2.73 2.73 0 0 1 2.75-2.75H20v-.88a.75.75 0 0 1 1.5 0"/><path fill="currentColor" d="M22.5 5.25c-.01.188-.07.37-.17.53a1 1 0 0 1-.46.34l-.93.31a1.53 1.53 0 0 0-1 1l-.33.94c-.07.17-.18.32-.32.44a.94.94 0 0 1-.54.17a1.1 1.1 0 0 1-.53-.17a.94.94 0 0 1-.33-.46l-.31-.93a1.66 1.66 0 0 0-.39-.63a1.64 1.64 0 0 0-.63-.39l-.93-.31a1.06 1.06 0 0 1-.45-.33a.9.9 0 0 1-.17-.53c.01-.193.071-.38.18-.54a.86.86 0 0 1 .44-.32l.93-.31a1.59 1.59 0 0 0 1-1l.31-.93a1.5 1.5 0 0 1 .3-.43a1.25 1.25 0 0 1 .53-.19a1 1 0 0 1 .54.15a1 1 0 0 1 .35.45l.32 1a1.6 1.6 0 0 0 1 1l.94.33c.17.07.32.18.44.32c.116.14.19.31.21.49"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.5 10.86v4.88a6.76 6.76 0 0 1-6.75 6.75h-6.5a6.76 6.76 0 0 1-6.75-6.75v-6.5a6.76 6.76 0 0 1 6.75-6.75h4.87a.75.75 0 1 1 0 1.5H8.25A5.25 5.25 0 0 0 3 9.24v2.5h2.5a2.75 2.75 0 0 1 2.75 2.75a1.25 1.25 0 0 0 1.25 1.25h4a1.26 1.26 0 0 0 1.25-1.25a2.73 2.73 0 0 1 2.75-2.75H20v-.88a.75.75 0 0 1 1.5 0"/><path fill="currentColor" d="M22.5 5.25c-.01.188-.07.37-.17.53a1 1 0 0 1-.46.34l-.93.31a1.53 1.53 0 0 0-1 1l-.33.94c-.07.17-.18.32-.32.44a.94.94 0 0 1-.54.17a1.1 1.1 0 0 1-.53-.17a.94.94 0 0 1-.33-.46l-.31-.93a1.66 1.66 0 0 0-.39-.63a1.64 1.64 0 0 0-.63-.39l-.93-.31a1.06 1.06 0 0 1-.45-.33a.9.9 0 0 1-.17-.53c.01-.193.071-.38.18-.54a.86.86 0 0 1 .44-.32l.93-.31a1.59 1.59 0 0 0 1-1l.31-.93a1.5 1.5 0 0 1 .3-.43a1.25 1.25 0 0 1 .53-.19a1 1 0 0 1 .54.15a1 1 0 0 1 .35.45l.32 1a1.6 1.6 0 0 0 1 1l.94.33c.17.07.32.18.44.32c.116.14.19.31.21.49"/></svg>
</template>

CSS

.icon-inbox-star-fill {
  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%22M21.5%2010.86v4.88a6.76%206.76%200%200%201-6.75%206.75h-6.5a6.76%206.76%200%200%201-6.75-6.75v-6.5a6.76%206.76%200%200%201%206.75-6.75h4.87a.75.75%200%201%201%200%201.5H8.25A5.25%205.25%200%200%200%203%209.24v2.5h2.5a2.75%202.75%200%200%201%202.75%202.75a1.25%201.25%200%200%200%201.25%201.25h4a1.26%201.26%200%200%200%201.25-1.25a2.73%202.73%200%200%201%202.75-2.75H20v-.88a.75.75%200%200%201%201.5%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.5%205.25c-.01.188-.07.37-.17.53a1%201%200%200%201-.46.34l-.93.31a1.53%201.53%200%200%200-1%201l-.33.94c-.07.17-.18.32-.32.44a.94.94%200%200%201-.54.17a1.1%201.1%200%200%201-.53-.17a.94.94%200%200%201-.33-.46l-.31-.93a1.66%201.66%200%200%200-.39-.63a1.64%201.64%200%200%200-.63-.39l-.93-.31a1.06%201.06%200%200%201-.45-.33a.9.9%200%200%201-.17-.53c.01-.193.071-.38.18-.54a.86.86%200%200%201%20.44-.32l.93-.31a1.59%201.59%200%200%200%201-1l.31-.93a1.5%201.5%200%200%201%20.3-.43a1.25%201.25%200%200%201%20.53-.19a1%201%200%200%201%20.54.15a1%201%200%200%201%20.35.45l.32%201a1.6%201.6%200%200%200%201%201l.94.33c.17.07.32.18.44.32c.116.14.19.31.21.49%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%22M21.5%2010.86v4.88a6.76%206.76%200%200%201-6.75%206.75h-6.5a6.76%206.76%200%200%201-6.75-6.75v-6.5a6.76%206.76%200%200%201%206.75-6.75h4.87a.75.75%200%201%201%200%201.5H8.25A5.25%205.25%200%200%200%203%209.24v2.5h2.5a2.75%202.75%200%200%201%202.75%202.75a1.25%201.25%200%200%200%201.25%201.25h4a1.26%201.26%200%200%200%201.25-1.25a2.73%202.73%200%200%201%202.75-2.75H20v-.88a.75.75%200%200%201%201.5%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.5%205.25c-.01.188-.07.37-.17.53a1%201%200%200%201-.46.34l-.93.31a1.53%201.53%200%200%200-1%201l-.33.94c-.07.17-.18.32-.32.44a.94.94%200%200%201-.54.17a1.1%201.1%200%200%201-.53-.17a.94.94%200%200%201-.33-.46l-.31-.93a1.66%201.66%200%200%200-.39-.63a1.64%201.64%200%200%200-.63-.39l-.93-.31a1.06%201.06%200%200%201-.45-.33a.9.9%200%200%201-.17-.53c.01-.193.071-.38.18-.54a.86.86%200%200%201%20.44-.32l.93-.31a1.59%201.59%200%200%200%201-1l.31-.93a1.5%201.5%200%200%201%20.3-.43a1.25%201.25%200%200%201%20.53-.19a1%201%200%200%201%20.54.15a1%201%200%200%201%20.35.45l.32%201a1.6%201.6%200%200%200%201%201l.94.33c.17.07.32.18.44.32c.116.14.19.31.21.49%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/inbox-star-fill.svg?color=%231a73e8&size=48