globe 2 cancel icon
globe-2-cancel-rounded from Material Symbols Light by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.
- Name
- globe-2-cancel-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Android
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- globe-2-cancel-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More android icons from Material Symbols Light
1x-mobiledata1x-mobiledata-badge3g-mobiledata3g-mobiledata-badge4g-mobiledata4g-mobiledata-badge4g-plus-mobiledata5g5g-mobiledata-badgeadbairplanemode-inactiveandroidandroid-cell-4-barandroid-cell-4-bar-alertandroid-cell-4-bar-offandroid-cell-4-bar-plusandroid-cell-5-barandroid-cell-5-bar-alertandroid-cell-5-bar-offandroid-cell-5-bar-plusandroid-cell-dual-4-barandroid-cell-dual-4-bar-alertandroid-cell-dual-4-bar-plusandroid-cell-dual-5-bar
Use the globe 2 cancel icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.5 18.925l-1.74 1.721q-.147.14-.348.153t-.366-.153t-.165-.356q0-.192.165-.357l1.746-1.74l-1.746-1.722q-.165-.146-.165-.347t.165-.366q.165-.166.357-.166t.357.166l1.74 1.746l1.721-1.746q.146-.166.347-.166t.367.166t.165.357q0 .19-.165.356l-1.721 1.721l1.72 1.74q.141.147.154.348t-.153.366q-.166.166-.357.166t-.357-.166zM12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12t.71-3.506t1.927-2.857T8.494 3.71Q10.137 3 12 3q1.927 0 3.598.742q1.671.743 2.886 2.019t1.895 2.954q.679 1.677.621 3.568q0 .213-.159.369q-.158.156-.372.156q-.208 0-.338-.144T20 12.308q.039-.673-.062-1.337t-.284-1.317h-4.035q.114.654.17 1.317q.057.664.038 1.337q0 .213-.156.357t-.369.143t-.344-.143t-.131-.357q.02-.673-.038-1.337q-.056-.663-.17-1.317H9.381q-.114.577-.16 1.163q-.048.587-.048 1.183t.047 1.183t.16 1.163h3.736q.213 0 .356.144q.144.143.144.356q0 .214-.144.357q-.143.143-.356.143H9.619q.358 1.287.939 2.466T12 20.009q.392 0 .782-.031t.782-.1q.194-.061.358.048q.165.11.226.304t-.048.365t-.304.233q-.46.087-.898.13T12 21m-7.654-6.654h4.035q-.114-.577-.16-1.163q-.048-.587-.048-1.183t.047-1.183t.16-1.163H4.347q-.182.577-.264 1.163T4 12t.082 1.183t.264 1.163m.408-5.692h3.835q.282-1.252.802-2.4q.52-1.146 1.336-2.15q-1.99.296-3.562 1.507q-1.57 1.21-2.411 3.043m5.973 11.242q-.758-1.023-1.287-2.17q-.53-1.147-.851-2.38H4.754q.84 1.813 2.421 3.024q1.58 1.21 3.552 1.526M9.619 8.654h4.762q-.339-1.287-.948-2.447q-.61-1.16-1.433-2.215q-.842 1.016-1.442 2.195t-.939 2.467m5.793 0h3.834q-.84-1.833-2.411-3.053t-3.562-1.497q.758 1.023 1.259 2.18t.88 2.37"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightGlobe2CancelRounded(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="m19.5 18.925l-1.74 1.721q-.147.14-.348.153t-.366-.153t-.165-.356q0-.192.165-.357l1.746-1.74l-1.746-1.722q-.165-.146-.165-.347t.165-.366q.165-.166.357-.166t.357.166l1.74 1.746l1.721-1.746q.146-.166.347-.166t.367.166t.165.357q0 .19-.165.356l-1.721 1.721l1.72 1.74q.141.147.154.348t-.153.366q-.166.166-.357.166t-.357-.166zM12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12t.71-3.506t1.927-2.857T8.494 3.71Q10.137 3 12 3q1.927 0 3.598.742q1.671.743 2.886 2.019t1.895 2.954q.679 1.677.621 3.568q0 .213-.159.369q-.158.156-.372.156q-.208 0-.338-.144T20 12.308q.039-.673-.062-1.337t-.284-1.317h-4.035q.114.654.17 1.317q.057.664.038 1.337q0 .213-.156.357t-.369.143t-.344-.143t-.131-.357q.02-.673-.038-1.337q-.056-.663-.17-1.317H9.381q-.114.577-.16 1.163q-.048.587-.048 1.183t.047 1.183t.16 1.163h3.736q.213 0 .356.144q.144.143.144.356q0 .214-.144.357q-.143.143-.356.143H9.619q.358 1.287.939 2.466T12 20.009q.392 0 .782-.031t.782-.1q.194-.061.358.048q.165.11.226.304t-.048.365t-.304.233q-.46.087-.898.13T12 21m-7.654-6.654h4.035q-.114-.577-.16-1.163q-.048-.587-.048-1.183t.047-1.183t.16-1.163H4.347q-.182.577-.264 1.163T4 12t.082 1.183t.264 1.163m.408-5.692h3.835q.282-1.252.802-2.4q.52-1.146 1.336-2.15q-1.99.296-3.562 1.507q-1.57 1.21-2.411 3.043m5.973 11.242q-.758-1.023-1.287-2.17q-.53-1.147-.851-2.38H4.754q.84 1.813 2.421 3.024q1.58 1.21 3.552 1.526M9.619 8.654h4.762q-.339-1.287-.948-2.447q-.61-1.16-1.433-2.215q-.842 1.016-1.442 2.195t-.939 2.467m5.793 0h3.834q-.84-1.833-2.411-3.053t-3.562-1.497q.758 1.023 1.259 2.18t.88 2.37"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.5 18.925l-1.74 1.721q-.147.14-.348.153t-.366-.153t-.165-.356q0-.192.165-.357l1.746-1.74l-1.746-1.722q-.165-.146-.165-.347t.165-.366q.165-.166.357-.166t.357.166l1.74 1.746l1.721-1.746q.146-.166.347-.166t.367.166t.165.357q0 .19-.165.356l-1.721 1.721l1.72 1.74q.141.147.154.348t-.153.366q-.166.166-.357.166t-.357-.166zM12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12t.71-3.506t1.927-2.857T8.494 3.71Q10.137 3 12 3q1.927 0 3.598.742q1.671.743 2.886 2.019t1.895 2.954q.679 1.677.621 3.568q0 .213-.159.369q-.158.156-.372.156q-.208 0-.338-.144T20 12.308q.039-.673-.062-1.337t-.284-1.317h-4.035q.114.654.17 1.317q.057.664.038 1.337q0 .213-.156.357t-.369.143t-.344-.143t-.131-.357q.02-.673-.038-1.337q-.056-.663-.17-1.317H9.381q-.114.577-.16 1.163q-.048.587-.048 1.183t.047 1.183t.16 1.163h3.736q.213 0 .356.144q.144.143.144.356q0 .214-.144.357q-.143.143-.356.143H9.619q.358 1.287.939 2.466T12 20.009q.392 0 .782-.031t.782-.1q.194-.061.358.048q.165.11.226.304t-.048.365t-.304.233q-.46.087-.898.13T12 21m-7.654-6.654h4.035q-.114-.577-.16-1.163q-.048-.587-.048-1.183t.047-1.183t.16-1.163H4.347q-.182.577-.264 1.163T4 12t.082 1.183t.264 1.163m.408-5.692h3.835q.282-1.252.802-2.4q.52-1.146 1.336-2.15q-1.99.296-3.562 1.507q-1.57 1.21-2.411 3.043m5.973 11.242q-.758-1.023-1.287-2.17q-.53-1.147-.851-2.38H4.754q.84 1.813 2.421 3.024q1.58 1.21 3.552 1.526M9.619 8.654h4.762q-.339-1.287-.948-2.447q-.61-1.16-1.433-2.215q-.842 1.016-1.442 2.195t-.939 2.467m5.793 0h3.834q-.84-1.833-2.411-3.053t-3.562-1.497q.758 1.023 1.259 2.18t.88 2.37"/></svg> </template>
CSS
.icon-globe-2-cancel-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%22m19.5%2018.925l-1.74%201.721q-.147.14-.348.153t-.366-.153t-.165-.356q0-.192.165-.357l1.746-1.74l-1.746-1.722q-.165-.146-.165-.347t.165-.366q.165-.166.357-.166t.357.166l1.74%201.746l1.721-1.746q.146-.166.347-.166t.367.166t.165.357q0%20.19-.165.356l-1.721%201.721l1.72%201.74q.141.147.154.348t-.153.366q-.166.166-.357.166t-.357-.166zM12%2021q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%2012t.71-3.506t1.927-2.857T8.494%203.71Q10.137%203%2012%203q1.927%200%203.598.742q1.671.743%202.886%202.019t1.895%202.954q.679%201.677.621%203.568q0%20.213-.159.369q-.158.156-.372.156q-.208%200-.338-.144T20%2012.308q.039-.673-.062-1.337t-.284-1.317h-4.035q.114.654.17%201.317q.057.664.038%201.337q0%20.213-.156.357t-.369.143t-.344-.143t-.131-.357q.02-.673-.038-1.337q-.056-.663-.17-1.317H9.381q-.114.577-.16%201.163q-.048.587-.048%201.183t.047%201.183t.16%201.163h3.736q.213%200%20.356.144q.144.143.144.356q0%20.214-.144.357q-.143.143-.356.143H9.619q.358%201.287.939%202.466T12%2020.009q.392%200%20.782-.031t.782-.1q.194-.061.358.048q.165.11.226.304t-.048.365t-.304.233q-.46.087-.898.13T12%2021m-7.654-6.654h4.035q-.114-.577-.16-1.163q-.048-.587-.048-1.183t.047-1.183t.16-1.163H4.347q-.182.577-.264%201.163T4%2012t.082%201.183t.264%201.163m.408-5.692h3.835q.282-1.252.802-2.4q.52-1.146%201.336-2.15q-1.99.296-3.562%201.507q-1.57%201.21-2.411%203.043m5.973%2011.242q-.758-1.023-1.287-2.17q-.53-1.147-.851-2.38H4.754q.84%201.813%202.421%203.024q1.58%201.21%203.552%201.526M9.619%208.654h4.762q-.339-1.287-.948-2.447q-.61-1.16-1.433-2.215q-.842%201.016-1.442%202.195t-.939%202.467m5.793%200h3.834q-.84-1.833-2.411-3.053t-3.562-1.497q.758%201.023%201.259%202.18t.88%202.37%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%22m19.5%2018.925l-1.74%201.721q-.147.14-.348.153t-.366-.153t-.165-.356q0-.192.165-.357l1.746-1.74l-1.746-1.722q-.165-.146-.165-.347t.165-.366q.165-.166.357-.166t.357.166l1.74%201.746l1.721-1.746q.146-.166.347-.166t.367.166t.165.357q0%20.19-.165.356l-1.721%201.721l1.72%201.74q.141.147.154.348t-.153.366q-.166.166-.357.166t-.357-.166zM12%2021q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%2012t.71-3.506t1.927-2.857T8.494%203.71Q10.137%203%2012%203q1.927%200%203.598.742q1.671.743%202.886%202.019t1.895%202.954q.679%201.677.621%203.568q0%20.213-.159.369q-.158.156-.372.156q-.208%200-.338-.144T20%2012.308q.039-.673-.062-1.337t-.284-1.317h-4.035q.114.654.17%201.317q.057.664.038%201.337q0%20.213-.156.357t-.369.143t-.344-.143t-.131-.357q.02-.673-.038-1.337q-.056-.663-.17-1.317H9.381q-.114.577-.16%201.163q-.048.587-.048%201.183t.047%201.183t.16%201.163h3.736q.213%200%20.356.144q.144.143.144.356q0%20.214-.144.357q-.143.143-.356.143H9.619q.358%201.287.939%202.466T12%2020.009q.392%200%20.782-.031t.782-.1q.194-.061.358.048q.165.11.226.304t-.048.365t-.304.233q-.46.087-.898.13T12%2021m-7.654-6.654h4.035q-.114-.577-.16-1.163q-.048-.587-.048-1.183t.047-1.183t.16-1.163H4.347q-.182.577-.264%201.163T4%2012t.082%201.183t.264%201.163m.408-5.692h3.835q.282-1.252.802-2.4q.52-1.146%201.336-2.15q-1.99.296-3.562%201.507q-1.57%201.21-2.411%203.043m5.973%2011.242q-.758-1.023-1.287-2.17q-.53-1.147-.851-2.38H4.754q.84%201.813%202.421%203.024q1.58%201.21%203.552%201.526M9.619%208.654h4.762q-.339-1.287-.948-2.447q-.61-1.16-1.433-2.215q-.842%201.016-1.442%202.195t-.939%202.467m5.793%200h3.834q-.84-1.833-2.411-3.053t-3.562-1.497q.758%201.023%201.259%202.18t.88%202.37%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/globe-2-cancel-rounded.svg?color=%231a73e8&size=48