insurance-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.

Name
insurance-filled
Set
Ant Design Icons
Style
Filled
Viewbox
1024×1024
License
MIT
Aliases
insurance-fill

2 other variants in Ant Design Icons

Use the insurance icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M519.9 358.8h97.9v41.6h-97.9zm347-188.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2M411.3 656h-.2c0 4.4-3.6 8-8 8h-37.3c-4.4 0-8-3.6-8-8V471.4c-7.7 9.2-15.4 17.9-23.1 26a6.04 6.04 0 0 1-10.2-2.4l-13.2-43.5c-.6-2-.2-4.1 1.2-5.6c37-43.4 64.7-95.1 82.2-153.6c1.1-3.5 5-5.3 8.4-3.7l38.6 18.3c2.7 1.3 4.1 4.4 3.2 7.2a429.2 429.2 0 0 1-33.6 79zm296.5-49.2l-26.3 35.3a5.92 5.92 0 0 1-8.9.7c-30.6-29.3-56.8-65.2-78.1-106.9V656c0 4.4-3.6 8-8 8h-36.2c-4.4 0-8-3.6-8-8V536c-22 44.7-49 80.8-80.6 107.6a5.9 5.9 0 0 1-8.9-1.4L430 605.7a6 6 0 0 1 1.6-8.1c28.6-20.3 51.9-45.2 71-76h-55.1c-4.4 0-8-3.6-8-8V478c0-4.4 3.6-8 8-8h94.9v-18.6h-65.9c-4.4 0-8-3.6-8-8V316c0-4.4 3.6-8 8-8h184.7c4.4 0 8 3.6 8 8v127.2c0 4.4-3.6 8-8 8h-66.7v18.6h98.8c4.4 0 8 3.6 8 8v35.6c0 4.4-3.6 8-8 8h-59c18.1 29.1 41.8 54.3 72.3 76.9c2.6 2.1 3.2 5.9 1.2 8.5"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignInsuranceFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M519.9 358.8h97.9v41.6h-97.9zm347-188.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2M411.3 656h-.2c0 4.4-3.6 8-8 8h-37.3c-4.4 0-8-3.6-8-8V471.4c-7.7 9.2-15.4 17.9-23.1 26a6.04 6.04 0 0 1-10.2-2.4l-13.2-43.5c-.6-2-.2-4.1 1.2-5.6c37-43.4 64.7-95.1 82.2-153.6c1.1-3.5 5-5.3 8.4-3.7l38.6 18.3c2.7 1.3 4.1 4.4 3.2 7.2a429.2 429.2 0 0 1-33.6 79zm296.5-49.2l-26.3 35.3a5.92 5.92 0 0 1-8.9.7c-30.6-29.3-56.8-65.2-78.1-106.9V656c0 4.4-3.6 8-8 8h-36.2c-4.4 0-8-3.6-8-8V536c-22 44.7-49 80.8-80.6 107.6a5.9 5.9 0 0 1-8.9-1.4L430 605.7a6 6 0 0 1 1.6-8.1c28.6-20.3 51.9-45.2 71-76h-55.1c-4.4 0-8-3.6-8-8V478c0-4.4 3.6-8 8-8h94.9v-18.6h-65.9c-4.4 0-8-3.6-8-8V316c0-4.4 3.6-8 8-8h184.7c4.4 0 8 3.6 8 8v127.2c0 4.4-3.6 8-8 8h-66.7v18.6h98.8c4.4 0 8 3.6 8 8v35.6c0 4.4-3.6 8-8 8h-59c18.1 29.1 41.8 54.3 72.3 76.9c2.6 2.1 3.2 5.9 1.2 8.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M519.9 358.8h97.9v41.6h-97.9zm347-188.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2M411.3 656h-.2c0 4.4-3.6 8-8 8h-37.3c-4.4 0-8-3.6-8-8V471.4c-7.7 9.2-15.4 17.9-23.1 26a6.04 6.04 0 0 1-10.2-2.4l-13.2-43.5c-.6-2-.2-4.1 1.2-5.6c37-43.4 64.7-95.1 82.2-153.6c1.1-3.5 5-5.3 8.4-3.7l38.6 18.3c2.7 1.3 4.1 4.4 3.2 7.2a429.2 429.2 0 0 1-33.6 79zm296.5-49.2l-26.3 35.3a5.92 5.92 0 0 1-8.9.7c-30.6-29.3-56.8-65.2-78.1-106.9V656c0 4.4-3.6 8-8 8h-36.2c-4.4 0-8-3.6-8-8V536c-22 44.7-49 80.8-80.6 107.6a5.9 5.9 0 0 1-8.9-1.4L430 605.7a6 6 0 0 1 1.6-8.1c28.6-20.3 51.9-45.2 71-76h-55.1c-4.4 0-8-3.6-8-8V478c0-4.4 3.6-8 8-8h94.9v-18.6h-65.9c-4.4 0-8-3.6-8-8V316c0-4.4 3.6-8 8-8h184.7c4.4 0 8 3.6 8 8v127.2c0 4.4-3.6 8-8 8h-66.7v18.6h98.8c4.4 0 8 3.6 8 8v35.6c0 4.4-3.6 8-8 8h-59c18.1 29.1 41.8 54.3 72.3 76.9c2.6 2.1 3.2 5.9 1.2 8.5"/></svg>
</template>

