user delete icon
user-delete-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- user-delete-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- user-delete, user-delete-outline
Related icons in Ant Design Icons
Use the user delete icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M678.3 655.4c24.2-13 51.9-20.4 81.4-20.4h.1c3 0 4.4-3.6 2.2-5.6a371.7 371.7 0 0 0-103.7-65.8c-.4-.2-.8-.3-1.2-.5C719.2 518 759.6 444.7 759.6 362c0-137-110.8-248-247.5-248S264.7 225 264.7 362c0 82.7 40.4 156 102.6 201.1c-.4.2-.8.3-1.2.5c-44.7 18.9-84.8 46-119.3 80.6a373.4 373.4 0 0 0-80.4 119.5A373.6 373.6 0 0 0 137 901.8a8 8 0 0 0 8 8.2h59.9c4.3 0 7.9-3.5 8-7.8c2-77.2 32.9-149.5 87.6-204.3C357 641.2 432.2 610 512.2 610c56.7 0 111.1 15.7 158 45.1a8.1 8.1 0 0 0 8.1.3M512.2 534c-45.8 0-88.9-17.9-121.4-50.4A171.2 171.2 0 0 1 340.5 362c0-45.9 17.9-89.1 50.3-121.6S466.3 190 512.2 190s88.9 17.9 121.4 50.4A171.2 171.2 0 0 1 683.9 362c0 45.9-17.9 89.1-50.3 121.6C601.1 516.1 558 534 512.2 534M880 772H640c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h240c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignUserDeleteOutlined(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M678.3 655.4c24.2-13 51.9-20.4 81.4-20.4h.1c3 0 4.4-3.6 2.2-5.6a371.7 371.7 0 0 0-103.7-65.8c-.4-.2-.8-.3-1.2-.5C719.2 518 759.6 444.7 759.6 362c0-137-110.8-248-247.5-248S264.7 225 264.7 362c0 82.7 40.4 156 102.6 201.1c-.4.2-.8.3-1.2.5c-44.7 18.9-84.8 46-119.3 80.6a373.4 373.4 0 0 0-80.4 119.5A373.6 373.6 0 0 0 137 901.8a8 8 0 0 0 8 8.2h59.9c4.3 0 7.9-3.5 8-7.8c2-77.2 32.9-149.5 87.6-204.3C357 641.2 432.2 610 512.2 610c56.7 0 111.1 15.7 158 45.1a8.1 8.1 0 0 0 8.1.3M512.2 534c-45.8 0-88.9-17.9-121.4-50.4A171.2 171.2 0 0 1 340.5 362c0-45.9 17.9-89.1 50.3-121.6S466.3 190 512.2 190s88.9 17.9 121.4 50.4A171.2 171.2 0 0 1 683.9 362c0 45.9-17.9 89.1-50.3 121.6C601.1 516.1 558 534 512.2 534M880 772H640c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h240c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M678.3 655.4c24.2-13 51.9-20.4 81.4-20.4h.1c3 0 4.4-3.6 2.2-5.6a371.7 371.7 0 0 0-103.7-65.8c-.4-.2-.8-.3-1.2-.5C719.2 518 759.6 444.7 759.6 362c0-137-110.8-248-247.5-248S264.7 225 264.7 362c0 82.7 40.4 156 102.6 201.1c-.4.2-.8.3-1.2.5c-44.7 18.9-84.8 46-119.3 80.6a373.4 373.4 0 0 0-80.4 119.5A373.6 373.6 0 0 0 137 901.8a8 8 0 0 0 8 8.2h59.9c4.3 0 7.9-3.5 8-7.8c2-77.2 32.9-149.5 87.6-204.3C357 641.2 432.2 610 512.2 610c56.7 0 111.1 15.7 158 45.1a8.1 8.1 0 0 0 8.1.3M512.2 534c-45.8 0-88.9-17.9-121.4-50.4A171.2 171.2 0 0 1 340.5 362c0-45.9 17.9-89.1 50.3-121.6S466.3 190 512.2 190s88.9 17.9 121.4 50.4A171.2 171.2 0 0 1 683.9 362c0 45.9-17.9 89.1-50.3 121.6C601.1 516.1 558 534 512.2 534M880 772H640c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h240c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8"/></svg> </template>
CSS
.icon-user-delete-outlined {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M678.3%20655.4c24.2-13%2051.9-20.4%2081.4-20.4h.1c3%200%204.4-3.6%202.2-5.6a371.7%20371.7%200%200%200-103.7-65.8c-.4-.2-.8-.3-1.2-.5C719.2%20518%20759.6%20444.7%20759.6%20362c0-137-110.8-248-247.5-248S264.7%20225%20264.7%20362c0%2082.7%2040.4%20156%20102.6%20201.1c-.4.2-.8.3-1.2.5c-44.7%2018.9-84.8%2046-119.3%2080.6a373.4%20373.4%200%200%200-80.4%20119.5A373.6%20373.6%200%200%200%20137%20901.8a8%208%200%200%200%208%208.2h59.9c4.3%200%207.9-3.5%208-7.8c2-77.2%2032.9-149.5%2087.6-204.3C357%20641.2%20432.2%20610%20512.2%20610c56.7%200%20111.1%2015.7%20158%2045.1a8.1%208.1%200%200%200%208.1.3M512.2%20534c-45.8%200-88.9-17.9-121.4-50.4A171.2%20171.2%200%200%201%20340.5%20362c0-45.9%2017.9-89.1%2050.3-121.6S466.3%20190%20512.2%20190s88.9%2017.9%20121.4%2050.4A171.2%20171.2%200%200%201%20683.9%20362c0%2045.9-17.9%2089.1-50.3%20121.6C601.1%20516.1%20558%20534%20512.2%20534M880%20772H640c-4.4%200-8%203.6-8%208v56c0%204.4%203.6%208%208%208h240c4.4%200%208-3.6%208-8v-56c0-4.4-3.6-8-8-8%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M678.3%20655.4c24.2-13%2051.9-20.4%2081.4-20.4h.1c3%200%204.4-3.6%202.2-5.6a371.7%20371.7%200%200%200-103.7-65.8c-.4-.2-.8-.3-1.2-.5C719.2%20518%20759.6%20444.7%20759.6%20362c0-137-110.8-248-247.5-248S264.7%20225%20264.7%20362c0%2082.7%2040.4%20156%20102.6%20201.1c-.4.2-.8.3-1.2.5c-44.7%2018.9-84.8%2046-119.3%2080.6a373.4%20373.4%200%200%200-80.4%20119.5A373.6%20373.6%200%200%200%20137%20901.8a8%208%200%200%200%208%208.2h59.9c4.3%200%207.9-3.5%208-7.8c2-77.2%2032.9-149.5%2087.6-204.3C357%20641.2%20432.2%20610%20512.2%20610c56.7%200%20111.1%2015.7%20158%2045.1a8.1%208.1%200%200%200%208.1.3M512.2%20534c-45.8%200-88.9-17.9-121.4-50.4A171.2%20171.2%200%200%201%20340.5%20362c0-45.9%2017.9-89.1%2050.3-121.6S466.3%20190%20512.2%20190s88.9%2017.9%20121.4%2050.4A171.2%20171.2%200%200%201%20683.9%20362c0%2045.9-17.9%2089.1-50.3%20121.6C601.1%20516.1%20558%20534%20512.2%20534M880%20772H640c-4.4%200-8%203.6-8%208v56c0%204.4%203.6%208%208%208h240c4.4%200%208-3.6%208-8v-56c0-4.4-3.6-8-8-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/user-delete-outlined.svg?color=%231a73e8&size=48