close circle multiple icon

close-circle-multiple-outline from Material Design Icons by Pictogrammers · Outline · Form · Apache-2.0 Free for personal and commercial use.

Name
close-circle-multiple-outline
Set
Material Design Icons
Style
Outline
Category
Form
Viewbox
24×24
License
Apache 2.0
Aliases
cancel-circle-multiple-outline, clear-circle-multiple-outline, coins-close-outline, coins-remove-outline, multiply-circle-multiple-outline, remove-circle-multiple-outline

1 other variant in Material Design Icons

More form icons from Material Design Icons

Use the close circle multiple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.54 9.88l-1.42-1.41L15 10.59l-2.12-2.12l-1.41 1.41L13.59 12l-2.12 2.12l1.41 1.42L15 13.41l2.12 2.13l1.42-1.42L16.41 12M2 12c0-2.79 1.64-5.2 4-6.32V3.5C2.5 4.76 0 8.09 0 12s2.5 7.24 6 8.5v-2.18C3.64 17.2 2 14.79 2 12m13-9c-4.96 0-9 4.04-9 9s4.04 9 9 9s9-4.04 9-9s-4.04-9-9-9m0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7s7 3.14 7 7s-3.14 7-7 7"/></svg>

React

import type { SVGProps } from "react";

export function MdiCloseCircleMultipleOutline(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="m18.54 9.88l-1.42-1.41L15 10.59l-2.12-2.12l-1.41 1.41L13.59 12l-2.12 2.12l1.41 1.42L15 13.41l2.12 2.13l1.42-1.42L16.41 12M2 12c0-2.79 1.64-5.2 4-6.32V3.5C2.5 4.76 0 8.09 0 12s2.5 7.24 6 8.5v-2.18C3.64 17.2 2 14.79 2 12m13-9c-4.96 0-9 4.04-9 9s4.04 9 9 9s9-4.04 9-9s-4.04-9-9-9m0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7s7 3.14 7 7s-3.14 7-7 7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.54 9.88l-1.42-1.41L15 10.59l-2.12-2.12l-1.41 1.41L13.59 12l-2.12 2.12l1.41 1.42L15 13.41l2.12 2.13l1.42-1.42L16.41 12M2 12c0-2.79 1.64-5.2 4-6.32V3.5C2.5 4.76 0 8.09 0 12s2.5 7.24 6 8.5v-2.18C3.64 17.2 2 14.79 2 12m13-9c-4.96 0-9 4.04-9 9s4.04 9 9 9s9-4.04 9-9s-4.04-9-9-9m0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7s7 3.14 7 7s-3.14 7-7 7"/></svg>
</template>

CSS

.icon-close-circle-multiple-outline {
  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%22m18.54%209.88l-1.42-1.41L15%2010.59l-2.12-2.12l-1.41%201.41L13.59%2012l-2.12%202.12l1.41%201.42L15%2013.41l2.12%202.13l1.42-1.42L16.41%2012M2%2012c0-2.79%201.64-5.2%204-6.32V3.5C2.5%204.76%200%208.09%200%2012s2.5%207.24%206%208.5v-2.18C3.64%2017.2%202%2014.79%202%2012m13-9c-4.96%200-9%204.04-9%209s4.04%209%209%209s9-4.04%209-9s-4.04-9-9-9m0%2016c-3.86%200-7-3.14-7-7s3.14-7%207-7s7%203.14%207%207s-3.14%207-7%207%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%22m18.54%209.88l-1.42-1.41L15%2010.59l-2.12-2.12l-1.41%201.41L13.59%2012l-2.12%202.12l1.41%201.42L15%2013.41l2.12%202.13l1.42-1.42L16.41%2012M2%2012c0-2.79%201.64-5.2%204-6.32V3.5C2.5%204.76%200%208.09%200%2012s2.5%207.24%206%208.5v-2.18C3.64%2017.2%202%2014.79%202%2012m13-9c-4.96%200-9%204.04-9%209s4.04%209%209%209s9-4.04%209-9s-4.04-9-9-9m0%2016c-3.86%200-7-3.14-7-7s3.14-7%207-7s7%203.14%207%207s-3.14%207-7%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/close-circle-multiple-outline.svg?color=%231a73e8&size=48