user cross icon
user-cross-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- user-cross-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
Related icons in Mage Icons
Use the user cross icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.975 14.718v6.53a.76.76 0 0 1-.75.75h-7.62a.75.75 0 0 1-.75-.75c0-4.1 4.49-7.28 8.37-7.28a.76.76 0 0 1 .75.75m3.97-5.64a5.2 5.2 0 0 1-1.88 2.29a5.11 5.11 0 0 1-5.451.121a5.1 5.1 0 0 1-1.609-7.211a5.1 5.1 0 0 1 2.29-1.89a5.17 5.17 0 0 1 3-.28a5 5 0 0 1 2.61 1.4a5.05 5.05 0 0 1 1.4 2.62a5.14 5.14 0 0 1-.36 2.95m2.98 10.34a.75.75 0 0 1-1.06 1.06l-1.44-1.44l-1.44 1.44a.77.77 0 0 1-.817.154a.75.75 0 0 1-.242-1.224l1.43-1.43l-1.43-1.43a.75.75 0 0 1 1.06-1.06l1.43 1.43l1.45-1.44a.75.75 0 0 1 1.06 1.06l-1.44 1.44z"/></svg>
React
import type { SVGProps } from "react";
export function MageUserCrossFill(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="M12.975 14.718v6.53a.76.76 0 0 1-.75.75h-7.62a.75.75 0 0 1-.75-.75c0-4.1 4.49-7.28 8.37-7.28a.76.76 0 0 1 .75.75m3.97-5.64a5.2 5.2 0 0 1-1.88 2.29a5.11 5.11 0 0 1-5.451.121a5.1 5.1 0 0 1-1.609-7.211a5.1 5.1 0 0 1 2.29-1.89a5.17 5.17 0 0 1 3-.28a5 5 0 0 1 2.61 1.4a5.05 5.05 0 0 1 1.4 2.62a5.14 5.14 0 0 1-.36 2.95m2.98 10.34a.75.75 0 0 1-1.06 1.06l-1.44-1.44l-1.44 1.44a.77.77 0 0 1-.817.154a.75.75 0 0 1-.242-1.224l1.43-1.43l-1.43-1.43a.75.75 0 0 1 1.06-1.06l1.43 1.43l1.45-1.44a.75.75 0 0 1 1.06 1.06l-1.44 1.44z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.975 14.718v6.53a.76.76 0 0 1-.75.75h-7.62a.75.75 0 0 1-.75-.75c0-4.1 4.49-7.28 8.37-7.28a.76.76 0 0 1 .75.75m3.97-5.64a5.2 5.2 0 0 1-1.88 2.29a5.11 5.11 0 0 1-5.451.121a5.1 5.1 0 0 1-1.609-7.211a5.1 5.1 0 0 1 2.29-1.89a5.17 5.17 0 0 1 3-.28a5 5 0 0 1 2.61 1.4a5.05 5.05 0 0 1 1.4 2.62a5.14 5.14 0 0 1-.36 2.95m2.98 10.34a.75.75 0 0 1-1.06 1.06l-1.44-1.44l-1.44 1.44a.77.77 0 0 1-.817.154a.75.75 0 0 1-.242-1.224l1.43-1.43l-1.43-1.43a.75.75 0 0 1 1.06-1.06l1.43 1.43l1.45-1.44a.75.75 0 0 1 1.06 1.06l-1.44 1.44z"/></svg> </template>
CSS
.icon-user-cross-fill {
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%22M12.975%2014.718v6.53a.76.76%200%200%201-.75.75h-7.62a.75.75%200%200%201-.75-.75c0-4.1%204.49-7.28%208.37-7.28a.76.76%200%200%201%20.75.75m3.97-5.64a5.2%205.2%200%200%201-1.88%202.29a5.11%205.11%200%200%201-5.451.121a5.1%205.1%200%200%201-1.609-7.211a5.1%205.1%200%200%201%202.29-1.89a5.17%205.17%200%200%201%203-.28a5%205%200%200%201%202.61%201.4a5.05%205.05%200%200%201%201.4%202.62a5.14%205.14%200%200%201-.36%202.95m2.98%2010.34a.75.75%200%200%201-1.06%201.06l-1.44-1.44l-1.44%201.44a.77.77%200%200%201-.817.154a.75.75%200%200%201-.242-1.224l1.43-1.43l-1.43-1.43a.75.75%200%200%201%201.06-1.06l1.43%201.43l1.45-1.44a.75.75%200%200%201%201.06%201.06l-1.44%201.44z%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%22M12.975%2014.718v6.53a.76.76%200%200%201-.75.75h-7.62a.75.75%200%200%201-.75-.75c0-4.1%204.49-7.28%208.37-7.28a.76.76%200%200%201%20.75.75m3.97-5.64a5.2%205.2%200%200%201-1.88%202.29a5.11%205.11%200%200%201-5.451.121a5.1%205.1%200%200%201-1.609-7.211a5.1%205.1%200%200%201%202.29-1.89a5.17%205.17%200%200%201%203-.28a5%205%200%200%201%202.61%201.4a5.05%205.05%200%200%201%201.4%202.62a5.14%205.14%200%200%201-.36%202.95m2.98%2010.34a.75.75%200%200%201-1.06%201.06l-1.44-1.44l-1.44%201.44a.77.77%200%200%201-.817.154a.75.75%200%200%201-.242-1.224l1.43-1.43l-1.43-1.43a.75.75%200%200%201%201.06-1.06l1.43%201.43l1.45-1.44a.75.75%200%200%201%201.06%201.06l-1.44%201.44z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/user-cross-fill.svg?color=%231a73e8&size=48