user xmark icon
user-xmark from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- user-xmark
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome Solid
Use the user xmark icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M286.1 368c98.5 0 178.3 79.8 178.3 178.3c0 16.4-13.3 29.7-29.7 29.7H78.1c-16.4 0-29.7-13.3-29.7-29.7c0-98.5 79.8-178.3 178.3-178.3zm276.2-195.9c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-33.9 33.9l33.9 33.9c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-33.9-33.9l-33.9 33.9c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l33.9-33.9l-33.9-33.9c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l33.9 33.9zM256.4 312c-66.3 0-120-53.7-120-120s53.7-120 120-120s120 53.7 120 120s-53.7 120-120 120"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidUserXmark(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M286.1 368c98.5 0 178.3 79.8 178.3 178.3c0 16.4-13.3 29.7-29.7 29.7H78.1c-16.4 0-29.7-13.3-29.7-29.7c0-98.5 79.8-178.3 178.3-178.3zm276.2-195.9c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-33.9 33.9l33.9 33.9c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-33.9-33.9l-33.9 33.9c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l33.9-33.9l-33.9-33.9c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l33.9 33.9zM256.4 312c-66.3 0-120-53.7-120-120s53.7-120 120-120s120 53.7 120 120s-53.7 120-120 120"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M286.1 368c98.5 0 178.3 79.8 178.3 178.3c0 16.4-13.3 29.7-29.7 29.7H78.1c-16.4 0-29.7-13.3-29.7-29.7c0-98.5 79.8-178.3 178.3-178.3zm276.2-195.9c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-33.9 33.9l33.9 33.9c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-33.9-33.9l-33.9 33.9c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l33.9-33.9l-33.9-33.9c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l33.9 33.9zM256.4 312c-66.3 0-120-53.7-120-120s53.7-120 120-120s120 53.7 120 120s-53.7 120-120 120"/></svg> </template>
CSS
.icon-user-xmark {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M286.1%20368c98.5%200%20178.3%2079.8%20178.3%20178.3c0%2016.4-13.3%2029.7-29.7%2029.7H78.1c-16.4%200-29.7-13.3-29.7-29.7c0-98.5%2079.8-178.3%20178.3-178.3zm276.2-195.9c9.4-9.4%2024.6-9.4%2033.9%200s9.4%2024.6%200%2033.9l-33.9%2033.9l33.9%2033.9c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200l-33.9-33.9l-33.9%2033.9c-9.4%209.4-24.6%209.4-33.9%200s-9.4-24.6%200-33.9l33.9-33.9l-33.9-33.9c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l33.9%2033.9zM256.4%20312c-66.3%200-120-53.7-120-120s53.7-120%20120-120s120%2053.7%20120%20120s-53.7%20120-120%20120%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M286.1%20368c98.5%200%20178.3%2079.8%20178.3%20178.3c0%2016.4-13.3%2029.7-29.7%2029.7H78.1c-16.4%200-29.7-13.3-29.7-29.7c0-98.5%2079.8-178.3%20178.3-178.3zm276.2-195.9c9.4-9.4%2024.6-9.4%2033.9%200s9.4%2024.6%200%2033.9l-33.9%2033.9l33.9%2033.9c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200l-33.9-33.9l-33.9%2033.9c-9.4%209.4-24.6%209.4-33.9%200s-9.4-24.6%200-33.9l33.9-33.9l-33.9-33.9c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l33.9%2033.9zM256.4%20312c-66.3%200-120-53.7-120-120s53.7-120%20120-120s120%2053.7%20120%20120s-53.7%20120-120%20120%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/user-xmark.svg?color=%231a73e8&size=48