x circle icon
x-circle-rounded from Material Symbols Light by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- x-circle-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More hardware icons from Material Symbols Light
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
Use the x circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.989 12.496l2.494 4.096q.129.197.297.212t.322-.083t.206-.263t-.077-.362L12.552 11.8l2.467-3.946q.123-.171.074-.334t-.203-.241t-.312-.063t-.282.192l-2.283 3.738L9.75 7.408q-.129-.197-.294-.212t-.325.083t-.209.254q-.049.155.08.351l2.454 3.922l-2.717 4.34q-.123.171-.074.334t.202.241t.313.06q.159-.017.282-.189zM8.494 20.3q-1.642-.701-2.867-1.926t-1.926-2.867T3 12t.701-3.506t1.926-2.857T8.494 3.71T12 3t3.506.71t2.857 1.927t1.926 2.857T21 12t-.71 3.506t-1.926 2.867t-2.858 1.926T12 21t-3.506-.701"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightXCircleRounded(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="m11.989 12.496l2.494 4.096q.129.197.297.212t.322-.083t.206-.263t-.077-.362L12.552 11.8l2.467-3.946q.123-.171.074-.334t-.203-.241t-.312-.063t-.282.192l-2.283 3.738L9.75 7.408q-.129-.197-.294-.212t-.325.083t-.209.254q-.049.155.08.351l2.454 3.922l-2.717 4.34q-.123.171-.074.334t.202.241t.313.06q.159-.017.282-.189zM8.494 20.3q-1.642-.701-2.867-1.926t-1.926-2.867T3 12t.701-3.506t1.926-2.857T8.494 3.71T12 3t3.506.71t2.857 1.927t1.926 2.857T21 12t-.71 3.506t-1.926 2.867t-2.858 1.926T12 21t-3.506-.701"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.989 12.496l2.494 4.096q.129.197.297.212t.322-.083t.206-.263t-.077-.362L12.552 11.8l2.467-3.946q.123-.171.074-.334t-.203-.241t-.312-.063t-.282.192l-2.283 3.738L9.75 7.408q-.129-.197-.294-.212t-.325.083t-.209.254q-.049.155.08.351l2.454 3.922l-2.717 4.34q-.123.171-.074.334t.202.241t.313.06q.159-.017.282-.189zM8.494 20.3q-1.642-.701-2.867-1.926t-1.926-2.867T3 12t.701-3.506t1.926-2.857T8.494 3.71T12 3t3.506.71t2.857 1.927t1.926 2.857T21 12t-.71 3.506t-1.926 2.867t-2.858 1.926T12 21t-3.506-.701"/></svg> </template>
CSS
.icon-x-circle-rounded {
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%22m11.989%2012.496l2.494%204.096q.129.197.297.212t.322-.083t.206-.263t-.077-.362L12.552%2011.8l2.467-3.946q.123-.171.074-.334t-.203-.241t-.312-.063t-.282.192l-2.283%203.738L9.75%207.408q-.129-.197-.294-.212t-.325.083t-.209.254q-.049.155.08.351l2.454%203.922l-2.717%204.34q-.123.171-.074.334t.202.241t.313.06q.159-.017.282-.189zM8.494%2020.3q-1.642-.701-2.867-1.926t-1.926-2.867T3%2012t.701-3.506t1.926-2.857T8.494%203.71T12%203t3.506.71t2.857%201.927t1.926%202.857T21%2012t-.71%203.506t-1.926%202.867t-2.858%201.926T12%2021t-3.506-.701%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%22m11.989%2012.496l2.494%204.096q.129.197.297.212t.322-.083t.206-.263t-.077-.362L12.552%2011.8l2.467-3.946q.123-.171.074-.334t-.203-.241t-.312-.063t-.282.192l-2.283%203.738L9.75%207.408q-.129-.197-.294-.212t-.325.083t-.209.254q-.049.155.08.351l2.454%203.922l-2.717%204.34q-.123.171-.074.334t.202.241t.313.06q.159-.017.282-.189zM8.494%2020.3q-1.642-.701-2.867-1.926t-1.926-2.867T3%2012t.701-3.506t1.926-2.857T8.494%203.71T12%203t3.506.71t2.857%201.927t1.926%202.857T21%2012t-.71%203.506t-1.926%202.867t-2.858%201.926T12%2021t-3.506-.701%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/x-circle-rounded.svg?color=%231a73e8&size=48