close icon
close-outlined from WeUI Icon by WeUI · Outlined · MIT Free for personal and commercial use.
- Name
- close-outlined
- Set
- WeUI Icon
- Style
- Outlined
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
close-outlinedAnt Design IconscloseCarboncloseCodiconscloseElement Plusclose-fillEva IconscloseFont Awesome Solidclose-outlineFlowbite Iconsclosecss.ggcloseIconParkcloseIconPark OutlinecloseIonIconscloseJam IconscloseMaterial Line IconscloseSVG LogoscloseMajesticonscloseMaterial SymbolscloseMaterial Symbols LightcloseMaterial Design Iconsclose-fillMingCute IconcloseOpenMojiclosePixelarticonsclose-fillRemix Iconclose-boldSolarcloseTDesign Icons
Related icons in WeUI Icon
Use the close icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><path id="SVG0kegTdID1" fill="currentColor" d="M8 6.943L1.807.75L.75 1.807L6.943 8L.75 14.193l1.057 1.057L8 9.057l6.193 6.193l1.057-1.057L9.057 8l6.193-6.193L14.193.75z"/></defs><use fill-rule="evenodd" href="#SVG0kegTdID1" transform="translate(4 4)"/></svg>
React
import type { SVGProps } from "react";
export function WeuiCloseOutlined(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><path id="SVG0kegTdID1" fill="currentColor" d="M8 6.943L1.807.75L.75 1.807L6.943 8L.75 14.193l1.057 1.057L8 9.057l6.193 6.193l1.057-1.057L9.057 8l6.193-6.193L14.193.75z"/></defs><use fillRule="evenodd" href="#SVG0kegTdID1" transform="translate(4 4)"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><path id="SVG0kegTdID1" fill="currentColor" d="M8 6.943L1.807.75L.75 1.807L6.943 8L.75 14.193l1.057 1.057L8 9.057l6.193 6.193l1.057-1.057L9.057 8l6.193-6.193L14.193.75z"/></defs><use fill-rule="evenodd" href="#SVG0kegTdID1" transform="translate(4 4)"/></svg> </template>
CSS
.icon-close-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%2024%2024%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVG0kegTdID1%22%20fill%3D%22currentColor%22%20d%3D%22M8%206.943L1.807.75L.75%201.807L6.943%208L.75%2014.193l1.057%201.057L8%209.057l6.193%206.193l1.057-1.057L9.057%208l6.193-6.193L14.193.75z%22%2F%3E%3C%2Fdefs%3E%3Cuse%20fill-rule%3D%22evenodd%22%20href%3D%22%23SVG0kegTdID1%22%20transform%3D%22translate(4%204)%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%3Cdefs%3E%3Cpath%20id%3D%22SVG0kegTdID1%22%20fill%3D%22currentColor%22%20d%3D%22M8%206.943L1.807.75L.75%201.807L6.943%208L.75%2014.193l1.057%201.057L8%209.057l6.193%206.193l1.057-1.057L9.057%208l6.193-6.193L14.193.75z%22%2F%3E%3C%2Fdefs%3E%3Cuse%20fill-rule%3D%22evenodd%22%20href%3D%22%23SVG0kegTdID1%22%20transform%3D%22translate(4%204)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/weui/close-outlined.svg?color=%231a73e8&size=48