close all icon

close-all from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
close-all
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

Related icons in Codicons

Use the close all icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M15 6v5c0 2.21-1.79 4-4 4H6c-.74 0-1.38-.4-1.73-1H11c1.65 0 3-1.35 3-3V4.27c.6.35 1 .99 1 1.73m-4 7H4c-1.103 0-2-.897-2-2V4c0-1.103.897-2 2-2h7c1.103 0 2 .897 2 2v7c0 1.103-.897 2-2 2m-7-1h7a1 1 0 0 0 1-1V4c0-.551-.448-1-1-1H4c-.552 0-1 .449-1 1v7a1 1 0 0 0 1 1m5.854-6.854a.5.5 0 0 0-.707 0L7.501 6.792L5.855 5.146a.5.5 0 0 0-.707.707l1.646 1.646l-1.646 1.646a.5.5 0 0 0 .708.707l1.646-1.646l1.646 1.646a.5.5 0 0 0 .708 0a.5.5 0 0 0 0-.707L8.21 7.499l1.646-1.646a.5.5 0 0 0 0-.707z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconCloseAll(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M15 6v5c0 2.21-1.79 4-4 4H6c-.74 0-1.38-.4-1.73-1H11c1.65 0 3-1.35 3-3V4.27c.6.35 1 .99 1 1.73m-4 7H4c-1.103 0-2-.897-2-2V4c0-1.103.897-2 2-2h7c1.103 0 2 .897 2 2v7c0 1.103-.897 2-2 2m-7-1h7a1 1 0 0 0 1-1V4c0-.551-.448-1-1-1H4c-.552 0-1 .449-1 1v7a1 1 0 0 0 1 1m5.854-6.854a.5.5 0 0 0-.707 0L7.501 6.792L5.855 5.146a.5.5 0 0 0-.707.707l1.646 1.646l-1.646 1.646a.5.5 0 0 0 .708.707l1.646-1.646l1.646 1.646a.5.5 0 0 0 .708 0a.5.5 0 0 0 0-.707L8.21 7.499l1.646-1.646a.5.5 0 0 0 0-.707z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M15 6v5c0 2.21-1.79 4-4 4H6c-.74 0-1.38-.4-1.73-1H11c1.65 0 3-1.35 3-3V4.27c.6.35 1 .99 1 1.73m-4 7H4c-1.103 0-2-.897-2-2V4c0-1.103.897-2 2-2h7c1.103 0 2 .897 2 2v7c0 1.103-.897 2-2 2m-7-1h7a1 1 0 0 0 1-1V4c0-.551-.448-1-1-1H4c-.552 0-1 .449-1 1v7a1 1 0 0 0 1 1m5.854-6.854a.5.5 0 0 0-.707 0L7.501 6.792L5.855 5.146a.5.5 0 0 0-.707.707l1.646 1.646l-1.646 1.646a.5.5 0 0 0 .708.707l1.646-1.646l1.646 1.646a.5.5 0 0 0 .708 0a.5.5 0 0 0 0-.707L8.21 7.499l1.646-1.646a.5.5 0 0 0 0-.707z"/></svg>
</template>

CSS

.icon-close-all {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%206v5c0%202.21-1.79%204-4%204H6c-.74%200-1.38-.4-1.73-1H11c1.65%200%203-1.35%203-3V4.27c.6.35%201%20.99%201%201.73m-4%207H4c-1.103%200-2-.897-2-2V4c0-1.103.897-2%202-2h7c1.103%200%202%20.897%202%202v7c0%201.103-.897%202-2%202m-7-1h7a1%201%200%200%200%201-1V4c0-.551-.448-1-1-1H4c-.552%200-1%20.449-1%201v7a1%201%200%200%200%201%201m5.854-6.854a.5.5%200%200%200-.707%200L7.501%206.792L5.855%205.146a.5.5%200%200%200-.707.707l1.646%201.646l-1.646%201.646a.5.5%200%200%200%20.708.707l1.646-1.646l1.646%201.646a.5.5%200%200%200%20.708%200a.5.5%200%200%200%200-.707L8.21%207.499l1.646-1.646a.5.5%200%200%200%200-.707z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%206v5c0%202.21-1.79%204-4%204H6c-.74%200-1.38-.4-1.73-1H11c1.65%200%203-1.35%203-3V4.27c.6.35%201%20.99%201%201.73m-4%207H4c-1.103%200-2-.897-2-2V4c0-1.103.897-2%202-2h7c1.103%200%202%20.897%202%202v7c0%201.103-.897%202-2%202m-7-1h7a1%201%200%200%200%201-1V4c0-.551-.448-1-1-1H4c-.552%200-1%20.449-1%201v7a1%201%200%200%200%201%201m5.854-6.854a.5.5%200%200%200-.707%200L7.501%206.792L5.855%205.146a.5.5%200%200%200-.707.707l1.646%201.646l-1.646%201.646a.5.5%200%200%200%20.708.707l1.646-1.646l1.646%201.646a.5.5%200%200%200%20.708%200a.5.5%200%200%200%200-.707L8.21%207.499l1.646-1.646a.5.5%200%200%200%200-.707z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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