account-cancel from Material Design Icons by Pictogrammers · Filled · Account / User · Apache-2.0 Free for personal and commercial use.

Name
account-cancel
Set
Material Design Icons
Style
Filled
Category
Account / User
Viewbox
24×24
License
Apache 2.0
Aliases
person-block, person-cancel, user-block, user-cancel

1 other variant in Material Design Icons

More account / user icons from Material Design Icons

Use the account cancel icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 4a4 4 0 0 0-4 4a4 4 0 0 0 4 4a4 4 0 0 0 4-4a4 4 0 0 0-4-4m7.5 9C15 13 13 15 13 17.5s2 4.5 4.5 4.5s4.5-2 4.5-4.5s-2-4.5-4.5-4.5M10 14c-4.42 0-8 1.79-8 4v2h9.5a6.5 6.5 0 0 1-.5-2.5a6.5 6.5 0 0 1 .95-3.36c-.63-.08-1.27-.14-1.95-.14m7.5.5c1.66 0 3 1.34 3 3c0 .56-.15 1.08-.42 1.5L16 14.92c.42-.27.94-.42 1.5-.42M14.92 16L19 20.08c-.42.27-.94.42-1.5.42c-1.66 0-3-1.34-3-3c0-.56.15-1.08.42-1.5"/></svg>

React

import type { SVGProps } from "react";

export function MdiAccountCancel(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="M10 4a4 4 0 0 0-4 4a4 4 0 0 0 4 4a4 4 0 0 0 4-4a4 4 0 0 0-4-4m7.5 9C15 13 13 15 13 17.5s2 4.5 4.5 4.5s4.5-2 4.5-4.5s-2-4.5-4.5-4.5M10 14c-4.42 0-8 1.79-8 4v2h9.5a6.5 6.5 0 0 1-.5-2.5a6.5 6.5 0 0 1 .95-3.36c-.63-.08-1.27-.14-1.95-.14m7.5.5c1.66 0 3 1.34 3 3c0 .56-.15 1.08-.42 1.5L16 14.92c.42-.27.94-.42 1.5-.42M14.92 16L19 20.08c-.42.27-.94.42-1.5.42c-1.66 0-3-1.34-3-3c0-.56.15-1.08.42-1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 4a4 4 0 0 0-4 4a4 4 0 0 0 4 4a4 4 0 0 0 4-4a4 4 0 0 0-4-4m7.5 9C15 13 13 15 13 17.5s2 4.5 4.5 4.5s4.5-2 4.5-4.5s-2-4.5-4.5-4.5M10 14c-4.42 0-8 1.79-8 4v2h9.5a6.5 6.5 0 0 1-.5-2.5a6.5 6.5 0 0 1 .95-3.36c-.63-.08-1.27-.14-1.95-.14m7.5.5c1.66 0 3 1.34 3 3c0 .56-.15 1.08-.42 1.5L16 14.92c.42-.27.94-.42 1.5-.42M14.92 16L19 20.08c-.42.27-.94.42-1.5.42c-1.66 0-3-1.34-3-3c0-.56.15-1.08.42-1.5"/></svg>
</template>

CSS

.icon-account-cancel {
  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%22M10%204a4%204%200%200%200-4%204a4%204%200%200%200%204%204a4%204%200%200%200%204-4a4%204%200%200%200-4-4m7.5%209C15%2013%2013%2015%2013%2017.5s2%204.5%204.5%204.5s4.5-2%204.5-4.5s-2-4.5-4.5-4.5M10%2014c-4.42%200-8%201.79-8%204v2h9.5a6.5%206.5%200%200%201-.5-2.5a6.5%206.5%200%200%201%20.95-3.36c-.63-.08-1.27-.14-1.95-.14m7.5.5c1.66%200%203%201.34%203%203c0%20.56-.15%201.08-.42%201.5L16%2014.92c.42-.27.94-.42%201.5-.42M14.92%2016L19%2020.08c-.42.27-.94.42-1.5.42c-1.66%200-3-1.34-3-3c0-.56.15-1.08.42-1.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%204a4%204%200%200%200-4%204a4%204%200%200%200%204%204a4%204%200%200%200%204-4a4%204%200%200%200-4-4m7.5%209C15%2013%2013%2015%2013%2017.5s2%204.5%204.5%204.5s4.5-2%204.5-4.5s-2-4.5-4.5-4.5M10%2014c-4.42%200-8%201.79-8%204v2h9.5a6.5%206.5%200%200%201-.5-2.5a6.5%206.5%200%200%201%20.95-3.36c-.63-.08-1.27-.14-1.95-.14m7.5.5c1.66%200%203%201.34%203%203c0%20.56-.15%201.08-.42%201.5L16%2014.92c.42-.27.94-.42%201.5-.42M14.92%2016L19%2020.08c-.42.27-.94.42-1.5.42c-1.66%200-3-1.34-3-3c0-.56.15-1.08.42-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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