account-book-twotone from Ant Design Icons by HeskeyBaozi · TwoTone · MIT Free for personal and commercial use.

Name
account-book-twotone
Set
Ant Design Icons
Style
TwoTone
Viewbox
1024×1024
License
MIT

2 other variants in Ant Design Icons

Use the account book icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-opacity=".15" d="M712 304c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H384v48c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H184v584h656V256H712zm-65.6 121.8l-89.3 164.1h49.1c4.4 0 8 3.6 8 8v21.3c0 4.4-3.6 8-8 8h-65.4v33.7h65.4c4.4 0 8 3.6 8 8v21.3c0 4.4-3.6 8-8 8h-65.4V752c0 4.4-3.6 8-8 8h-41.3c-4.4 0-8-3.6-8-8v-53.8h-65.1c-4.4 0-8-3.6-8-8v-21.3c0-4.4 3.6-8 8-8h65.1v-33.7h-65.1c-4.4 0-8-3.6-8-8v-21.3c0-4.4 3.6-8 8-8H467l-89.3-164c-2.1-3.9-.7-8.8 3.2-10.9c1.1-.7 2.5-1 3.8-1h46a8 8 0 0 1 7.1 4.4l73.4 145.4h2.8l73.4-145.4c1.3-2.7 4.1-4.4 7.1-4.4h45c4.5 0 8 3.6 7.9 8c0 1.3-.4 2.6-1 3.8"/><path fill="currentColor" d="M639.5 414h-45c-3 0-5.8 1.7-7.1 4.4L514 563.8h-2.8l-73.4-145.4a8 8 0 0 0-7.1-4.4h-46c-1.3 0-2.7.3-3.8 1c-3.9 2.1-5.3 7-3.2 10.9l89.3 164h-48.6c-4.4 0-8 3.6-8 8v21.3c0 4.4 3.6 8 8 8h65.1v33.7h-65.1c-4.4 0-8 3.6-8 8v21.3c0 4.4 3.6 8 8 8h65.1V752c0 4.4 3.6 8 8 8h41.3c4.4 0 8-3.6 8-8v-53.8h65.4c4.4 0 8-3.6 8-8v-21.3c0-4.4-3.6-8-8-8h-65.4v-33.7h65.4c4.4 0 8-3.6 8-8v-21.3c0-4.4-3.6-8-8-8h-49.1l89.3-164.1c.6-1.2 1-2.5 1-3.8c.1-4.4-3.4-8-7.9-8"/><path fill="currentColor" d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32m-40 656H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128z"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignAccountBookTwotone(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" fillOpacity=".15" d="M712 304c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H384v48c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H184v584h656V256H712zm-65.6 121.8l-89.3 164.1h49.1c4.4 0 8 3.6 8 8v21.3c0 4.4-3.6 8-8 8h-65.4v33.7h65.4c4.4 0 8 3.6 8 8v21.3c0 4.4-3.6 8-8 8h-65.4V752c0 4.4-3.6 8-8 8h-41.3c-4.4 0-8-3.6-8-8v-53.8h-65.1c-4.4 0-8-3.6-8-8v-21.3c0-4.4 3.6-8 8-8h65.1v-33.7h-65.1c-4.4 0-8-3.6-8-8v-21.3c0-4.4 3.6-8 8-8H467l-89.3-164c-2.1-3.9-.7-8.8 3.2-10.9c1.1-.7 2.5-1 3.8-1h46a8 8 0 0 1 7.1 4.4l73.4 145.4h2.8l73.4-145.4c1.3-2.7 4.1-4.4 7.1-4.4h45c4.5 0 8 3.6 7.9 8c0 1.3-.4 2.6-1 3.8"/><path fill="currentColor" d="M639.5 414h-45c-3 0-5.8 1.7-7.1 4.4L514 563.8h-2.8l-73.4-145.4a8 8 0 0 0-7.1-4.4h-46c-1.3 0-2.7.3-3.8 1c-3.9 2.1-5.3 7-3.2 10.9l89.3 164h-48.6c-4.4 0-8 3.6-8 8v21.3c0 4.4 3.6 8 8 8h65.1v33.7h-65.1c-4.4 0-8 3.6-8 8v21.3c0 4.4 3.6 8 8 8h65.1V752c0 4.4 3.6 8 8 8h41.3c4.4 0 8-3.6 8-8v-53.8h65.4c4.4 0 8-3.6 8-8v-21.3c0-4.4-3.6-8-8-8h-65.4v-33.7h65.4c4.4 0 8-3.6 8-8v-21.3c0-4.4-3.6-8-8-8h-49.1l89.3-164.1c.6-1.2 1-2.5 1-3.8c.1-4.4-3.4-8-7.9-8"/><path fill="currentColor" d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32m-40 656H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-opacity=".15" d="M712 304c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H384v48c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H184v584h656V256H712zm-65.6 121.8l-89.3 164.1h49.1c4.4 0 8 3.6 8 8v21.3c0 4.4-3.6 8-8 8h-65.4v33.7h65.4c4.4 0 8 3.6 8 8v21.3c0 4.4-3.6 8-8 8h-65.4V752c0 4.4-3.6 8-8 8h-41.3c-4.4 0-8-3.6-8-8v-53.8h-65.1c-4.4 0-8-3.6-8-8v-21.3c0-4.4 3.6-8 8-8h65.1v-33.7h-65.1c-4.4 0-8-3.6-8-8v-21.3c0-4.4 3.6-8 8-8H467l-89.3-164c-2.1-3.9-.7-8.8 3.2-10.9c1.1-.7 2.5-1 3.8-1h46a8 8 0 0 1 7.1 4.4l73.4 145.4h2.8l73.4-145.4c1.3-2.7 4.1-4.4 7.1-4.4h45c4.5 0 8 3.6 7.9 8c0 1.3-.4 2.6-1 3.8"/><path fill="currentColor" d="M639.5 414h-45c-3 0-5.8 1.7-7.1 4.4L514 563.8h-2.8l-73.4-145.4a8 8 0 0 0-7.1-4.4h-46c-1.3 0-2.7.3-3.8 1c-3.9 2.1-5.3 7-3.2 10.9l89.3 164h-48.6c-4.4 0-8 3.6-8 8v21.3c0 4.4 3.6 8 8 8h65.1v33.7h-65.1c-4.4 0-8 3.6-8 8v21.3c0 4.4 3.6 8 8 8h65.1V752c0 4.4 3.6 8 8 8h41.3c4.4 0 8-3.6 8-8v-53.8h65.4c4.4 0 8-3.6 8-8v-21.3c0-4.4-3.6-8-8-8h-65.4v-33.7h65.4c4.4 0 8-3.6 8-8v-21.3c0-4.4-3.6-8-8-8h-49.1l89.3-164.1c.6-1.2 1-2.5 1-3.8c.1-4.4-3.4-8-7.9-8"/><path fill="currentColor" d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32m-40 656H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128z"/></svg>
</template>

