star settings icon
star-settings-outline from Material Design Icons by Pictogrammers · Outline · Settings · Apache-2.0 Free for personal and commercial use.
- Name
- star-settings-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Settings
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- favorite-settings-outline
1 other variant in Material Design Icons
The same icon in other sets
More settings icons from Material Design Icons
Use the star settings icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 22h2v2h-2zm-4 2h2v-2H7zm8 0h2v-2h-2zm1.54-10.03L18.18 21L12 17.27L5.82 21l1.63-7.03L2 9.24l7.19-.61L12 2l2.81 6.63l7.19.61zm-.78 3.69l-.99-4.28l3.32-2.88l-4.38-.37L12 6.09l-1.71 4.04l-4.38.37l3.32 2.88l-.99 4.28L12 15.39z"/></svg>
React
import type { SVGProps } from "react";
export function MdiStarSettingsOutline(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="M11 22h2v2h-2zm-4 2h2v-2H7zm8 0h2v-2h-2zm1.54-10.03L18.18 21L12 17.27L5.82 21l1.63-7.03L2 9.24l7.19-.61L12 2l2.81 6.63l7.19.61zm-.78 3.69l-.99-4.28l3.32-2.88l-4.38-.37L12 6.09l-1.71 4.04l-4.38.37l3.32 2.88l-.99 4.28L12 15.39z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 22h2v2h-2zm-4 2h2v-2H7zm8 0h2v-2h-2zm1.54-10.03L18.18 21L12 17.27L5.82 21l1.63-7.03L2 9.24l7.19-.61L12 2l2.81 6.63l7.19.61zm-.78 3.69l-.99-4.28l3.32-2.88l-4.38-.37L12 6.09l-1.71 4.04l-4.38.37l3.32 2.88l-.99 4.28L12 15.39z"/></svg> </template>
CSS
.icon-star-settings-outline {
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%22M11%2022h2v2h-2zm-4%202h2v-2H7zm8%200h2v-2h-2zm1.54-10.03L18.18%2021L12%2017.27L5.82%2021l1.63-7.03L2%209.24l7.19-.61L12%202l2.81%206.63l7.19.61zm-.78%203.69l-.99-4.28l3.32-2.88l-4.38-.37L12%206.09l-1.71%204.04l-4.38.37l3.32%202.88l-.99%204.28L12%2015.39z%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%22M11%2022h2v2h-2zm-4%202h2v-2H7zm8%200h2v-2h-2zm1.54-10.03L18.18%2021L12%2017.27L5.82%2021l1.63-7.03L2%209.24l7.19-.61L12%202l2.81%206.63l7.19.61zm-.78%203.69l-.99-4.28l3.32-2.88l-4.38-.37L12%206.09l-1.71%204.04l-4.38.37l3.32%202.88l-.99%204.28L12%2015.39z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/star-settings-outline.svg?color=%231a73e8&size=48