close icon
close-outline from Solar by 480 Design · Outline · UI · CC-BY-4.0 Attribution required.
- Name
- close-outline
- Set
- Solar
- Style
- Outline
- Category
- UI
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
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 IconcloseTDesign Iconsclose-outlinedWeUI Icon
More ui icons from Solar
accessibility-boldadd-boldadd-circle-boldadd-square-boldaugmented-reality-boldballoon-boldbattery-charge-boldbattery-charge-minimalistic-boldbattery-full-boldbattery-full-minimalistic-boldbattery-half-boldbattery-half-minimalistic-boldbattery-low-boldbattery-low-minimalistic-boldblocks-boldbody-boldbolt-boldbolt-circle-boldbox-boldbox-minimalistic-boldbroom-boldcat-boldcheck-circle-boldcheck-square-bold
Use the close icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.53717 19.5302C5.24427 19.8231 4.7694 19.8231 4.47651 19.5302C4.18361 19.2373 4.18361 18.7624 4.47651 18.4696L18.4764 4.46967C18.7693 4.17678 19.2442 4.17678 19.5371 4.46967C19.8299 4.76256 19.8299 5.23744 19.5371 5.53033L5.53717 19.5302Z"/><path d="M4.46978 5.53033C4.17689 5.23744 4.17689 4.76256 4.46978 4.46967C4.76268 4.17678 5.23755 4.17678 5.53044 4.46967L19.5303 18.4696C19.8232 18.7624 19.8232 19.2373 19.5303 19.5302C19.2374 19.8231 18.7626 19.8231 18.4697 19.5302L4.46978 5.53033Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarCloseOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.53717 19.5302C5.24427 19.8231 4.7694 19.8231 4.47651 19.5302C4.18361 19.2373 4.18361 18.7624 4.47651 18.4696L18.4764 4.46967C18.7693 4.17678 19.2442 4.17678 19.5371 4.46967C19.8299 4.76256 19.8299 5.23744 19.5371 5.53033L5.53717 19.5302Z"/><path d="M4.46978 5.53033C4.17689 5.23744 4.17689 4.76256 4.46978 4.46967C4.76268 4.17678 5.23755 4.17678 5.53044 4.46967L19.5303 18.4696C19.8232 18.7624 19.8232 19.2373 19.5303 19.5302C19.2374 19.8231 18.7626 19.8231 18.4697 19.5302L4.46978 5.53033Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.53717 19.5302C5.24427 19.8231 4.7694 19.8231 4.47651 19.5302C4.18361 19.2373 4.18361 18.7624 4.47651 18.4696L18.4764 4.46967C18.7693 4.17678 19.2442 4.17678 19.5371 4.46967C19.8299 4.76256 19.8299 5.23744 19.5371 5.53033L5.53717 19.5302Z"/><path d="M4.46978 5.53033C4.17689 5.23744 4.17689 4.76256 4.46978 4.46967C4.76268 4.17678 5.23755 4.17678 5.53044 4.46967L19.5303 18.4696C19.8232 18.7624 19.8232 19.2373 19.5303 19.5302C19.2374 19.8231 18.7626 19.8231 18.4697 19.5302L4.46978 5.53033Z"/></g></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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5.53717%2019.5302C5.24427%2019.8231%204.7694%2019.8231%204.47651%2019.5302C4.18361%2019.2373%204.18361%2018.7624%204.47651%2018.4696L18.4764%204.46967C18.7693%204.17678%2019.2442%204.17678%2019.5371%204.46967C19.8299%204.76256%2019.8299%205.23744%2019.5371%205.53033L5.53717%2019.5302Z%22%2F%3E%3Cpath%20d%3D%22M4.46978%205.53033C4.17689%205.23744%204.17689%204.76256%204.46978%204.46967C4.76268%204.17678%205.23755%204.17678%205.53044%204.46967L19.5303%2018.4696C19.8232%2018.7624%2019.8232%2019.2373%2019.5303%2019.5302C19.2374%2019.8231%2018.7626%2019.8231%2018.4697%2019.5302L4.46978%205.53033Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5.53717%2019.5302C5.24427%2019.8231%204.7694%2019.8231%204.47651%2019.5302C4.18361%2019.2373%204.18361%2018.7624%204.47651%2018.4696L18.4764%204.46967C18.7693%204.17678%2019.2442%204.17678%2019.5371%204.46967C19.8299%204.76256%2019.8299%205.23744%2019.5371%205.53033L5.53717%2019.5302Z%22%2F%3E%3Cpath%20d%3D%22M4.46978%205.53033C4.17689%205.23744%204.17689%204.76256%204.46978%204.46967C4.76268%204.17678%205.23755%204.17678%205.53044%204.46967L19.5303%2018.4696C19.8232%2018.7624%2019.8232%2019.2373%2019.5303%2019.5302C19.2374%2019.8231%2018.7626%2019.8231%2018.4697%2019.5302L4.46978%205.53033Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/close-outline.svg?color=%231a73e8&size=48