card account details star icon
card-account-details-star-outline from Material Design Icons by Pictogrammers · Outline · Account / User · Apache-2.0 Free for personal and commercial use.
- Name
- card-account-details-star-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Account / User
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- card-account-details-favorite-outline
1 other variant in Material Design Icons
More account / user icons from Material Design Icons
accountaccount-alertaccount-arrow-downaccount-arrow-leftaccount-arrow-rightaccount-arrow-upaccount-badgeaccount-boxaccount-box-edit-outlineaccount-box-minus-outlineaccount-box-multipleaccount-box-plus-outlineaccount-cancelaccount-cardaccount-cashaccount-checkaccount-childaccount-child-circleaccount-circleaccount-clockaccount-cogaccount-convertaccount-cowboy-hataccount-credit-card
Use the card account details star icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20 22.09l2.45 1.49l-.65-2.81l2.2-1.88l-2.89-.25L20 16l-1.13 2.64l-2.87.25l2.18 1.88l-.68 2.81zM14.08 21H2a2.074 2.074 0 0 1-2-2V5c.04-1.09.91-1.96 2-2h20c1.09.04 1.96.91 2 2v10.53c-.58-.53-1.25-.92-2-1.19V5H2v14h12.08c-.05.33-.08.66-.08 1s.03.68.08 1M14 17H4v-1.25c0-1.66 3.34-2.5 5-2.5s5 .84 5 2.5zm0-6h4v1h-4zM9 7C7.63 7 6.5 8.13 6.5 9.5S7.63 12 9 12s2.5-1.13 2.5-2.5S10.37 7 9 7m5 2h6v1h-6zm0-2h6v1h-6z"/></svg>
React
import type { SVGProps } from "react";
export function MdiCardAccountDetailsStarOutline(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="m20 22.09l2.45 1.49l-.65-2.81l2.2-1.88l-2.89-.25L20 16l-1.13 2.64l-2.87.25l2.18 1.88l-.68 2.81zM14.08 21H2a2.074 2.074 0 0 1-2-2V5c.04-1.09.91-1.96 2-2h20c1.09.04 1.96.91 2 2v10.53c-.58-.53-1.25-.92-2-1.19V5H2v14h12.08c-.05.33-.08.66-.08 1s.03.68.08 1M14 17H4v-1.25c0-1.66 3.34-2.5 5-2.5s5 .84 5 2.5zm0-6h4v1h-4zM9 7C7.63 7 6.5 8.13 6.5 9.5S7.63 12 9 12s2.5-1.13 2.5-2.5S10.37 7 9 7m5 2h6v1h-6zm0-2h6v1h-6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20 22.09l2.45 1.49l-.65-2.81l2.2-1.88l-2.89-.25L20 16l-1.13 2.64l-2.87.25l2.18 1.88l-.68 2.81zM14.08 21H2a2.074 2.074 0 0 1-2-2V5c.04-1.09.91-1.96 2-2h20c1.09.04 1.96.91 2 2v10.53c-.58-.53-1.25-.92-2-1.19V5H2v14h12.08c-.05.33-.08.66-.08 1s.03.68.08 1M14 17H4v-1.25c0-1.66 3.34-2.5 5-2.5s5 .84 5 2.5zm0-6h4v1h-4zM9 7C7.63 7 6.5 8.13 6.5 9.5S7.63 12 9 12s2.5-1.13 2.5-2.5S10.37 7 9 7m5 2h6v1h-6zm0-2h6v1h-6z"/></svg> </template>
CSS
.icon-card-account-details-star-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%22m20%2022.09l2.45%201.49l-.65-2.81l2.2-1.88l-2.89-.25L20%2016l-1.13%202.64l-2.87.25l2.18%201.88l-.68%202.81zM14.08%2021H2a2.074%202.074%200%200%201-2-2V5c.04-1.09.91-1.96%202-2h20c1.09.04%201.96.91%202%202v10.53c-.58-.53-1.25-.92-2-1.19V5H2v14h12.08c-.05.33-.08.66-.08%201s.03.68.08%201M14%2017H4v-1.25c0-1.66%203.34-2.5%205-2.5s5%20.84%205%202.5zm0-6h4v1h-4zM9%207C7.63%207%206.5%208.13%206.5%209.5S7.63%2012%209%2012s2.5-1.13%202.5-2.5S10.37%207%209%207m5%202h6v1h-6zm0-2h6v1h-6z%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%22m20%2022.09l2.45%201.49l-.65-2.81l2.2-1.88l-2.89-.25L20%2016l-1.13%202.64l-2.87.25l2.18%201.88l-.68%202.81zM14.08%2021H2a2.074%202.074%200%200%201-2-2V5c.04-1.09.91-1.96%202-2h20c1.09.04%201.96.91%202%202v10.53c-.58-.53-1.25-.92-2-1.19V5H2v14h12.08c-.05.33-.08.66-.08%201s.03.68.08%201M14%2017H4v-1.25c0-1.66%203.34-2.5%205-2.5s5%20.84%205%202.5zm0-6h4v1h-4zM9%207C7.63%207%206.5%208.13%206.5%209.5S7.63%2012%209%2012s2.5-1.13%202.5-2.5S10.37%207%209%207m5%202h6v1h-6zm0-2h6v1h-6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/card-account-details-star-outline.svg?color=%231a73e8&size=48