usergroup delete icon

usergroup-delete-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
usergroup-delete-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
usergroup-delete, usergroup-delete-outline

Related icons in Ant Design Icons

Use the usergroup delete icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M888 784H664c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h224c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8M373.5 510.4c-.9-8.7-1.4-17.5-1.4-26.4c0-15.9 1.5-31.4 4.3-46.5c.7-3.6-1.2-7.3-4.5-8.8c-13.6-6.1-26.1-14.5-36.9-25.1a127.54 127.54 0 0 1-38.7-95.4c.9-32.1 13.8-62.6 36.3-85.6c24.7-25.3 57.9-39.1 93.2-38.7c31.9.3 62.7 12.6 86 34.4c7.9 7.4 14.7 15.6 20.4 24.4c2 3.1 5.9 4.4 9.3 3.2c17.6-6.1 36.2-10.4 55.3-12.4c5.6-.6 8.8-6.6 6.3-11.6c-32.5-64.3-98.9-108.7-175.7-109.9c-110.9-1.7-203.3 89.2-203.3 199.9c0 62.8 28.9 118.8 74.2 155.5c-31.8 14.7-61.1 35-86.5 60.4c-54.8 54.7-85.8 126.9-87.8 204a8 8 0 0 0 8 8.2h56.1c4.3 0 7.9-3.4 8-7.7c1.9-58 25.4-112.3 66.7-153.5c29.4-29.4 65.4-49.8 104.7-59.7c3.9-1 6.5-4.7 6-8.7M824 484c0-109.4-87.9-198.3-196.9-200C516.3 282.3 424 373.2 424 484c0 62.8 29 118.8 74.2 155.5a301 301 0 0 0-86.4 60.4C357 754.6 326 826.8 324 903.8a8 8 0 0 0 8 8.2h56c4.3 0 7.9-3.4 8-7.7c1.9-58 25.4-112.3 66.7-153.5C505.8 707.7 563 684 624 684c110.4 0 200-89.5 200-200m-109.5 90.5C690.3 598.7 658.2 612 624 612s-66.3-13.3-90.5-37.5a127.26 127.26 0 0 1-37.5-91.8c.3-32.8 13.4-64.5 36.3-88c24-24.6 56.1-38.3 90.4-38.7c33.9-.3 66.8 12.9 91 36.6c24.8 24.3 38.4 56.8 38.4 91.4c-.1 34.2-13.4 66.3-37.6 90.5"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignUsergroupDeleteOutlined(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="M888 784H664c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h224c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8M373.5 510.4c-.9-8.7-1.4-17.5-1.4-26.4c0-15.9 1.5-31.4 4.3-46.5c.7-3.6-1.2-7.3-4.5-8.8c-13.6-6.1-26.1-14.5-36.9-25.1a127.54 127.54 0 0 1-38.7-95.4c.9-32.1 13.8-62.6 36.3-85.6c24.7-25.3 57.9-39.1 93.2-38.7c31.9.3 62.7 12.6 86 34.4c7.9 7.4 14.7 15.6 20.4 24.4c2 3.1 5.9 4.4 9.3 3.2c17.6-6.1 36.2-10.4 55.3-12.4c5.6-.6 8.8-6.6 6.3-11.6c-32.5-64.3-98.9-108.7-175.7-109.9c-110.9-1.7-203.3 89.2-203.3 199.9c0 62.8 28.9 118.8 74.2 155.5c-31.8 14.7-61.1 35-86.5 60.4c-54.8 54.7-85.8 126.9-87.8 204a8 8 0 0 0 8 8.2h56.1c4.3 0 7.9-3.4 8-7.7c1.9-58 25.4-112.3 66.7-153.5c29.4-29.4 65.4-49.8 104.7-59.7c3.9-1 6.5-4.7 6-8.7M824 484c0-109.4-87.9-198.3-196.9-200C516.3 282.3 424 373.2 424 484c0 62.8 29 118.8 74.2 155.5a301 301 0 0 0-86.4 60.4C357 754.6 326 826.8 324 903.8a8 8 0 0 0 8 8.2h56c4.3 0 7.9-3.4 8-7.7c1.9-58 25.4-112.3 66.7-153.5C505.8 707.7 563 684 624 684c110.4 0 200-89.5 200-200m-109.5 90.5C690.3 598.7 658.2 612 624 612s-66.3-13.3-90.5-37.5a127.26 127.26 0 0 1-37.5-91.8c.3-32.8 13.4-64.5 36.3-88c24-24.6 56.1-38.3 90.4-38.7c33.9-.3 66.8 12.9 91 36.6c24.8 24.3 38.4 56.8 38.4 91.4c-.1 34.2-13.4 66.3-37.6 90.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M888 784H664c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h224c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8M373.5 510.4c-.9-8.7-1.4-17.5-1.4-26.4c0-15.9 1.5-31.4 4.3-46.5c.7-3.6-1.2-7.3-4.5-8.8c-13.6-6.1-26.1-14.5-36.9-25.1a127.54 127.54 0 0 1-38.7-95.4c.9-32.1 13.8-62.6 36.3-85.6c24.7-25.3 57.9-39.1 93.2-38.7c31.9.3 62.7 12.6 86 34.4c7.9 7.4 14.7 15.6 20.4 24.4c2 3.1 5.9 4.4 9.3 3.2c17.6-6.1 36.2-10.4 55.3-12.4c5.6-.6 8.8-6.6 6.3-11.6c-32.5-64.3-98.9-108.7-175.7-109.9c-110.9-1.7-203.3 89.2-203.3 199.9c0 62.8 28.9 118.8 74.2 155.5c-31.8 14.7-61.1 35-86.5 60.4c-54.8 54.7-85.8 126.9-87.8 204a8 8 0 0 0 8 8.2h56.1c4.3 0 7.9-3.4 8-7.7c1.9-58 25.4-112.3 66.7-153.5c29.4-29.4 65.4-49.8 104.7-59.7c3.9-1 6.5-4.7 6-8.7M824 484c0-109.4-87.9-198.3-196.9-200C516.3 282.3 424 373.2 424 484c0 62.8 29 118.8 74.2 155.5a301 301 0 0 0-86.4 60.4C357 754.6 326 826.8 324 903.8a8 8 0 0 0 8 8.2h56c4.3 0 7.9-3.4 8-7.7c1.9-58 25.4-112.3 66.7-153.5C505.8 707.7 563 684 624 684c110.4 0 200-89.5 200-200m-109.5 90.5C690.3 598.7 658.2 612 624 612s-66.3-13.3-90.5-37.5a127.26 127.26 0 0 1-37.5-91.8c.3-32.8 13.4-64.5 36.3-88c24-24.6 56.1-38.3 90.4-38.7c33.9-.3 66.8 12.9 91 36.6c24.8 24.3 38.4 56.8 38.4 91.4c-.1 34.2-13.4 66.3-37.6 90.5"/></svg>
</template>

