account file text icon

account-file-text-outline from Material Design Icons by Pictogrammers · Outline · Account / User · Apache-2.0 Free for personal and commercial use.

Name
account-file-text-outline
Set
Material Design Icons
Style
Outline
Category
Account / User
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

More account / user icons from Material Design Icons

Use the account file text icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 5C9.43 5 11 6.57 11 8.5S9.43 12 7.5 12S4 10.43 4 8.5S5.57 5 7.5 5M1 19v-2.5C1 14.57 4.46 13 7.5 13c1.18 0 2.42.24 3.5.64v1.92c-.82-.34-2.09-.56-3.5-.56C5 15 3 15.67 3 16.5v.5h8v2zm21 0h-8c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h5l4 4v9c0 .55-.45 1-1 1M15 7v10h6v-7h-3V7zM7.5 7C6.67 7 6 7.67 6 8.5S6.67 10 7.5 10S9 9.33 9 8.5S8.33 7 7.5 7m8.5 6h4v2h-4z"/></svg>

React

import type { SVGProps } from "react";

export function MdiAccountFileTextOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 5C9.43 5 11 6.57 11 8.5S9.43 12 7.5 12S4 10.43 4 8.5S5.57 5 7.5 5M1 19v-2.5C1 14.57 4.46 13 7.5 13c1.18 0 2.42.24 3.5.64v1.92c-.82-.34-2.09-.56-3.5-.56C5 15 3 15.67 3 16.5v.5h8v2zm21 0h-8c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h5l4 4v9c0 .55-.45 1-1 1M15 7v10h6v-7h-3V7zM7.5 7C6.67 7 6 7.67 6 8.5S6.67 10 7.5 10S9 9.33 9 8.5S8.33 7 7.5 7m8.5 6h4v2h-4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 5C9.43 5 11 6.57 11 8.5S9.43 12 7.5 12S4 10.43 4 8.5S5.57 5 7.5 5M1 19v-2.5C1 14.57 4.46 13 7.5 13c1.18 0 2.42.24 3.5.64v1.92c-.82-.34-2.09-.56-3.5-.56C5 15 3 15.67 3 16.5v.5h8v2zm21 0h-8c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h5l4 4v9c0 .55-.45 1-1 1M15 7v10h6v-7h-3V7zM7.5 7C6.67 7 6 7.67 6 8.5S6.67 10 7.5 10S9 9.33 9 8.5S8.33 7 7.5 7m8.5 6h4v2h-4z"/></svg>
</template>

CSS

.icon-account-file-text-outline {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%205C9.43%205%2011%206.57%2011%208.5S9.43%2012%207.5%2012S4%2010.43%204%208.5S5.57%205%207.5%205M1%2019v-2.5C1%2014.57%204.46%2013%207.5%2013c1.18%200%202.42.24%203.5.64v1.92c-.82-.34-2.09-.56-3.5-.56C5%2015%203%2015.67%203%2016.5v.5h8v2zm21%200h-8c-.55%200-1-.45-1-1V6c0-.55.45-1%201-1h5l4%204v9c0%20.55-.45%201-1%201M15%207v10h6v-7h-3V7zM7.5%207C6.67%207%206%207.67%206%208.5S6.67%2010%207.5%2010S9%209.33%209%208.5S8.33%207%207.5%207m8.5%206h4v2h-4z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%205C9.43%205%2011%206.57%2011%208.5S9.43%2012%207.5%2012S4%2010.43%204%208.5S5.57%205%207.5%205M1%2019v-2.5C1%2014.57%204.46%2013%207.5%2013c1.18%200%202.42.24%203.5.64v1.92c-.82-.34-2.09-.56-3.5-.56C5%2015%203%2015.67%203%2016.5v.5h8v2zm21%200h-8c-.55%200-1-.45-1-1V6c0-.55.45-1%201-1h5l4%204v9c0%20.55-.45%201-1%201M15%207v10h6v-7h-3V7zM7.5%207C6.67%207%206%207.67%206%208.5S6.67%2010%207.5%2010S9%209.33%209%208.5S8.33%207%207.5%207m8.5%206h4v2h-4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/account-file-text-outline.svg?color=%231a73e8&size=48