remove-selection-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
remove-selection-rounded
Set
Material Symbols Light
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
remove-selection-outline-rounded

2 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the remove selection icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.864 16.552l-3.289 3.289q-.16.159-.363.15q-.204-.01-.364-.15q-.16-.141-.15-.345t.17-.363l3.288-3.289l-3.289-3.288q-.16-.16-.15-.354t.15-.354t.345-.16t.363.16l3.289 3.289l3.288-3.289q.16-.16.354-.14t.354.16t.16.334t-.16.354l-3.289 3.288l3.289 3.289q.16.16.14.363q-.02.204-.16.364t-.334.15t-.354-.17zM4.182 5.049Q4 4.867 4 4.615t.182-.433T4.615 4t.434.182t.182.433t-.182.434t-.434.182t-.433-.182m3.692 0q-.182-.182-.182-.434t.182-.433T8.308 4q.251 0 .433.182t.182.433t-.182.434t-.433.182t-.434-.182m3.692 0q-.182-.182-.182-.434t.182-.433T12 4t.434.182t.182.433t-.182.434t-.434.182t-.434-.182m3.693 0q-.182-.182-.182-.433q0-.252.182-.434T15.692 4t.434.182t.182.434t-.182.433t-.434.182q-.251 0-.433-.182m3.692 0q-.182-.182-.182-.433q0-.252.182-.434T19.385 4t.433.182t.182.434t-.182.433t-.434.182q-.251 0-.433-.182M7.874 19.819q-.182-.182-.182-.434t.182-.434t.434-.182t.433.182t.182.434t-.182.433t-.433.182t-.434-.182M4.182 8.741Q4 8.56 4 8.308t.182-.434t.433-.182t.434.182t.182.434t-.182.433t-.434.182t-.433-.182m0 3.693Q4 12.252 4 12t.182-.434t.433-.182t.434.182t.182.434t-.182.434t-.434.182t-.433-.182m0 3.692Q4 15.944 4 15.692q0-.251.182-.433t.433-.182t.434.182t.182.433t-.182.434t-.434.182t-.433-.182m0 3.692Q4 19.637 4 19.385t.182-.434t.433-.182q.252 0 .434.182t.182.434t-.182.433t-.434.182t-.433-.182M18.95 8.741q-.182-.182-.182-.433q0-.252.182-.434t.434-.182t.433.182t.182.434t-.182.433t-.434.182t-.433-.182"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightRemoveSelectionRounded(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="m15.864 16.552l-3.289 3.289q-.16.159-.363.15q-.204-.01-.364-.15q-.16-.141-.15-.345t.17-.363l3.288-3.289l-3.289-3.288q-.16-.16-.15-.354t.15-.354t.345-.16t.363.16l3.289 3.289l3.288-3.289q.16-.16.354-.14t.354.16t.16.334t-.16.354l-3.289 3.288l3.289 3.289q.16.16.14.363q-.02.204-.16.364t-.334.15t-.354-.17zM4.182 5.049Q4 4.867 4 4.615t.182-.433T4.615 4t.434.182t.182.433t-.182.434t-.434.182t-.433-.182m3.692 0q-.182-.182-.182-.434t.182-.433T8.308 4q.251 0 .433.182t.182.433t-.182.434t-.433.182t-.434-.182m3.692 0q-.182-.182-.182-.434t.182-.433T12 4t.434.182t.182.433t-.182.434t-.434.182t-.434-.182m3.693 0q-.182-.182-.182-.433q0-.252.182-.434T15.692 4t.434.182t.182.434t-.182.433t-.434.182q-.251 0-.433-.182m3.692 0q-.182-.182-.182-.433q0-.252.182-.434T19.385 4t.433.182t.182.434t-.182.433t-.434.182q-.251 0-.433-.182M7.874 19.819q-.182-.182-.182-.434t.182-.434t.434-.182t.433.182t.182.434t-.182.433t-.433.182t-.434-.182M4.182 8.741Q4 8.56 4 8.308t.182-.434t.433-.182t.434.182t.182.434t-.182.433t-.434.182t-.433-.182m0 3.693Q4 12.252 4 12t.182-.434t.433-.182t.434.182t.182.434t-.182.434t-.434.182t-.433-.182m0 3.692Q4 15.944 4 15.692q0-.251.182-.433t.433-.182t.434.182t.182.433t-.182.434t-.434.182t-.433-.182m0 3.692Q4 19.637 4 19.385t.182-.434t.433-.182q.252 0 .434.182t.182.434t-.182.433t-.434.182t-.433-.182M18.95 8.741q-.182-.182-.182-.433q0-.252.182-.434t.434-.182t.433.182t.182.434t-.182.433t-.434.182t-.433-.182"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.864 16.552l-3.289 3.289q-.16.159-.363.15q-.204-.01-.364-.15q-.16-.141-.15-.345t.17-.363l3.288-3.289l-3.289-3.288q-.16-.16-.15-.354t.15-.354t.345-.16t.363.16l3.289 3.289l3.288-3.289q.16-.16.354-.14t.354.16t.16.334t-.16.354l-3.289 3.288l3.289 3.289q.16.16.14.363q-.02.204-.16.364t-.334.15t-.354-.17zM4.182 5.049Q4 4.867 4 4.615t.182-.433T4.615 4t.434.182t.182.433t-.182.434t-.434.182t-.433-.182m3.692 0q-.182-.182-.182-.434t.182-.433T8.308 4q.251 0 .433.182t.182.433t-.182.434t-.433.182t-.434-.182m3.692 0q-.182-.182-.182-.434t.182-.433T12 4t.434.182t.182.433t-.182.434t-.434.182t-.434-.182m3.693 0q-.182-.182-.182-.433q0-.252.182-.434T15.692 4t.434.182t.182.434t-.182.433t-.434.182q-.251 0-.433-.182m3.692 0q-.182-.182-.182-.433q0-.252.182-.434T19.385 4t.433.182t.182.434t-.182.433t-.434.182q-.251 0-.433-.182M7.874 19.819q-.182-.182-.182-.434t.182-.434t.434-.182t.433.182t.182.434t-.182.433t-.433.182t-.434-.182M4.182 8.741Q4 8.56 4 8.308t.182-.434t.433-.182t.434.182t.182.434t-.182.433t-.434.182t-.433-.182m0 3.693Q4 12.252 4 12t.182-.434t.433-.182t.434.182t.182.434t-.182.434t-.434.182t-.433-.182m0 3.692Q4 15.944 4 15.692q0-.251.182-.433t.433-.182t.434.182t.182.433t-.182.434t-.434.182t-.433-.182m0 3.692Q4 19.637 4 19.385t.182-.434t.433-.182q.252 0 .434.182t.182.434t-.182.433t-.434.182t-.433-.182M18.95 8.741q-.182-.182-.182-.433q0-.252.182-.434t.434-.182t.433.182t.182.434t-.182.433t-.434.182t-.433-.182"/></svg>
</template>

