insurance card icon

insurance-card from Health Icons by Resolve to Save Lives · Filled · Objects · MIT Free for personal and commercial use.

Name
insurance-card
Set
Health Icons
Style
Filled
Category
Objects
Viewbox
48×48
License
MIT

1 other variant in Health Icons

More objects icons from Health Icons

Use the insurance card icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M7 10a3 3 0 0 0-3 3v22a3 3 0 0 0 3 3h34a3 3 0 0 0 3-3V13a3 3 0 0 0-3-3zm30 10a4 4 0 1 1-8 0a4 4 0 0 1 8 0m-13-1H10v-2h14zm0 4H10v-2h14zm-14 4h14v-2H10zm14 4H10v-2h14zm6.392-5.522A2 2 0 0 0 28 27.44V32h10v-4.56a2 2 0 0 0-2.392-1.962l-2.216.444a2 2 0 0 1-.784 0z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsInsuranceCard(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M7 10a3 3 0 0 0-3 3v22a3 3 0 0 0 3 3h34a3 3 0 0 0 3-3V13a3 3 0 0 0-3-3zm30 10a4 4 0 1 1-8 0a4 4 0 0 1 8 0m-13-1H10v-2h14zm0 4H10v-2h14zm-14 4h14v-2H10zm14 4H10v-2h14zm6.392-5.522A2 2 0 0 0 28 27.44V32h10v-4.56a2 2 0 0 0-2.392-1.962l-2.216.444a2 2 0 0 1-.784 0z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M7 10a3 3 0 0 0-3 3v22a3 3 0 0 0 3 3h34a3 3 0 0 0 3-3V13a3 3 0 0 0-3-3zm30 10a4 4 0 1 1-8 0a4 4 0 0 1 8 0m-13-1H10v-2h14zm0 4H10v-2h14zm-14 4h14v-2H10zm14 4H10v-2h14zm6.392-5.522A2 2 0 0 0 28 27.44V32h10v-4.56a2 2 0 0 0-2.392-1.962l-2.216.444a2 2 0 0 1-.784 0z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-insurance-card {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7%2010a3%203%200%200%200-3%203v22a3%203%200%200%200%203%203h34a3%203%200%200%200%203-3V13a3%203%200%200%200-3-3zm30%2010a4%204%200%201%201-8%200a4%204%200%200%201%208%200m-13-1H10v-2h14zm0%204H10v-2h14zm-14%204h14v-2H10zm14%204H10v-2h14zm6.392-5.522A2%202%200%200%200%2028%2027.44V32h10v-4.56a2%202%200%200%200-2.392-1.962l-2.216.444a2%202%200%200%201-.784%200z%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7%2010a3%203%200%200%200-3%203v22a3%203%200%200%200%203%203h34a3%203%200%200%200%203-3V13a3%203%200%200%200-3-3zm30%2010a4%204%200%201%201-8%200a4%204%200%200%201%208%200m-13-1H10v-2h14zm0%204H10v-2h14zm-14%204h14v-2H10zm14%204H10v-2h14zm6.392-5.522A2%202%200%200%200%2028%2027.44V32h10v-4.56a2%202%200%200%200-2.392-1.962l-2.216.444a2%202%200%200%201-.784%200z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/insurance-card.svg?color=%231a73e8&size=48