insurance icon
insurance-twotone from Ant Design Icons by HeskeyBaozi · TwoTone · MIT Free for personal and commercial use.
- Name
- insurance-twotone
- Set
- Ant Design Icons
- Style
- TwoTone
- Viewbox
- 1024×1024
- License
- MIT
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="M866.9 169.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.2M810 654.3L512 886.5L214 654.3V226.7l298-101.6l298 101.6z"/><path fill="currentColor" fill-opacity=".15" d="M521.9 358.8h97.9v41.6h-97.9z"/><path fill="currentColor" fill-opacity=".15" d="M214 226.7v427.6l298 232.2l298-232.2V226.7L512 125.1zM413.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 79zm257.9-340v127.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.5l-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.6a6.38 6.38 0 0 1-4.8 1.4c-1.7-.3-3.2-1.3-4.1-2.8L432 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 8"/><path fill="currentColor" d="m443.7 306.9l-38.6-18.3c-3.4-1.6-7.3.2-8.4 3.7c-17.5 58.5-45.2 110.2-82.2 153.6a5.7 5.7 0 0 0-1.2 5.6l13.2 43.5c1.4 4.5 7 5.8 10.2 2.4c7.7-8.1 15.4-16.8 23.1-26V656c0 4.4 3.6 8 8 8h37.3c4.4 0 8-3.6 8-8h.2V393.1a429.2 429.2 0 0 0 33.6-79c.9-2.8-.5-5.9-3.2-7.2m26.8 9.1v127.4c0 4.4 3.6 8 8 8h65.9V470h-94.9c-4.4 0-8 3.6-8 8v35.6c0 4.4 3.6 8 8 8h55.1c-19.1 30.8-42.4 55.7-71 76a6 6 0 0 0-1.6 8.1l22.8 36.5c.9 1.5 2.4 2.5 4.1 2.8s3.5-.2 4.8-1.4c31.6-26.8 58.6-62.9 80.6-107.6v120c0 4.4 3.6 8 8 8h36.2c4.4 0 8-3.6 8-8V535.9c21.3 41.7 47.5 77.6 78.1 106.9c2.6 2.5 6.7 2.2 8.9-.7l26.3-35.3c2-2.6 1.4-6.4-1.2-8.5c-30.5-22.6-54.2-47.8-72.3-76.9h59c4.4 0 8-3.6 8-8v-35.6c0-4.4-3.6-8-8-8h-98.8v-18.6h66.7c4.4 0 8-3.6 8-8V316c0-4.4-3.6-8-8-8H478.5c-4.4 0-8 3.6-8 8m51.4 42.8h97.9v41.6h-97.9z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignInsuranceTwotone(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="M866.9 169.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.2M810 654.3L512 886.5L214 654.3V226.7l298-101.6l298 101.6z"/><path fill="currentColor" fillOpacity=".15" d="M521.9 358.8h97.9v41.6h-97.9z"/><path fill="currentColor" fillOpacity=".15" d="M214 226.7v427.6l298 232.2l298-232.2V226.7L512 125.1zM413.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 79zm257.9-340v127.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.5l-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.6a6.38 6.38 0 0 1-4.8 1.4c-1.7-.3-3.2-1.3-4.1-2.8L432 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 8"/><path fill="currentColor" d="m443.7 306.9l-38.6-18.3c-3.4-1.6-7.3.2-8.4 3.7c-17.5 58.5-45.2 110.2-82.2 153.6a5.7 5.7 0 0 0-1.2 5.6l13.2 43.5c1.4 4.5 7 5.8 10.2 2.4c7.7-8.1 15.4-16.8 23.1-26V656c0 4.4 3.6 8 8 8h37.3c4.4 0 8-3.6 8-8h.2V393.1a429.2 429.2 0 0 0 33.6-79c.9-2.8-.5-5.9-3.2-7.2m26.8 9.1v127.4c0 4.4 3.6 8 8 8h65.9V470h-94.9c-4.4 0-8 3.6-8 8v35.6c0 4.4 3.6 8 8 8h55.1c-19.1 30.8-42.4 55.7-71 76a6 6 0 0 0-1.6 8.1l22.8 36.5c.9 1.5 2.4 2.5 4.1 2.8s3.5-.2 4.8-1.4c31.6-26.8 58.6-62.9 80.6-107.6v120c0 4.4 3.6 8 8 8h36.2c4.4 0 8-3.6 8-8V535.9c21.3 41.7 47.5 77.6 78.1 106.9c2.6 2.5 6.7 2.2 8.9-.7l26.3-35.3c2-2.6 1.4-6.4-1.2-8.5c-30.5-22.6-54.2-47.8-72.3-76.9h59c4.4 0 8-3.6 8-8v-35.6c0-4.4-3.6-8-8-8h-98.8v-18.6h66.7c4.4 0 8-3.6 8-8V316c0-4.4-3.6-8-8-8H478.5c-4.4 0-8 3.6-8 8m51.4 42.8h97.9v41.6h-97.9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M866.9 169.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.2M810 654.3L512 886.5L214 654.3V226.7l298-101.6l298 101.6z"/><path fill="currentColor" fill-opacity=".15" d="M521.9 358.8h97.9v41.6h-97.9z"/><path fill="currentColor" fill-opacity=".15" d="M214 226.7v427.6l298 232.2l298-232.2V226.7L512 125.1zM413.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 79zm257.9-340v127.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.5l-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.6a6.38 6.38 0 0 1-4.8 1.4c-1.7-.3-3.2-1.3-4.1-2.8L432 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 8"/><path fill="currentColor" d="m443.7 306.9l-38.6-18.3c-3.4-1.6-7.3.2-8.4 3.7c-17.5 58.5-45.2 110.2-82.2 153.6a5.7 5.7 0 0 0-1.2 5.6l13.2 43.5c1.4 4.5 7 5.8 10.2 2.4c7.7-8.1 15.4-16.8 23.1-26V656c0 4.4 3.6 8 8 8h37.3c4.4 0 8-3.6 8-8h.2V393.1a429.2 429.2 0 0 0 33.6-79c.9-2.8-.5-5.9-3.2-7.2m26.8 9.1v127.4c0 4.4 3.6 8 8 8h65.9V470h-94.9c-4.4 0-8 3.6-8 8v35.6c0 4.4 3.6 8 8 8h55.1c-19.1 30.8-42.4 55.7-71 76a6 6 0 0 0-1.6 8.1l22.8 36.5c.9 1.5 2.4 2.5 4.1 2.8s3.5-.2 4.8-1.4c31.6-26.8 58.6-62.9 80.6-107.6v120c0 4.4 3.6 8 8 8h36.2c4.4 0 8-3.6 8-8V535.9c21.3 41.7 47.5 77.6 78.1 106.9c2.6 2.5 6.7 2.2 8.9-.7l26.3-35.3c2-2.6 1.4-6.4-1.2-8.5c-30.5-22.6-54.2-47.8-72.3-76.9h59c4.4 0 8-3.6 8-8v-35.6c0-4.4-3.6-8-8-8h-98.8v-18.6h66.7c4.4 0 8-3.6 8-8V316c0-4.4-3.6-8-8-8H478.5c-4.4 0-8 3.6-8 8m51.4 42.8h97.9v41.6h-97.9z"/></svg> </template>
CSS
.icon-insurance-twotone {
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%22M866.9%20169.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.2M810%20654.3L512%20886.5L214%20654.3V226.7l298-101.6l298%20101.6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M521.9%20358.8h97.9v41.6h-97.9z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M214%20226.7v427.6l298%20232.2l298-232.2V226.7L512%20125.1zM413.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%2079zm257.9-340v127.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.5l-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.6a6.38%206.38%200%200%201-4.8%201.4c-1.7-.3-3.2-1.3-4.1-2.8L432%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%208%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m443.7%20306.9l-38.6-18.3c-3.4-1.6-7.3.2-8.4%203.7c-17.5%2058.5-45.2%20110.2-82.2%20153.6a5.7%205.7%200%200%200-1.2%205.6l13.2%2043.5c1.4%204.5%207%205.8%2010.2%202.4c7.7-8.1%2015.4-16.8%2023.1-26V656c0%204.4%203.6%208%208%208h37.3c4.4%200%208-3.6%208-8h.2V393.1a429.2%20429.2%200%200%200%2033.6-79c.9-2.8-.5-5.9-3.2-7.2m26.8%209.1v127.4c0%204.4%203.6%208%208%208h65.9V470h-94.9c-4.4%200-8%203.6-8%208v35.6c0%204.4%203.6%208%208%208h55.1c-19.1%2030.8-42.4%2055.7-71%2076a6%206%200%200%200-1.6%208.1l22.8%2036.5c.9%201.5%202.4%202.5%204.1%202.8s3.5-.2%204.8-1.4c31.6-26.8%2058.6-62.9%2080.6-107.6v120c0%204.4%203.6%208%208%208h36.2c4.4%200%208-3.6%208-8V535.9c21.3%2041.7%2047.5%2077.6%2078.1%20106.9c2.6%202.5%206.7%202.2%208.9-.7l26.3-35.3c2-2.6%201.4-6.4-1.2-8.5c-30.5-22.6-54.2-47.8-72.3-76.9h59c4.4%200%208-3.6%208-8v-35.6c0-4.4-3.6-8-8-8h-98.8v-18.6h66.7c4.4%200%208-3.6%208-8V316c0-4.4-3.6-8-8-8H478.5c-4.4%200-8%203.6-8%208m51.4%2042.8h97.9v41.6h-97.9z%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%22M866.9%20169.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.2M810%20654.3L512%20886.5L214%20654.3V226.7l298-101.6l298%20101.6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M521.9%20358.8h97.9v41.6h-97.9z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M214%20226.7v427.6l298%20232.2l298-232.2V226.7L512%20125.1zM413.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%2079zm257.9-340v127.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.5l-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.6a6.38%206.38%200%200%201-4.8%201.4c-1.7-.3-3.2-1.3-4.1-2.8L432%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%208%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m443.7%20306.9l-38.6-18.3c-3.4-1.6-7.3.2-8.4%203.7c-17.5%2058.5-45.2%20110.2-82.2%20153.6a5.7%205.7%200%200%200-1.2%205.6l13.2%2043.5c1.4%204.5%207%205.8%2010.2%202.4c7.7-8.1%2015.4-16.8%2023.1-26V656c0%204.4%203.6%208%208%208h37.3c4.4%200%208-3.6%208-8h.2V393.1a429.2%20429.2%200%200%200%2033.6-79c.9-2.8-.5-5.9-3.2-7.2m26.8%209.1v127.4c0%204.4%203.6%208%208%208h65.9V470h-94.9c-4.4%200-8%203.6-8%208v35.6c0%204.4%203.6%208%208%208h55.1c-19.1%2030.8-42.4%2055.7-71%2076a6%206%200%200%200-1.6%208.1l22.8%2036.5c.9%201.5%202.4%202.5%204.1%202.8s3.5-.2%204.8-1.4c31.6-26.8%2058.6-62.9%2080.6-107.6v120c0%204.4%203.6%208%208%208h36.2c4.4%200%208-3.6%208-8V535.9c21.3%2041.7%2047.5%2077.6%2078.1%20106.9c2.6%202.5%206.7%202.2%208.9-.7l26.3-35.3c2-2.6%201.4-6.4-1.2-8.5c-30.5-22.6-54.2-47.8-72.3-76.9h59c4.4%200%208-3.6%208-8v-35.6c0-4.4-3.6-8-8-8h-98.8v-18.6h66.7c4.4%200%208-3.6%208-8V316c0-4.4-3.6-8-8-8H478.5c-4.4%200-8%203.6-8%208m51.4%2042.8h97.9v41.6h-97.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/insurance-twotone.svg?color=%231a73e8&size=48