CSS

.icon-usergroup-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%22M888%20784H664c-4.4%200-8%203.6-8%208v48c0%204.4%203.6%208%208%208h224c4.4%200%208-3.6%208-8v-48c0-4.4-3.6-8-8-8M373.5%20510.4c-.9-8.7-1.4-17.5-1.4-26.4c0-15.9%201.5-31.4%204.3-46.5c.7-3.6-1.2-7.3-4.5-8.8c-13.6-6.1-26.1-14.5-36.9-25.1a127.54%20127.54%200%200%201-38.7-95.4c.9-32.1%2013.8-62.6%2036.3-85.6c24.7-25.3%2057.9-39.1%2093.2-38.7c31.9.3%2062.7%2012.6%2086%2034.4c7.9%207.4%2014.7%2015.6%2020.4%2024.4c2%203.1%205.9%204.4%209.3%203.2c17.6-6.1%2036.2-10.4%2055.3-12.4c5.6-.6%208.8-6.6%206.3-11.6c-32.5-64.3-98.9-108.7-175.7-109.9c-110.9-1.7-203.3%2089.2-203.3%20199.9c0%2062.8%2028.9%20118.8%2074.2%20155.5c-31.8%2014.7-61.1%2035-86.5%2060.4c-54.8%2054.7-85.8%20126.9-87.8%20204a8%208%200%200%200%208%208.2h56.1c4.3%200%207.9-3.4%208-7.7c1.9-58%2025.4-112.3%2066.7-153.5c29.4-29.4%2065.4-49.8%20104.7-59.7c3.9-1%206.5-4.7%206-8.7M824%20484c0-109.4-87.9-198.3-196.9-200C516.3%20282.3%20424%20373.2%20424%20484c0%2062.8%2029%20118.8%2074.2%20155.5a301%20301%200%200%200-86.4%2060.4C357%20754.6%20326%20826.8%20324%20903.8a8%208%200%200%200%208%208.2h56c4.3%200%207.9-3.4%208-7.7c1.9-58%2025.4-112.3%2066.7-153.5C505.8%20707.7%20563%20684%20624%20684c110.4%200%20200-89.5%20200-200m-109.5%2090.5C690.3%20598.7%20658.2%20612%20624%20612s-66.3-13.3-90.5-37.5a127.26%20127.26%200%200%201-37.5-91.8c.3-32.8%2013.4-64.5%2036.3-88c24-24.6%2056.1-38.3%2090.4-38.7c33.9-.3%2066.8%2012.9%2091%2036.6c24.8%2024.3%2038.4%2056.8%2038.4%2091.4c-.1%2034.2-13.4%2066.3-37.6%2090.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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M888%20784H664c-4.4%200-8%203.6-8%208v48c0%204.4%203.6%208%208%208h224c4.4%200%208-3.6%208-8v-48c0-4.4-3.6-8-8-8M373.5%20510.4c-.9-8.7-1.4-17.5-1.4-26.4c0-15.9%201.5-31.4%204.3-46.5c.7-3.6-1.2-7.3-4.5-8.8c-13.6-6.1-26.1-14.5-36.9-25.1a127.54%20127.54%200%200%201-38.7-95.4c.9-32.1%2013.8-62.6%2036.3-85.6c24.7-25.3%2057.9-39.1%2093.2-38.7c31.9.3%2062.7%2012.6%2086%2034.4c7.9%207.4%2014.7%2015.6%2020.4%2024.4c2%203.1%205.9%204.4%209.3%203.2c17.6-6.1%2036.2-10.4%2055.3-12.4c5.6-.6%208.8-6.6%206.3-11.6c-32.5-64.3-98.9-108.7-175.7-109.9c-110.9-1.7-203.3%2089.2-203.3%20199.9c0%2062.8%2028.9%20118.8%2074.2%20155.5c-31.8%2014.7-61.1%2035-86.5%2060.4c-54.8%2054.7-85.8%20126.9-87.8%20204a8%208%200%200%200%208%208.2h56.1c4.3%200%207.9-3.4%208-7.7c1.9-58%2025.4-112.3%2066.7-153.5c29.4-29.4%2065.4-49.8%20104.7-59.7c3.9-1%206.5-4.7%206-8.7M824%20484c0-109.4-87.9-198.3-196.9-200C516.3%20282.3%20424%20373.2%20424%20484c0%2062.8%2029%20118.8%2074.2%20155.5a301%20301%200%200%200-86.4%2060.4C357%20754.6%20326%20826.8%20324%20903.8a8%208%200%200%200%208%208.2h56c4.3%200%207.9-3.4%208-7.7c1.9-58%2025.4-112.3%2066.7-153.5C505.8%20707.7%20563%20684%20624%20684c110.4%200%20200-89.5%20200-200m-109.5%2090.5C690.3%20598.7%20658.2%20612%20624%20612s-66.3-13.3-90.5-37.5a127.26%20127.26%200%200%201-37.5-91.8c.3-32.8%2013.4-64.5%2036.3-88c24-24.6%2056.1-38.3%2090.4-38.7c33.9-.3%2066.8%2012.9%2091%2036.6c24.8%2024.3%2038.4%2056.8%2038.4%2091.4c-.1%2034.2-13.4%2066.3-37.6%2090.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/usergroup-delete-outlined.svg?color=%231a73e8&size=48