group-dismiss-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
group-dismiss-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the group dismiss icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 5a2 2 0 1 1-4 0a2 2 0 0 1 4 0m14 0a2 2 0 1 1-4 0a2 2 0 0 1 4 0M7 19a2 2 0 1 1-4 0a2 2 0 0 1 4 0M8 5q0 .255-.041.5H12.5a1 1 0 0 1 1 1V9h-2A2.5 2.5 0 0 0 9 11.5v2H6.5a1 1 0 0 1-1-1V7.959a3 3 0 0 1-1.5-.13V12.5A2.5 2.5 0 0 0 6.5 15H9v2.5a2.5 2.5 0 0 0 2.498 2.5a6.5 6.5 0 0 1-.436-1.6a1 1 0 0 1-.562-.9v-6a1 1 0 0 1 1-1h6a1 1 0 0 1 .9.562a6.5 6.5 0 0 1 1.6.436A2.5 2.5 0 0 0 17.5 9H15V6.5A2.5 2.5 0 0 0 12.5 4H7.83c.11.313.17.65.17 1m15 12.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-5.5-.707l-1.646-1.647a.5.5 0 0 0-.708.708l1.647 1.646l-1.647 1.646a.5.5 0 0 0 .708.708l1.646-1.647l1.646 1.647a.5.5 0 0 0 .708-.708L18.207 17.5l1.647-1.646a.5.5 0 0 0-.708-.708z"/></svg>

React

import type { SVGProps } from "react";

export function FluentGroupDismiss24Regular(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="M7 5a2 2 0 1 1-4 0a2 2 0 0 1 4 0m14 0a2 2 0 1 1-4 0a2 2 0 0 1 4 0M7 19a2 2 0 1 1-4 0a2 2 0 0 1 4 0M8 5q0 .255-.041.5H12.5a1 1 0 0 1 1 1V9h-2A2.5 2.5 0 0 0 9 11.5v2H6.5a1 1 0 0 1-1-1V7.959a3 3 0 0 1-1.5-.13V12.5A2.5 2.5 0 0 0 6.5 15H9v2.5a2.5 2.5 0 0 0 2.498 2.5a6.5 6.5 0 0 1-.436-1.6a1 1 0 0 1-.562-.9v-6a1 1 0 0 1 1-1h6a1 1 0 0 1 .9.562a6.5 6.5 0 0 1 1.6.436A2.5 2.5 0 0 0 17.5 9H15V6.5A2.5 2.5 0 0 0 12.5 4H7.83c.11.313.17.65.17 1m15 12.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-5.5-.707l-1.646-1.647a.5.5 0 0 0-.708.708l1.647 1.646l-1.647 1.646a.5.5 0 0 0 .708.708l1.646-1.647l1.646 1.647a.5.5 0 0 0 .708-.708L18.207 17.5l1.647-1.646a.5.5 0 0 0-.708-.708z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 5a2 2 0 1 1-4 0a2 2 0 0 1 4 0m14 0a2 2 0 1 1-4 0a2 2 0 0 1 4 0M7 19a2 2 0 1 1-4 0a2 2 0 0 1 4 0M8 5q0 .255-.041.5H12.5a1 1 0 0 1 1 1V9h-2A2.5 2.5 0 0 0 9 11.5v2H6.5a1 1 0 0 1-1-1V7.959a3 3 0 0 1-1.5-.13V12.5A2.5 2.5 0 0 0 6.5 15H9v2.5a2.5 2.5 0 0 0 2.498 2.5a6.5 6.5 0 0 1-.436-1.6a1 1 0 0 1-.562-.9v-6a1 1 0 0 1 1-1h6a1 1 0 0 1 .9.562a6.5 6.5 0 0 1 1.6.436A2.5 2.5 0 0 0 17.5 9H15V6.5A2.5 2.5 0 0 0 12.5 4H7.83c.11.313.17.65.17 1m15 12.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-5.5-.707l-1.646-1.647a.5.5 0 0 0-.708.708l1.647 1.646l-1.647 1.646a.5.5 0 0 0 .708.708l1.646-1.647l1.646 1.647a.5.5 0 0 0 .708-.708L18.207 17.5l1.647-1.646a.5.5 0 0 0-.708-.708z"/></svg>
</template>

CSS

.icon-group-dismiss-24-regular {
  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%22M7%205a2%202%200%201%201-4%200a2%202%200%200%201%204%200m14%200a2%202%200%201%201-4%200a2%202%200%200%201%204%200M7%2019a2%202%200%201%201-4%200a2%202%200%200%201%204%200M8%205q0%20.255-.041.5H12.5a1%201%200%200%201%201%201V9h-2A2.5%202.5%200%200%200%209%2011.5v2H6.5a1%201%200%200%201-1-1V7.959a3%203%200%200%201-1.5-.13V12.5A2.5%202.5%200%200%200%206.5%2015H9v2.5a2.5%202.5%200%200%200%202.498%202.5a6.5%206.5%200%200%201-.436-1.6a1%201%200%200%201-.562-.9v-6a1%201%200%200%201%201-1h6a1%201%200%200%201%20.9.562a6.5%206.5%200%200%201%201.6.436A2.5%202.5%200%200%200%2017.5%209H15V6.5A2.5%202.5%200%200%200%2012.5%204H7.83c.11.313.17.65.17%201m15%2012.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m-5.5-.707l-1.646-1.647a.5.5%200%200%200-.708.708l1.647%201.646l-1.647%201.646a.5.5%200%200%200%20.708.708l1.646-1.647l1.646%201.647a.5.5%200%200%200%20.708-.708L18.207%2017.5l1.647-1.646a.5.5%200%200%200-.708-.708z%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%22M7%205a2%202%200%201%201-4%200a2%202%200%200%201%204%200m14%200a2%202%200%201%201-4%200a2%202%200%200%201%204%200M7%2019a2%202%200%201%201-4%200a2%202%200%200%201%204%200M8%205q0%20.255-.041.5H12.5a1%201%200%200%201%201%201V9h-2A2.5%202.5%200%200%200%209%2011.5v2H6.5a1%201%200%200%201-1-1V7.959a3%203%200%200%201-1.5-.13V12.5A2.5%202.5%200%200%200%206.5%2015H9v2.5a2.5%202.5%200%200%200%202.498%202.5a6.5%206.5%200%200%201-.436-1.6a1%201%200%200%201-.562-.9v-6a1%201%200%200%201%201-1h6a1%201%200%200%201%20.9.562a6.5%206.5%200%200%201%201.6.436A2.5%202.5%200%200%200%2017.5%209H15V6.5A2.5%202.5%200%200%200%2012.5%204H7.83c.11.313.17.65.17%201m15%2012.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m-5.5-.707l-1.646-1.647a.5.5%200%200%200-.708.708l1.647%201.646l-1.647%201.646a.5.5%200%200%200%20.708.708l1.646-1.647l1.646%201.647a.5.5%200%200%200%20.708-.708L18.207%2017.5l1.647-1.646a.5.5%200%200%200-.708-.708z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/group-dismiss-24-regular.svg?color=%231a73e8&size=48