ribbon-star-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.

Name
ribbon-star-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the ribbon star icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m17.676 9.93l-1.34-2.72a.375.375 0 0 0-.672 0l-1.34 2.72l-3.003.434a.375.375 0 0 0-.207.64l2.174 2.115l-.516 2.99a.375.375 0 0 0 .544.394L16 15.09l2.684 1.413a.375.375 0 0 0 .544-.394l-.513-2.99l2.171-2.116a.375.375 0 0 0-.207-.639zM6 12C6 6.477 10.477 2 16 2s10 4.477 10 10a9.99 9.99 0 0 1-4 8v9a1 1 0 0 1-1.515.858L16 27.166l-4.485 2.692A1 1 0 0 1 10 29v-9a9.99 9.99 0 0 1-4-8m10-8a8 8 0 1 0 0 16a8 8 0 0 0 0-16m4 23.234v-6.066A10 10 0 0 1 16 22a10 10 0 0 1-4-.832v6.066l3.486-2.092a1 1 0 0 1 1.029 0z"/></svg>

React

import type { SVGProps } from "react";

export function FluentRibbonStar32Regular(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="m17.676 9.93l-1.34-2.72a.375.375 0 0 0-.672 0l-1.34 2.72l-3.003.434a.375.375 0 0 0-.207.64l2.174 2.115l-.516 2.99a.375.375 0 0 0 .544.394L16 15.09l2.684 1.413a.375.375 0 0 0 .544-.394l-.513-2.99l2.171-2.116a.375.375 0 0 0-.207-.639zM6 12C6 6.477 10.477 2 16 2s10 4.477 10 10a9.99 9.99 0 0 1-4 8v9a1 1 0 0 1-1.515.858L16 27.166l-4.485 2.692A1 1 0 0 1 10 29v-9a9.99 9.99 0 0 1-4-8m10-8a8 8 0 1 0 0 16a8 8 0 0 0 0-16m4 23.234v-6.066A10 10 0 0 1 16 22a10 10 0 0 1-4-.832v6.066l3.486-2.092a1 1 0 0 1 1.029 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m17.676 9.93l-1.34-2.72a.375.375 0 0 0-.672 0l-1.34 2.72l-3.003.434a.375.375 0 0 0-.207.64l2.174 2.115l-.516 2.99a.375.375 0 0 0 .544.394L16 15.09l2.684 1.413a.375.375 0 0 0 .544-.394l-.513-2.99l2.171-2.116a.375.375 0 0 0-.207-.639zM6 12C6 6.477 10.477 2 16 2s10 4.477 10 10a9.99 9.99 0 0 1-4 8v9a1 1 0 0 1-1.515.858L16 27.166l-4.485 2.692A1 1 0 0 1 10 29v-9a9.99 9.99 0 0 1-4-8m10-8a8 8 0 1 0 0 16a8 8 0 0 0 0-16m4 23.234v-6.066A10 10 0 0 1 16 22a10 10 0 0 1-4-.832v6.066l3.486-2.092a1 1 0 0 1 1.029 0z"/></svg>
</template>

CSS

.icon-ribbon-star-32-regular {
  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%22m17.676%209.93l-1.34-2.72a.375.375%200%200%200-.672%200l-1.34%202.72l-3.003.434a.375.375%200%200%200-.207.64l2.174%202.115l-.516%202.99a.375.375%200%200%200%20.544.394L16%2015.09l2.684%201.413a.375.375%200%200%200%20.544-.394l-.513-2.99l2.171-2.116a.375.375%200%200%200-.207-.639zM6%2012C6%206.477%2010.477%202%2016%202s10%204.477%2010%2010a9.99%209.99%200%200%201-4%208v9a1%201%200%200%201-1.515.858L16%2027.166l-4.485%202.692A1%201%200%200%201%2010%2029v-9a9.99%209.99%200%200%201-4-8m10-8a8%208%200%201%200%200%2016a8%208%200%200%200%200-16m4%2023.234v-6.066A10%2010%200%200%201%2016%2022a10%2010%200%200%201-4-.832v6.066l3.486-2.092a1%201%200%200%201%201.029%200z%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%22m17.676%209.93l-1.34-2.72a.375.375%200%200%200-.672%200l-1.34%202.72l-3.003.434a.375.375%200%200%200-.207.64l2.174%202.115l-.516%202.99a.375.375%200%200%200%20.544.394L16%2015.09l2.684%201.413a.375.375%200%200%200%20.544-.394l-.513-2.99l2.171-2.116a.375.375%200%200%200-.207-.639zM6%2012C6%206.477%2010.477%202%2016%202s10%204.477%2010%2010a9.99%209.99%200%200%201-4%208v9a1%201%200%200%201-1.515.858L16%2027.166l-4.485%202.692A1%201%200%200%201%2010%2029v-9a9.99%209.99%200%200%201-4-8m10-8a8%208%200%201%200%200%2016a8%208%200%200%200%200-16m4%2023.234v-6.066A10%2010%200%200%201%2016%2022a10%2010%200%200%201-4-.832v6.066l3.486-2.092a1%201%200%200%201%201.029%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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