star-add-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.

Name
star-add-32-light
Set
Fluent UI System Icons
Style
32 Light
Viewbox
32×32
License
MIT

10 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the star add icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.402 11.35a1 1 0 0 1-.753-.549L16.45 4.28a.5.5 0 0 0-.898 0l-3.198 6.52a1 1 0 0 1-.753.55l-7.172 1.048a.5.5 0 0 0-.277.852l5.195 5.096a1 1 0 0 1 .286.882l-1.225 7.183a.5.5 0 0 0 .727.526l4.59-2.428q.116.502.284.981l-4.407 2.331c-1.1.582-2.389-.351-2.18-1.578l1.225-7.183l-5.196-5.096c-.885-.87-.394-2.376.834-2.556l7.17-1.048l3.2-6.522c.549-1.119 2.144-1.119 2.693 0l3.199 6.522l7.17 1.048c1.228.18 1.72 1.687.834 2.556l-1.063 1.043a9 9 0 0 0-.894-.525l1.257-1.232a.5.5 0 0 0-.278-.852zM22.5 30a7.5 7.5 0 1 0 0-15a7.5 7.5 0 0 0 0 15m1-12.25v3.75h3.75a.75.75 0 0 1 0 1.5H23.5v3.75a.75.75 0 0 1-1.5 0V23h-3.75a.75.75 0 0 1 0-1.5H22v-3.75a.75.75 0 0 1 1.5 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentStarAdd32Light(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.402 11.35a1 1 0 0 1-.753-.549L16.45 4.28a.5.5 0 0 0-.898 0l-3.198 6.52a1 1 0 0 1-.753.55l-7.172 1.048a.5.5 0 0 0-.277.852l5.195 5.096a1 1 0 0 1 .286.882l-1.225 7.183a.5.5 0 0 0 .727.526l4.59-2.428q.116.502.284.981l-4.407 2.331c-1.1.582-2.389-.351-2.18-1.578l1.225-7.183l-5.196-5.096c-.885-.87-.394-2.376.834-2.556l7.17-1.048l3.2-6.522c.549-1.119 2.144-1.119 2.693 0l3.199 6.522l7.17 1.048c1.228.18 1.72 1.687.834 2.556l-1.063 1.043a9 9 0 0 0-.894-.525l1.257-1.232a.5.5 0 0 0-.278-.852zM22.5 30a7.5 7.5 0 1 0 0-15a7.5 7.5 0 0 0 0 15m1-12.25v3.75h3.75a.75.75 0 0 1 0 1.5H23.5v3.75a.75.75 0 0 1-1.5 0V23h-3.75a.75.75 0 0 1 0-1.5H22v-3.75a.75.75 0 0 1 1.5 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.402 11.35a1 1 0 0 1-.753-.549L16.45 4.28a.5.5 0 0 0-.898 0l-3.198 6.52a1 1 0 0 1-.753.55l-7.172 1.048a.5.5 0 0 0-.277.852l5.195 5.096a1 1 0 0 1 .286.882l-1.225 7.183a.5.5 0 0 0 .727.526l4.59-2.428q.116.502.284.981l-4.407 2.331c-1.1.582-2.389-.351-2.18-1.578l1.225-7.183l-5.196-5.096c-.885-.87-.394-2.376.834-2.556l7.17-1.048l3.2-6.522c.549-1.119 2.144-1.119 2.693 0l3.199 6.522l7.17 1.048c1.228.18 1.72 1.687.834 2.556l-1.063 1.043a9 9 0 0 0-.894-.525l1.257-1.232a.5.5 0 0 0-.278-.852zM22.5 30a7.5 7.5 0 1 0 0-15a7.5 7.5 0 0 0 0 15m1-12.25v3.75h3.75a.75.75 0 0 1 0 1.5H23.5v3.75a.75.75 0 0 1-1.5 0V23h-3.75a.75.75 0 0 1 0-1.5H22v-3.75a.75.75 0 0 1 1.5 0"/></svg>
</template>

CSS

.icon-star-add-32-light {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.402%2011.35a1%201%200%200%201-.753-.549L16.45%204.28a.5.5%200%200%200-.898%200l-3.198%206.52a1%201%200%200%201-.753.55l-7.172%201.048a.5.5%200%200%200-.277.852l5.195%205.096a1%201%200%200%201%20.286.882l-1.225%207.183a.5.5%200%200%200%20.727.526l4.59-2.428q.116.502.284.981l-4.407%202.331c-1.1.582-2.389-.351-2.18-1.578l1.225-7.183l-5.196-5.096c-.885-.87-.394-2.376.834-2.556l7.17-1.048l3.2-6.522c.549-1.119%202.144-1.119%202.693%200l3.199%206.522l7.17%201.048c1.228.18%201.72%201.687.834%202.556l-1.063%201.043a9%209%200%200%200-.894-.525l1.257-1.232a.5.5%200%200%200-.278-.852zM22.5%2030a7.5%207.5%200%201%200%200-15a7.5%207.5%200%200%200%200%2015m1-12.25v3.75h3.75a.75.75%200%200%201%200%201.5H23.5v3.75a.75.75%200%200%201-1.5%200V23h-3.75a.75.75%200%200%201%200-1.5H22v-3.75a.75.75%200%200%201%201.5%200%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.402%2011.35a1%201%200%200%201-.753-.549L16.45%204.28a.5.5%200%200%200-.898%200l-3.198%206.52a1%201%200%200%201-.753.55l-7.172%201.048a.5.5%200%200%200-.277.852l5.195%205.096a1%201%200%200%201%20.286.882l-1.225%207.183a.5.5%200%200%200%20.727.526l4.59-2.428q.116.502.284.981l-4.407%202.331c-1.1.582-2.389-.351-2.18-1.578l1.225-7.183l-5.196-5.096c-.885-.87-.394-2.376.834-2.556l7.17-1.048l3.2-6.522c.549-1.119%202.144-1.119%202.693%200l3.199%206.522l7.17%201.048c1.228.18%201.72%201.687.834%202.556l-1.063%201.043a9%209%200%200%200-.894-.525l1.257-1.232a.5.5%200%200%200-.278-.852zM22.5%2030a7.5%207.5%200%201%200%200-15a7.5%207.5%200%200%200%200%2015m1-12.25v3.75h3.75a.75.75%200%200%201%200%201.5H23.5v3.75a.75.75%200%200%201-1.5%200V23h-3.75a.75.75%200%200%201%200-1.5H22v-3.75a.75.75%200%200%201%201.5%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/star-add-32-light.svg?color=%231a73e8&size=48