card account details star icon

card-account-details-star from Material Design Icons by Pictogrammers · Filled · Account / User · Apache-2.0 Free for personal and commercial use.

Name
card-account-details-star
Set
Material Design Icons
Style
Filled
Category
Account / User
Viewbox
24×24
License
Apache 2.0
Aliases
card-account-details-favorite

1 other variant in Material Design Icons

More account / user icons from Material Design Icons

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 21H2c-1.05 0-2-.95-2-2V5c0-1.05.95-2 2-2h20c1.05 0 2 .95 2 2v10.53A5.97 5.97 0 0 0 20 14c-3.31 0-6 2.69-6 6c0 .34.03.68.08 1M8 13.91C6 13.91 2 15 2 17v1h12v-1c0-2-4-3.09-6-3.09M8 6C6.35 6 5 7.35 5 9s1.35 3 3 3s3-1.35 3-3s-1.35-3-3-3m13 4h-7v1h7zm1-2h-8v1h8zm0-2h-8v1h8z"/></svg>

React

import type { SVGProps } from "react";

export function MdiCardAccountDetailsStar(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 21H2c-1.05 0-2-.95-2-2V5c0-1.05.95-2 2-2h20c1.05 0 2 .95 2 2v10.53A5.97 5.97 0 0 0 20 14c-3.31 0-6 2.69-6 6c0 .34.03.68.08 1M8 13.91C6 13.91 2 15 2 17v1h12v-1c0-2-4-3.09-6-3.09M8 6C6.35 6 5 7.35 5 9s1.35 3 3 3s3-1.35 3-3s-1.35-3-3-3m13 4h-7v1h7zm1-2h-8v1h8zm0-2h-8v1h8z"/></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 21H2c-1.05 0-2-.95-2-2V5c0-1.05.95-2 2-2h20c1.05 0 2 .95 2 2v10.53A5.97 5.97 0 0 0 20 14c-3.31 0-6 2.69-6 6c0 .34.03.68.08 1M8 13.91C6 13.91 2 15 2 17v1h12v-1c0-2-4-3.09-6-3.09M8 6C6.35 6 5 7.35 5 9s1.35 3 3 3s3-1.35 3-3s-1.35-3-3-3m13 4h-7v1h7zm1-2h-8v1h8zm0-2h-8v1h8z"/></svg>
</template>

CSS

.icon-card-account-details-star {
  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%2021H2c-1.05%200-2-.95-2-2V5c0-1.05.95-2%202-2h20c1.05%200%202%20.95%202%202v10.53A5.97%205.97%200%200%200%2020%2014c-3.31%200-6%202.69-6%206c0%20.34.03.68.08%201M8%2013.91C6%2013.91%202%2015%202%2017v1h12v-1c0-2-4-3.09-6-3.09M8%206C6.35%206%205%207.35%205%209s1.35%203%203%203s3-1.35%203-3s-1.35-3-3-3m13%204h-7v1h7zm1-2h-8v1h8zm0-2h-8v1h8z%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%2021H2c-1.05%200-2-.95-2-2V5c0-1.05.95-2%202-2h20c1.05%200%202%20.95%202%202v10.53A5.97%205.97%200%200%200%2020%2014c-3.31%200-6%202.69-6%206c0%20.34.03.68.08%201M8%2013.91C6%2013.91%202%2015%202%2017v1h12v-1c0-2-4-3.09-6-3.09M8%206C6.35%206%205%207.35%205%209s1.35%203%203%203s3-1.35%203-3s-1.35-3-3-3m13%204h-7v1h7zm1-2h-8v1h8zm0-2h-8v1h8z%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.svg?color=%231a73e8&size=48