CSS

.icon-insurance-filled {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M519.9%20358.8h97.9v41.6h-97.9zm347-188.9L527.1%2054.1C523%2052.7%20517.5%2052%20512%2052s-11%20.7-15.1%202.1L157.1%20169.9c-8.3%202.8-15.1%2012.4-15.1%2021.2v482.4c0%208.8%205.7%2020.4%2012.6%2025.9L499.3%20968c3.5%202.7%208%204.1%2012.6%204.1s9.2-1.4%2012.6-4.1l344.7-268.6c6.9-5.4%2012.6-17%2012.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2M411.3%20656h-.2c0%204.4-3.6%208-8%208h-37.3c-4.4%200-8-3.6-8-8V471.4c-7.7%209.2-15.4%2017.9-23.1%2026a6.04%206.04%200%200%201-10.2-2.4l-13.2-43.5c-.6-2-.2-4.1%201.2-5.6c37-43.4%2064.7-95.1%2082.2-153.6c1.1-3.5%205-5.3%208.4-3.7l38.6%2018.3c2.7%201.3%204.1%204.4%203.2%207.2a429.2%20429.2%200%200%201-33.6%2079zm296.5-49.2l-26.3%2035.3a5.92%205.92%200%200%201-8.9.7c-30.6-29.3-56.8-65.2-78.1-106.9V656c0%204.4-3.6%208-8%208h-36.2c-4.4%200-8-3.6-8-8V536c-22%2044.7-49%2080.8-80.6%20107.6a5.9%205.9%200%200%201-8.9-1.4L430%20605.7a6%206%200%200%201%201.6-8.1c28.6-20.3%2051.9-45.2%2071-76h-55.1c-4.4%200-8-3.6-8-8V478c0-4.4%203.6-8%208-8h94.9v-18.6h-65.9c-4.4%200-8-3.6-8-8V316c0-4.4%203.6-8%208-8h184.7c4.4%200%208%203.6%208%208v127.2c0%204.4-3.6%208-8%208h-66.7v18.6h98.8c4.4%200%208%203.6%208%208v35.6c0%204.4-3.6%208-8%208h-59c18.1%2029.1%2041.8%2054.3%2072.3%2076.9c2.6%202.1%203.2%205.9%201.2%208.5%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M519.9%20358.8h97.9v41.6h-97.9zm347-188.9L527.1%2054.1C523%2052.7%20517.5%2052%20512%2052s-11%20.7-15.1%202.1L157.1%20169.9c-8.3%202.8-15.1%2012.4-15.1%2021.2v482.4c0%208.8%205.7%2020.4%2012.6%2025.9L499.3%20968c3.5%202.7%208%204.1%2012.6%204.1s9.2-1.4%2012.6-4.1l344.7-268.6c6.9-5.4%2012.6-17%2012.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2M411.3%20656h-.2c0%204.4-3.6%208-8%208h-37.3c-4.4%200-8-3.6-8-8V471.4c-7.7%209.2-15.4%2017.9-23.1%2026a6.04%206.04%200%200%201-10.2-2.4l-13.2-43.5c-.6-2-.2-4.1%201.2-5.6c37-43.4%2064.7-95.1%2082.2-153.6c1.1-3.5%205-5.3%208.4-3.7l38.6%2018.3c2.7%201.3%204.1%204.4%203.2%207.2a429.2%20429.2%200%200%201-33.6%2079zm296.5-49.2l-26.3%2035.3a5.92%205.92%200%200%201-8.9.7c-30.6-29.3-56.8-65.2-78.1-106.9V656c0%204.4-3.6%208-8%208h-36.2c-4.4%200-8-3.6-8-8V536c-22%2044.7-49%2080.8-80.6%20107.6a5.9%205.9%200%200%201-8.9-1.4L430%20605.7a6%206%200%200%201%201.6-8.1c28.6-20.3%2051.9-45.2%2071-76h-55.1c-4.4%200-8-3.6-8-8V478c0-4.4%203.6-8%208-8h94.9v-18.6h-65.9c-4.4%200-8-3.6-8-8V316c0-4.4%203.6-8%208-8h184.7c4.4%200%208%203.6%208%208v127.2c0%204.4-3.6%208-8%208h-66.7v18.6h98.8c4.4%200%208%203.6%208%208v35.6c0%204.4-3.6%208-8%208h-59c18.1%2029.1%2041.8%2054.3%2072.3%2076.9c2.6%202.1%203.2%205.9%201.2%208.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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