close circled icon
close-circled from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- close-circled
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
Use the close circled icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 33C132.3 33 32 133.3 32 257s100.3 224 224 224 224-100.3 224-224S379.7 33 256 33zm108.3 299.5c1.5 1.5 2.3 3.5 2.3 5.6 0 2.1-.8 4.2-2.3 5.6l-21.6 21.7c-1.6 1.6-3.6 2.3-5.6 2.3-2 0-4.1-.8-5.6-2.3L256 289.8l-75.4 75.7c-1.5 1.6-3.6 2.3-5.6 2.3-2 0-4.1-.8-5.6-2.3l-21.6-21.7c-1.5-1.5-2.3-3.5-2.3-5.6 0-2.1.8-4.2 2.3-5.6l75.7-76-75.9-75c-3.1-3.1-3.1-8.2 0-11.3l21.6-21.7c1.5-1.5 3.5-2.3 5.6-2.3 2.1 0 4.1.8 5.6 2.3l75.7 74.7 75.7-74.7c1.5-1.5 3.5-2.3 5.6-2.3 2.1 0 4.1.8 5.6 2.3l21.6 21.7c3.1 3.1 3.1 8.2 0 11.3l-75.9 75 75.6 75.9z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonCloseCircled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 33C132.3 33 32 133.3 32 257s100.3 224 224 224 224-100.3 224-224S379.7 33 256 33zm108.3 299.5c1.5 1.5 2.3 3.5 2.3 5.6 0 2.1-.8 4.2-2.3 5.6l-21.6 21.7c-1.6 1.6-3.6 2.3-5.6 2.3-2 0-4.1-.8-5.6-2.3L256 289.8l-75.4 75.7c-1.5 1.6-3.6 2.3-5.6 2.3-2 0-4.1-.8-5.6-2.3l-21.6-21.7c-1.5-1.5-2.3-3.5-2.3-5.6 0-2.1.8-4.2 2.3-5.6l75.7-76-75.9-75c-3.1-3.1-3.1-8.2 0-11.3l21.6-21.7c1.5-1.5 3.5-2.3 5.6-2.3 2.1 0 4.1.8 5.6 2.3l75.7 74.7 75.7-74.7c1.5-1.5 3.5-2.3 5.6-2.3 2.1 0 4.1.8 5.6 2.3l21.6 21.7c3.1 3.1 3.1 8.2 0 11.3l-75.9 75 75.6 75.9z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 33C132.3 33 32 133.3 32 257s100.3 224 224 224 224-100.3 224-224S379.7 33 256 33zm108.3 299.5c1.5 1.5 2.3 3.5 2.3 5.6 0 2.1-.8 4.2-2.3 5.6l-21.6 21.7c-1.6 1.6-3.6 2.3-5.6 2.3-2 0-4.1-.8-5.6-2.3L256 289.8l-75.4 75.7c-1.5 1.6-3.6 2.3-5.6 2.3-2 0-4.1-.8-5.6-2.3l-21.6-21.7c-1.5-1.5-2.3-3.5-2.3-5.6 0-2.1.8-4.2 2.3-5.6l75.7-76-75.9-75c-3.1-3.1-3.1-8.2 0-11.3l21.6-21.7c1.5-1.5 3.5-2.3 5.6-2.3 2.1 0 4.1.8 5.6 2.3l75.7 74.7 75.7-74.7c1.5-1.5 3.5-2.3 5.6-2.3 2.1 0 4.1.8 5.6 2.3l21.6 21.7c3.1 3.1 3.1 8.2 0 11.3l-75.9 75 75.6 75.9z" fill="currentColor"/></svg> </template>
CSS
.icon-close-circled {
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%20512%20512%22%3E%3Cpath%20d%3D%22M256%2033C132.3%2033%2032%20133.3%2032%20257s100.3%20224%20224%20224%20224-100.3%20224-224S379.7%2033%20256%2033zm108.3%20299.5c1.5%201.5%202.3%203.5%202.3%205.6%200%202.1-.8%204.2-2.3%205.6l-21.6%2021.7c-1.6%201.6-3.6%202.3-5.6%202.3-2%200-4.1-.8-5.6-2.3L256%20289.8l-75.4%2075.7c-1.5%201.6-3.6%202.3-5.6%202.3-2%200-4.1-.8-5.6-2.3l-21.6-21.7c-1.5-1.5-2.3-3.5-2.3-5.6%200-2.1.8-4.2%202.3-5.6l75.7-76-75.9-75c-3.1-3.1-3.1-8.2%200-11.3l21.6-21.7c1.5-1.5%203.5-2.3%205.6-2.3%202.1%200%204.1.8%205.6%202.3l75.7%2074.7%2075.7-74.7c1.5-1.5%203.5-2.3%205.6-2.3%202.1%200%204.1.8%205.6%202.3l21.6%2021.7c3.1%203.1%203.1%208.2%200%2011.3l-75.9%2075%2075.6%2075.9z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M256%2033C132.3%2033%2032%20133.3%2032%20257s100.3%20224%20224%20224%20224-100.3%20224-224S379.7%2033%20256%2033zm108.3%20299.5c1.5%201.5%202.3%203.5%202.3%205.6%200%202.1-.8%204.2-2.3%205.6l-21.6%2021.7c-1.6%201.6-3.6%202.3-5.6%202.3-2%200-4.1-.8-5.6-2.3L256%20289.8l-75.4%2075.7c-1.5%201.6-3.6%202.3-5.6%202.3-2%200-4.1-.8-5.6-2.3l-21.6-21.7c-1.5-1.5-2.3-3.5-2.3-5.6%200-2.1.8-4.2%202.3-5.6l75.7-76-75.9-75c-3.1-3.1-3.1-8.2%200-11.3l21.6-21.7c1.5-1.5%203.5-2.3%205.6-2.3%202.1%200%204.1.8%205.6%202.3l75.7%2074.7%2075.7-74.7c1.5-1.5%203.5-2.3%205.6-2.3%202.1%200%204.1.8%205.6%202.3l21.6%2021.7c3.1%203.1%203.1%208.2%200%2011.3l-75.9%2075%2075.6%2075.9z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/close-circled.svg?color=%231a73e8&size=48