CSS

.icon-remove-selection-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%22m15.864%2016.552l-3.289%203.289q-.16.159-.363.15q-.204-.01-.364-.15q-.16-.141-.15-.345t.17-.363l3.288-3.289l-3.289-3.288q-.16-.16-.15-.354t.15-.354t.345-.16t.363.16l3.289%203.289l3.288-3.289q.16-.16.354-.14t.354.16t.16.334t-.16.354l-3.289%203.288l3.289%203.289q.16.16.14.363q-.02.204-.16.364t-.334.15t-.354-.17zM4.182%205.049Q4%204.867%204%204.615t.182-.433T4.615%204t.434.182t.182.433t-.182.434t-.434.182t-.433-.182m3.692%200q-.182-.182-.182-.434t.182-.433T8.308%204q.251%200%20.433.182t.182.433t-.182.434t-.433.182t-.434-.182m3.692%200q-.182-.182-.182-.434t.182-.433T12%204t.434.182t.182.433t-.182.434t-.434.182t-.434-.182m3.693%200q-.182-.182-.182-.433q0-.252.182-.434T15.692%204t.434.182t.182.434t-.182.433t-.434.182q-.251%200-.433-.182m3.692%200q-.182-.182-.182-.433q0-.252.182-.434T19.385%204t.433.182t.182.434t-.182.433t-.434.182q-.251%200-.433-.182M7.874%2019.819q-.182-.182-.182-.434t.182-.434t.434-.182t.433.182t.182.434t-.182.433t-.433.182t-.434-.182M4.182%208.741Q4%208.56%204%208.308t.182-.434t.433-.182t.434.182t.182.434t-.182.433t-.434.182t-.433-.182m0%203.693Q4%2012.252%204%2012t.182-.434t.433-.182t.434.182t.182.434t-.182.434t-.434.182t-.433-.182m0%203.692Q4%2015.944%204%2015.692q0-.251.182-.433t.433-.182t.434.182t.182.433t-.182.434t-.434.182t-.433-.182m0%203.692Q4%2019.637%204%2019.385t.182-.434t.433-.182q.252%200%20.434.182t.182.434t-.182.433t-.434.182t-.433-.182M18.95%208.741q-.182-.182-.182-.433q0-.252.182-.434t.434-.182t.433.182t.182.434t-.182.433t-.434.182t-.433-.182%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%22m15.864%2016.552l-3.289%203.289q-.16.159-.363.15q-.204-.01-.364-.15q-.16-.141-.15-.345t.17-.363l3.288-3.289l-3.289-3.288q-.16-.16-.15-.354t.15-.354t.345-.16t.363.16l3.289%203.289l3.288-3.289q.16-.16.354-.14t.354.16t.16.334t-.16.354l-3.289%203.288l3.289%203.289q.16.16.14.363q-.02.204-.16.364t-.334.15t-.354-.17zM4.182%205.049Q4%204.867%204%204.615t.182-.433T4.615%204t.434.182t.182.433t-.182.434t-.434.182t-.433-.182m3.692%200q-.182-.182-.182-.434t.182-.433T8.308%204q.251%200%20.433.182t.182.433t-.182.434t-.433.182t-.434-.182m3.692%200q-.182-.182-.182-.434t.182-.433T12%204t.434.182t.182.433t-.182.434t-.434.182t-.434-.182m3.693%200q-.182-.182-.182-.433q0-.252.182-.434T15.692%204t.434.182t.182.434t-.182.433t-.434.182q-.251%200-.433-.182m3.692%200q-.182-.182-.182-.433q0-.252.182-.434T19.385%204t.433.182t.182.434t-.182.433t-.434.182q-.251%200-.433-.182M7.874%2019.819q-.182-.182-.182-.434t.182-.434t.434-.182t.433.182t.182.434t-.182.433t-.433.182t-.434-.182M4.182%208.741Q4%208.56%204%208.308t.182-.434t.433-.182t.434.182t.182.434t-.182.433t-.434.182t-.433-.182m0%203.693Q4%2012.252%204%2012t.182-.434t.433-.182t.434.182t.182.434t-.182.434t-.434.182t-.433-.182m0%203.692Q4%2015.944%204%2015.692q0-.251.182-.433t.433-.182t.434.182t.182.433t-.182.434t-.434.182t-.433-.182m0%203.692Q4%2019.637%204%2019.385t.182-.434t.433-.182q.252%200%20.434.182t.182.434t-.182.433t-.434.182t-.433-.182M18.95%208.741q-.182-.182-.182-.433q0-.252.182-.434t.434-.182t.433.182t.182.434t-.182.433t-.434.182t-.433-.182%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/remove-selection-rounded.svg?color=%231a73e8&size=48