reconciliation icon
reconciliation-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- reconciliation-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- reconciliation, reconciliation-outline
2 other variants in Ant Design Icons
Use the reconciliation icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M676 565c-50.8 0-92 41.2-92 92s41.2 92 92 92s92-41.2 92-92s-41.2-92-92-92m0 126c-18.8 0-34-15.2-34-34s15.2-34 34-34s34 15.2 34 34s-15.2 34-34 34m204-523H668c0-30.9-25.1-56-56-56h-80c-30.9 0-56 25.1-56 56H264c-17.7 0-32 14.3-32 32v200h-88c-17.7 0-32 14.3-32 32v448c0 17.7 14.3 32 32 32h336c17.7 0 32-14.3 32-32v-16h368c17.7 0 32-14.3 32-32V200c0-17.7-14.3-32-32-32m-412 64h72v-56h64v56h72v48H468zm-20 616H176V616h272zm0-296H176v-88h272zm392 240H512V432c0-17.7-14.3-32-32-32H304V240h100v104h336V240h100zM704 408v96c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-96c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8M592 512h48c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignReconciliationOutlined(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="M676 565c-50.8 0-92 41.2-92 92s41.2 92 92 92s92-41.2 92-92s-41.2-92-92-92m0 126c-18.8 0-34-15.2-34-34s15.2-34 34-34s34 15.2 34 34s-15.2 34-34 34m204-523H668c0-30.9-25.1-56-56-56h-80c-30.9 0-56 25.1-56 56H264c-17.7 0-32 14.3-32 32v200h-88c-17.7 0-32 14.3-32 32v448c0 17.7 14.3 32 32 32h336c17.7 0 32-14.3 32-32v-16h368c17.7 0 32-14.3 32-32V200c0-17.7-14.3-32-32-32m-412 64h72v-56h64v56h72v48H468zm-20 616H176V616h272zm0-296H176v-88h272zm392 240H512V432c0-17.7-14.3-32-32-32H304V240h100v104h336V240h100zM704 408v96c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-96c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8M592 512h48c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M676 565c-50.8 0-92 41.2-92 92s41.2 92 92 92s92-41.2 92-92s-41.2-92-92-92m0 126c-18.8 0-34-15.2-34-34s15.2-34 34-34s34 15.2 34 34s-15.2 34-34 34m204-523H668c0-30.9-25.1-56-56-56h-80c-30.9 0-56 25.1-56 56H264c-17.7 0-32 14.3-32 32v200h-88c-17.7 0-32 14.3-32 32v448c0 17.7 14.3 32 32 32h336c17.7 0 32-14.3 32-32v-16h368c17.7 0 32-14.3 32-32V200c0-17.7-14.3-32-32-32m-412 64h72v-56h64v56h72v48H468zm-20 616H176V616h272zm0-296H176v-88h272zm392 240H512V432c0-17.7-14.3-32-32-32H304V240h100v104h336V240h100zM704 408v96c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-96c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8M592 512h48c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8"/></svg> </template>
CSS
.icon-reconciliation-outlined {
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%22M676%20565c-50.8%200-92%2041.2-92%2092s41.2%2092%2092%2092s92-41.2%2092-92s-41.2-92-92-92m0%20126c-18.8%200-34-15.2-34-34s15.2-34%2034-34s34%2015.2%2034%2034s-15.2%2034-34%2034m204-523H668c0-30.9-25.1-56-56-56h-80c-30.9%200-56%2025.1-56%2056H264c-17.7%200-32%2014.3-32%2032v200h-88c-17.7%200-32%2014.3-32%2032v448c0%2017.7%2014.3%2032%2032%2032h336c17.7%200%2032-14.3%2032-32v-16h368c17.7%200%2032-14.3%2032-32V200c0-17.7-14.3-32-32-32m-412%2064h72v-56h64v56h72v48H468zm-20%20616H176V616h272zm0-296H176v-88h272zm392%20240H512V432c0-17.7-14.3-32-32-32H304V240h100v104h336V240h100zM704%20408v96c0%204.4%203.6%208%208%208h48c4.4%200%208-3.6%208-8v-96c0-4.4-3.6-8-8-8h-48c-4.4%200-8%203.6-8%208M592%20512h48c4.4%200%208-3.6%208-8v-56c0-4.4-3.6-8-8-8h-48c-4.4%200-8%203.6-8%208v56c0%204.4%203.6%208%208%208%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%22M676%20565c-50.8%200-92%2041.2-92%2092s41.2%2092%2092%2092s92-41.2%2092-92s-41.2-92-92-92m0%20126c-18.8%200-34-15.2-34-34s15.2-34%2034-34s34%2015.2%2034%2034s-15.2%2034-34%2034m204-523H668c0-30.9-25.1-56-56-56h-80c-30.9%200-56%2025.1-56%2056H264c-17.7%200-32%2014.3-32%2032v200h-88c-17.7%200-32%2014.3-32%2032v448c0%2017.7%2014.3%2032%2032%2032h336c17.7%200%2032-14.3%2032-32v-16h368c17.7%200%2032-14.3%2032-32V200c0-17.7-14.3-32-32-32m-412%2064h72v-56h64v56h72v48H468zm-20%20616H176V616h272zm0-296H176v-88h272zm392%20240H512V432c0-17.7-14.3-32-32-32H304V240h100v104h336V240h100zM704%20408v96c0%204.4%203.6%208%208%208h48c4.4%200%208-3.6%208-8v-96c0-4.4-3.6-8-8-8h-48c-4.4%200-8%203.6-8%208M592%20512h48c4.4%200%208-3.6%208-8v-56c0-4.4-3.6-8-8-8h-48c-4.4%200-8%203.6-8%208v56c0%204.4%203.6%208%208%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/reconciliation-outlined.svg?color=%231a73e8&size=48