card-membership-rounded from Material Symbols Light by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.

Name
card-membership-rounded
Set
Material Symbols Light
Style
Rounded
Category
Business
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More business icons from Material Symbols Light

Use the card membership icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.616 3h14.769q.69 0 1.152.463T21 4.615v9.77q0 .69-.463 1.152T19.385 16h-4.462v2.952q0 .46-.379.699t-.783.028l-1.407-.685q-.162-.086-.354-.086t-.354.086l-1.408.685q-.403.212-.782-.028t-.379-.699V16H4.616q-.691 0-1.153-.462T3 14.385v-9.77q0-.69.463-1.153T4.615 3M4 12.577h16v-2.154H4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCardMembershipRounded(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="M4.616 3h14.769q.69 0 1.152.463T21 4.615v9.77q0 .69-.463 1.152T19.385 16h-4.462v2.952q0 .46-.379.699t-.783.028l-1.407-.685q-.162-.086-.354-.086t-.354.086l-1.408.685q-.403.212-.782-.028t-.379-.699V16H4.616q-.691 0-1.153-.462T3 14.385v-9.77q0-.69.463-1.153T4.615 3M4 12.577h16v-2.154H4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.616 3h14.769q.69 0 1.152.463T21 4.615v9.77q0 .69-.463 1.152T19.385 16h-4.462v2.952q0 .46-.379.699t-.783.028l-1.407-.685q-.162-.086-.354-.086t-.354.086l-1.408.685q-.403.212-.782-.028t-.379-.699V16H4.616q-.691 0-1.153-.462T3 14.385v-9.77q0-.69.463-1.153T4.615 3M4 12.577h16v-2.154H4z"/></svg>
</template>

CSS

.icon-card-membership-rounded {
  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%22M4.616%203h14.769q.69%200%201.152.463T21%204.615v9.77q0%20.69-.463%201.152T19.385%2016h-4.462v2.952q0%20.46-.379.699t-.783.028l-1.407-.685q-.162-.086-.354-.086t-.354.086l-1.408.685q-.403.212-.782-.028t-.379-.699V16H4.616q-.691%200-1.153-.462T3%2014.385v-9.77q0-.69.463-1.153T4.615%203M4%2012.577h16v-2.154H4z%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%22M4.616%203h14.769q.69%200%201.152.463T21%204.615v9.77q0%20.69-.463%201.152T19.385%2016h-4.462v2.952q0%20.46-.379.699t-.783.028l-1.407-.685q-.162-.086-.354-.086t-.354.086l-1.408.685q-.403.212-.782-.028t-.379-.699V16H4.616q-.691%200-1.153-.462T3%2014.385v-9.77q0-.69.463-1.153T4.615%203M4%2012.577h16v-2.154H4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/card-membership-rounded.svg?color=%231a73e8&size=48