stars b icon
stars-b from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- stars-b
- Set
- Mage Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
Related icons in Mage Icons
Use the stars b icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m14.92 8.797l-.624 1.86a4.75 4.75 0 0 1-3.029 3.03l-1.882.626a.316.316 0 0 0 0 .601l1.882.626a4.74 4.74 0 0 1 3.005 3.007l.625 1.883a.317.317 0 0 0 .6 0l.649-1.86a4.75 4.75 0 0 1 3.005-3.007l1.881-.625a.316.316 0 0 0 0-.601l-1.858-.65a4.74 4.74 0 0 1-3.028-3.03l-.625-1.884a.317.317 0 0 0-.6.024M6.859 3.516l-.446 1.329A3.4 3.4 0 0 1 4.25 7.01l-1.345.446a.226.226 0 0 0 0 .43l1.345.447a3.39 3.39 0 0 1 2.146 2.148l.446 1.345a.226.226 0 0 0 .43 0l.462-1.328A3.4 3.4 0 0 1 9.88 8.35l1.345-.447a.226.226 0 0 0 0-.43L9.897 7.01a3.39 3.39 0 0 1-2.163-2.165l-.446-1.346a.226.226 0 0 0-.43.017"/></svg>
React
import type { SVGProps } from "react";
export function MageStarsB(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m14.92 8.797l-.624 1.86a4.75 4.75 0 0 1-3.029 3.03l-1.882.626a.316.316 0 0 0 0 .601l1.882.626a4.74 4.74 0 0 1 3.005 3.007l.625 1.883a.317.317 0 0 0 .6 0l.649-1.86a4.75 4.75 0 0 1 3.005-3.007l1.881-.625a.316.316 0 0 0 0-.601l-1.858-.65a4.74 4.74 0 0 1-3.028-3.03l-.625-1.884a.317.317 0 0 0-.6.024M6.859 3.516l-.446 1.329A3.4 3.4 0 0 1 4.25 7.01l-1.345.446a.226.226 0 0 0 0 .43l1.345.447a3.39 3.39 0 0 1 2.146 2.148l.446 1.345a.226.226 0 0 0 .43 0l.462-1.328A3.4 3.4 0 0 1 9.88 8.35l1.345-.447a.226.226 0 0 0 0-.43L9.897 7.01a3.39 3.39 0 0 1-2.163-2.165l-.446-1.346a.226.226 0 0 0-.43.017"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m14.92 8.797l-.624 1.86a4.75 4.75 0 0 1-3.029 3.03l-1.882.626a.316.316 0 0 0 0 .601l1.882.626a4.74 4.74 0 0 1 3.005 3.007l.625 1.883a.317.317 0 0 0 .6 0l.649-1.86a4.75 4.75 0 0 1 3.005-3.007l1.881-.625a.316.316 0 0 0 0-.601l-1.858-.65a4.74 4.74 0 0 1-3.028-3.03l-.625-1.884a.317.317 0 0 0-.6.024M6.859 3.516l-.446 1.329A3.4 3.4 0 0 1 4.25 7.01l-1.345.446a.226.226 0 0 0 0 .43l1.345.447a3.39 3.39 0 0 1 2.146 2.148l.446 1.345a.226.226 0 0 0 .43 0l.462-1.328A3.4 3.4 0 0 1 9.88 8.35l1.345-.447a.226.226 0 0 0 0-.43L9.897 7.01a3.39 3.39 0 0 1-2.163-2.165l-.446-1.346a.226.226 0 0 0-.43.017"/></svg> </template>
CSS
.icon-stars-b {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m14.92%208.797l-.624%201.86a4.75%204.75%200%200%201-3.029%203.03l-1.882.626a.316.316%200%200%200%200%20.601l1.882.626a4.74%204.74%200%200%201%203.005%203.007l.625%201.883a.317.317%200%200%200%20.6%200l.649-1.86a4.75%204.75%200%200%201%203.005-3.007l1.881-.625a.316.316%200%200%200%200-.601l-1.858-.65a4.74%204.74%200%200%201-3.028-3.03l-.625-1.884a.317.317%200%200%200-.6.024M6.859%203.516l-.446%201.329A3.4%203.4%200%200%201%204.25%207.01l-1.345.446a.226.226%200%200%200%200%20.43l1.345.447a3.39%203.39%200%200%201%202.146%202.148l.446%201.345a.226.226%200%200%200%20.43%200l.462-1.328A3.4%203.4%200%200%201%209.88%208.35l1.345-.447a.226.226%200%200%200%200-.43L9.897%207.01a3.39%203.39%200%200%201-2.163-2.165l-.446-1.346a.226.226%200%200%200-.43.017%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m14.92%208.797l-.624%201.86a4.75%204.75%200%200%201-3.029%203.03l-1.882.626a.316.316%200%200%200%200%20.601l1.882.626a4.74%204.74%200%200%201%203.005%203.007l.625%201.883a.317.317%200%200%200%20.6%200l.649-1.86a4.75%204.75%200%200%201%203.005-3.007l1.881-.625a.316.316%200%200%200%200-.601l-1.858-.65a4.74%204.74%200%200%201-3.028-3.03l-.625-1.884a.317.317%200%200%200-.6.024M6.859%203.516l-.446%201.329A3.4%203.4%200%200%201%204.25%207.01l-1.345.446a.226.226%200%200%200%200%20.43l1.345.447a3.39%203.39%200%200%201%202.146%202.148l.446%201.345a.226.226%200%200%200%20.43%200l.462-1.328A3.4%203.4%200%200%201%209.88%208.35l1.345-.447a.226.226%200%200%200%200-.43L9.897%207.01a3.39%203.39%200%200%201-2.163-2.165l-.446-1.346a.226.226%200%200%200-.43.017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/stars-b.svg?color=%231a73e8&size=48