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

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

1 other variant in Material Design Icons

The same icon in other sets

More form icons from Material Design Icons

Use the close icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 16.74L7.76 12L3 7.26L7.26 3L12 7.76L16.74 3L21 7.26L16.24 12L21 16.74L16.74 21L12 16.24L7.26 21zm9-3.33l4.74 4.75l1.42-1.42L13.41 12l4.75-4.74l-1.42-1.42L12 10.59L7.26 5.84L5.84 7.26L10.59 12l-4.75 4.74l1.42 1.42z"/></svg>

React

import type { SVGProps } from "react";

export function MdiCloseOutline(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="M3 16.74L7.76 12L3 7.26L7.26 3L12 7.76L16.74 3L21 7.26L16.24 12L21 16.74L16.74 21L12 16.24L7.26 21zm9-3.33l4.74 4.75l1.42-1.42L13.41 12l4.75-4.74l-1.42-1.42L12 10.59L7.26 5.84L5.84 7.26L10.59 12l-4.75 4.74l1.42 1.42z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 16.74L7.76 12L3 7.26L7.26 3L12 7.76L16.74 3L21 7.26L16.24 12L21 16.74L16.74 21L12 16.24L7.26 21zm9-3.33l4.74 4.75l1.42-1.42L13.41 12l4.75-4.74l-1.42-1.42L12 10.59L7.26 5.84L5.84 7.26L10.59 12l-4.75 4.74l1.42 1.42z"/></svg>
</template>

CSS

.icon-close-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%22M3%2016.74L7.76%2012L3%207.26L7.26%203L12%207.76L16.74%203L21%207.26L16.24%2012L21%2016.74L16.74%2021L12%2016.24L7.26%2021zm9-3.33l4.74%204.75l1.42-1.42L13.41%2012l4.75-4.74l-1.42-1.42L12%2010.59L7.26%205.84L5.84%207.26L10.59%2012l-4.75%204.74l1.42%201.42z%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%22M3%2016.74L7.76%2012L3%207.26L7.26%203L12%207.76L16.74%203L21%207.26L16.24%2012L21%2016.74L16.74%2021L12%2016.24L7.26%2021zm9-3.33l4.74%204.75l1.42-1.42L13.41%2012l4.75-4.74l-1.42-1.42L12%2010.59L7.26%205.84L5.84%207.26L10.59%2012l-4.75%204.74l1.42%201.42z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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