user remove icon
user-remove-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- user-remove-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All user remove icons →More newicons icons from Reicon
Use the user remove icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 14c-5.01 0-9.09 3.36-9.09 7.5c0 .28.22.5.5.5h17.18c.28 0 .5-.22.5-.5c0-4.14-4.08-7.5-9.09-7.5m4.85-8.202c-.12-.49-.32-.97-.6-1.41c-.19-.32-.44-.64-.71-.92a4.96 4.96 0 0 0-3.27-1.45c-1.36-.09-2.75.41-3.8 1.45A4.96 4.96 0 0 0 7 7.078c.01 1.25.51 2.5 1.46 3.46c.66.66 1.47 1.1 2.34 1.3c.47.12.97.18 1.47.14c1.19-.05 2.35-.52 3.26-1.44a4.98 4.98 0 0 0 1.32-4.74M14 8.998c-.36.36-.96.36-1.32 0l-.69-.69l-.66.66c-.36.36-.96.36-1.32 0a.933.933 0 0 1-.01-1.32l.66-.66l-.64-.62a.966.966 0 0 1 0-1.34c.37-.36.96-.36 1.34 0l.62.64l.67-.67c.36-.36.95-.36 1.32 0c.36.36.36.96 0 1.32l-.66.66l.69.7c.36.36.36.96 0 1.32"/></svg>
React
import type { SVGProps } from "react";
export function ReiconUserRemoveFilled(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 14c-5.01 0-9.09 3.36-9.09 7.5c0 .28.22.5.5.5h17.18c.28 0 .5-.22.5-.5c0-4.14-4.08-7.5-9.09-7.5m4.85-8.202c-.12-.49-.32-.97-.6-1.41c-.19-.32-.44-.64-.71-.92a4.96 4.96 0 0 0-3.27-1.45c-1.36-.09-2.75.41-3.8 1.45A4.96 4.96 0 0 0 7 7.078c.01 1.25.51 2.5 1.46 3.46c.66.66 1.47 1.1 2.34 1.3c.47.12.97.18 1.47.14c1.19-.05 2.35-.52 3.26-1.44a4.98 4.98 0 0 0 1.32-4.74M14 8.998c-.36.36-.96.36-1.32 0l-.69-.69l-.66.66c-.36.36-.96.36-1.32 0a.933.933 0 0 1-.01-1.32l.66-.66l-.64-.62a.966.966 0 0 1 0-1.34c.37-.36.96-.36 1.34 0l.62.64l.67-.67c.36-.36.95-.36 1.32 0c.36.36.36.96 0 1.32l-.66.66l.69.7c.36.36.36.96 0 1.32"/></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 14c-5.01 0-9.09 3.36-9.09 7.5c0 .28.22.5.5.5h17.18c.28 0 .5-.22.5-.5c0-4.14-4.08-7.5-9.09-7.5m4.85-8.202c-.12-.49-.32-.97-.6-1.41c-.19-.32-.44-.64-.71-.92a4.96 4.96 0 0 0-3.27-1.45c-1.36-.09-2.75.41-3.8 1.45A4.96 4.96 0 0 0 7 7.078c.01 1.25.51 2.5 1.46 3.46c.66.66 1.47 1.1 2.34 1.3c.47.12.97.18 1.47.14c1.19-.05 2.35-.52 3.26-1.44a4.98 4.98 0 0 0 1.32-4.74M14 8.998c-.36.36-.96.36-1.32 0l-.69-.69l-.66.66c-.36.36-.96.36-1.32 0a.933.933 0 0 1-.01-1.32l.66-.66l-.64-.62a.966.966 0 0 1 0-1.34c.37-.36.96-.36 1.34 0l.62.64l.67-.67c.36-.36.95-.36 1.32 0c.36.36.36.96 0 1.32l-.66.66l.69.7c.36.36.36.96 0 1.32"/></svg> </template>
CSS
.icon-user-remove-filled {
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%2014c-5.01%200-9.09%203.36-9.09%207.5c0%20.28.22.5.5.5h17.18c.28%200%20.5-.22.5-.5c0-4.14-4.08-7.5-9.09-7.5m4.85-8.202c-.12-.49-.32-.97-.6-1.41c-.19-.32-.44-.64-.71-.92a4.96%204.96%200%200%200-3.27-1.45c-1.36-.09-2.75.41-3.8%201.45A4.96%204.96%200%200%200%207%207.078c.01%201.25.51%202.5%201.46%203.46c.66.66%201.47%201.1%202.34%201.3c.47.12.97.18%201.47.14c1.19-.05%202.35-.52%203.26-1.44a4.98%204.98%200%200%200%201.32-4.74M14%208.998c-.36.36-.96.36-1.32%200l-.69-.69l-.66.66c-.36.36-.96.36-1.32%200a.933.933%200%200%201-.01-1.32l.66-.66l-.64-.62a.966.966%200%200%201%200-1.34c.37-.36.96-.36%201.34%200l.62.64l.67-.67c.36-.36.95-.36%201.32%200c.36.36.36.96%200%201.32l-.66.66l.69.7c.36.36.36.96%200%201.32%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%2014c-5.01%200-9.09%203.36-9.09%207.5c0%20.28.22.5.5.5h17.18c.28%200%20.5-.22.5-.5c0-4.14-4.08-7.5-9.09-7.5m4.85-8.202c-.12-.49-.32-.97-.6-1.41c-.19-.32-.44-.64-.71-.92a4.96%204.96%200%200%200-3.27-1.45c-1.36-.09-2.75.41-3.8%201.45A4.96%204.96%200%200%200%207%207.078c.01%201.25.51%202.5%201.46%203.46c.66.66%201.47%201.1%202.34%201.3c.47.12.97.18%201.47.14c1.19-.05%202.35-.52%203.26-1.44a4.98%204.98%200%200%200%201.32-4.74M14%208.998c-.36.36-.96.36-1.32%200l-.69-.69l-.66.66c-.36.36-.96.36-1.32%200a.933.933%200%200%201-.01-1.32l.66-.66l-.64-.62a.966.966%200%200%201%200-1.34c.37-.36.96-.36%201.34%200l.62.64l.67-.67c.36-.36.95-.36%201.32%200c.36.36.36.96%200%201.32l-.66.66l.69.7c.36.36.36.96%200%201.32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/user-remove-filled.svg?color=%231a73e8&size=48