CSS

.icon-account-book-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%20fill-opacity%3D%22.15%22%20d%3D%22M712%20304c0%204.4-3.6%208-8%208h-56c-4.4%200-8-3.6-8-8v-48H384v48c0%204.4-3.6%208-8%208h-56c-4.4%200-8-3.6-8-8v-48H184v584h656V256H712zm-65.6%20121.8l-89.3%20164.1h49.1c4.4%200%208%203.6%208%208v21.3c0%204.4-3.6%208-8%208h-65.4v33.7h65.4c4.4%200%208%203.6%208%208v21.3c0%204.4-3.6%208-8%208h-65.4V752c0%204.4-3.6%208-8%208h-41.3c-4.4%200-8-3.6-8-8v-53.8h-65.1c-4.4%200-8-3.6-8-8v-21.3c0-4.4%203.6-8%208-8h65.1v-33.7h-65.1c-4.4%200-8-3.6-8-8v-21.3c0-4.4%203.6-8%208-8H467l-89.3-164c-2.1-3.9-.7-8.8%203.2-10.9c1.1-.7%202.5-1%203.8-1h46a8%208%200%200%201%207.1%204.4l73.4%20145.4h2.8l73.4-145.4c1.3-2.7%204.1-4.4%207.1-4.4h45c4.5%200%208%203.6%207.9%208c0%201.3-.4%202.6-1%203.8%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M639.5%20414h-45c-3%200-5.8%201.7-7.1%204.4L514%20563.8h-2.8l-73.4-145.4a8%208%200%200%200-7.1-4.4h-46c-1.3%200-2.7.3-3.8%201c-3.9%202.1-5.3%207-3.2%2010.9l89.3%20164h-48.6c-4.4%200-8%203.6-8%208v21.3c0%204.4%203.6%208%208%208h65.1v33.7h-65.1c-4.4%200-8%203.6-8%208v21.3c0%204.4%203.6%208%208%208h65.1V752c0%204.4%203.6%208%208%208h41.3c4.4%200%208-3.6%208-8v-53.8h65.4c4.4%200%208-3.6%208-8v-21.3c0-4.4-3.6-8-8-8h-65.4v-33.7h65.4c4.4%200%208-3.6%208-8v-21.3c0-4.4-3.6-8-8-8h-49.1l89.3-164.1c.6-1.2%201-2.5%201-3.8c.1-4.4-3.4-8-7.9-8%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M880%20184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4%200-8%203.6-8%208v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4%200-8%203.6-8%208v64H144c-17.7%200-32%2014.3-32%2032v664c0%2017.7%2014.3%2032%2032%2032h736c17.7%200%2032-14.3%2032-32V216c0-17.7-14.3-32-32-32m-40%20656H184V256h128v48c0%204.4%203.6%208%208%208h56c4.4%200%208-3.6%208-8v-48h256v48c0%204.4%203.6%208%208%208h56c4.4%200%208-3.6%208-8v-48h128z%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%20fill-opacity%3D%22.15%22%20d%3D%22M712%20304c0%204.4-3.6%208-8%208h-56c-4.4%200-8-3.6-8-8v-48H384v48c0%204.4-3.6%208-8%208h-56c-4.4%200-8-3.6-8-8v-48H184v584h656V256H712zm-65.6%20121.8l-89.3%20164.1h49.1c4.4%200%208%203.6%208%208v21.3c0%204.4-3.6%208-8%208h-65.4v33.7h65.4c4.4%200%208%203.6%208%208v21.3c0%204.4-3.6%208-8%208h-65.4V752c0%204.4-3.6%208-8%208h-41.3c-4.4%200-8-3.6-8-8v-53.8h-65.1c-4.4%200-8-3.6-8-8v-21.3c0-4.4%203.6-8%208-8h65.1v-33.7h-65.1c-4.4%200-8-3.6-8-8v-21.3c0-4.4%203.6-8%208-8H467l-89.3-164c-2.1-3.9-.7-8.8%203.2-10.9c1.1-.7%202.5-1%203.8-1h46a8%208%200%200%201%207.1%204.4l73.4%20145.4h2.8l73.4-145.4c1.3-2.7%204.1-4.4%207.1-4.4h45c4.5%200%208%203.6%207.9%208c0%201.3-.4%202.6-1%203.8%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M639.5%20414h-45c-3%200-5.8%201.7-7.1%204.4L514%20563.8h-2.8l-73.4-145.4a8%208%200%200%200-7.1-4.4h-46c-1.3%200-2.7.3-3.8%201c-3.9%202.1-5.3%207-3.2%2010.9l89.3%20164h-48.6c-4.4%200-8%203.6-8%208v21.3c0%204.4%203.6%208%208%208h65.1v33.7h-65.1c-4.4%200-8%203.6-8%208v21.3c0%204.4%203.6%208%208%208h65.1V752c0%204.4%203.6%208%208%208h41.3c4.4%200%208-3.6%208-8v-53.8h65.4c4.4%200%208-3.6%208-8v-21.3c0-4.4-3.6-8-8-8h-65.4v-33.7h65.4c4.4%200%208-3.6%208-8v-21.3c0-4.4-3.6-8-8-8h-49.1l89.3-164.1c.6-1.2%201-2.5%201-3.8c.1-4.4-3.4-8-7.9-8%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M880%20184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4%200-8%203.6-8%208v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4%200-8%203.6-8%208v64H144c-17.7%200-32%2014.3-32%2032v664c0%2017.7%2014.3%2032%2032%2032h736c17.7%200%2032-14.3%2032-32V216c0-17.7-14.3-32-32-32m-40%20656H184V256h128v48c0%204.4%203.6%208%208%208h56c4.4%200%208-3.6%208-8v-48h256v48c0%204.4%203.6%208%208%208h56c4.4%200%208-3.6%208-8v-48h128z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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