contactless off icon
contactless-off-rounded from Material Symbols Light by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- contactless-off-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More business icons from Material Symbols Light
Use the contactless off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.221 16.483q.195.078.4.002t.271-.283q.095-.264.157-.51q.063-.248.093-.511l-.878-.879q-.031.384-.112.766t-.217.76q-.068.183.02.382t.266.273m-3.244-1.32q.208.073.4-.012q.192-.086.26-.288q.2-.669.293-1.385q.093-.717.074-1.436l-1.067-1.073q.061.252.077.51q.015.257.015.521q0 .638-.082 1.28q-.081.643-.256 1.256q-.068.195.018.374q.085.18.268.253M7.669 13.75q.233.098.435.01t.263-.34q.081-.362.121-.707q.04-.346.04-.713t-.04-.712t-.12-.707q-.062-.252-.264-.34t-.435.009q-.157.067-.236.228q-.08.16-.043.33q.05.288.094.596q.045.308.045.596t-.045.596t-.094.596q-.036.17.043.327q.078.158.236.231M11.975 21q-1.863 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858q-.711-1.642-.711-3.506q0-1.683.571-3.165t1.6-2.668h1.008l12.83 12.856h-1.407L2.221 3.643q-.146-.147-.146-.348t.146-.347q.166-.165.367-.165t.347.165l18.484 18.51q.147.146.169.347t-.144.366q-.146.146-.347.146t-.366-.146l-3.154-3.148q-1.161.935-2.578 1.456T11.975 21m7.389-4.858q-.212 0-.392-.07q-.18-.072-.341-.234l-3.133-3.132q.03-.173.03-.353V12q0-1.092-.152-2.151q-.153-1.059-.484-2.051q-.067-.208-.265-.296q-.198-.089-.412.015q-.176.073-.262.272q-.086.2-.018.382q.257.837.414 1.73t.168 1.824l-6.38-6.38q-.162-.162-.23-.34t-.069-.388q0-.292.144-.522t.416-.366q.829-.367 1.723-.548T11.975 3q1.864 0 3.506.71q1.642.711 2.858 1.927q1.215 1.215 1.926 2.857t.71 3.506q0 .96-.184 1.854q-.183.894-.545 1.723q-.13.292-.36.429q-.23.136-.522.136"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightContactlessOffRounded(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="M14.221 16.483q.195.078.4.002t.271-.283q.095-.264.157-.51q.063-.248.093-.511l-.878-.879q-.031.384-.112.766t-.217.76q-.068.183.02.382t.266.273m-3.244-1.32q.208.073.4-.012q.192-.086.26-.288q.2-.669.293-1.385q.093-.717.074-1.436l-1.067-1.073q.061.252.077.51q.015.257.015.521q0 .638-.082 1.28q-.081.643-.256 1.256q-.068.195.018.374q.085.18.268.253M7.669 13.75q.233.098.435.01t.263-.34q.081-.362.121-.707q.04-.346.04-.713t-.04-.712t-.12-.707q-.062-.252-.264-.34t-.435.009q-.157.067-.236.228q-.08.16-.043.33q.05.288.094.596q.045.308.045.596t-.045.596t-.094.596q-.036.17.043.327q.078.158.236.231M11.975 21q-1.863 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858q-.711-1.642-.711-3.506q0-1.683.571-3.165t1.6-2.668h1.008l12.83 12.856h-1.407L2.221 3.643q-.146-.147-.146-.348t.146-.347q.166-.165.367-.165t.347.165l18.484 18.51q.147.146.169.347t-.144.366q-.146.146-.347.146t-.366-.146l-3.154-3.148q-1.161.935-2.578 1.456T11.975 21m7.389-4.858q-.212 0-.392-.07q-.18-.072-.341-.234l-3.133-3.132q.03-.173.03-.353V12q0-1.092-.152-2.151q-.153-1.059-.484-2.051q-.067-.208-.265-.296q-.198-.089-.412.015q-.176.073-.262.272q-.086.2-.018.382q.257.837.414 1.73t.168 1.824l-6.38-6.38q-.162-.162-.23-.34t-.069-.388q0-.292.144-.522t.416-.366q.829-.367 1.723-.548T11.975 3q1.864 0 3.506.71q1.642.711 2.858 1.927q1.215 1.215 1.926 2.857t.71 3.506q0 .96-.184 1.854q-.183.894-.545 1.723q-.13.292-.36.429q-.23.136-.522.136"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.221 16.483q.195.078.4.002t.271-.283q.095-.264.157-.51q.063-.248.093-.511l-.878-.879q-.031.384-.112.766t-.217.76q-.068.183.02.382t.266.273m-3.244-1.32q.208.073.4-.012q.192-.086.26-.288q.2-.669.293-1.385q.093-.717.074-1.436l-1.067-1.073q.061.252.077.51q.015.257.015.521q0 .638-.082 1.28q-.081.643-.256 1.256q-.068.195.018.374q.085.18.268.253M7.669 13.75q.233.098.435.01t.263-.34q.081-.362.121-.707q.04-.346.04-.713t-.04-.712t-.12-.707q-.062-.252-.264-.34t-.435.009q-.157.067-.236.228q-.08.16-.043.33q.05.288.094.596q.045.308.045.596t-.045.596t-.094.596q-.036.17.043.327q.078.158.236.231M11.975 21q-1.863 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858q-.711-1.642-.711-3.506q0-1.683.571-3.165t1.6-2.668h1.008l12.83 12.856h-1.407L2.221 3.643q-.146-.147-.146-.348t.146-.347q.166-.165.367-.165t.347.165l18.484 18.51q.147.146.169.347t-.144.366q-.146.146-.347.146t-.366-.146l-3.154-3.148q-1.161.935-2.578 1.456T11.975 21m7.389-4.858q-.212 0-.392-.07q-.18-.072-.341-.234l-3.133-3.132q.03-.173.03-.353V12q0-1.092-.152-2.151q-.153-1.059-.484-2.051q-.067-.208-.265-.296q-.198-.089-.412.015q-.176.073-.262.272q-.086.2-.018.382q.257.837.414 1.73t.168 1.824l-6.38-6.38q-.162-.162-.23-.34t-.069-.388q0-.292.144-.522t.416-.366q.829-.367 1.723-.548T11.975 3q1.864 0 3.506.71q1.642.711 2.858 1.927q1.215 1.215 1.926 2.857t.71 3.506q0 .96-.184 1.854q-.183.894-.545 1.723q-.13.292-.36.429q-.23.136-.522.136"/></svg> </template>
CSS
.icon-contactless-off-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%22M14.221%2016.483q.195.078.4.002t.271-.283q.095-.264.157-.51q.063-.248.093-.511l-.878-.879q-.031.384-.112.766t-.217.76q-.068.183.02.382t.266.273m-3.244-1.32q.208.073.4-.012q.192-.086.26-.288q.2-.669.293-1.385q.093-.717.074-1.436l-1.067-1.073q.061.252.077.51q.015.257.015.521q0%20.638-.082%201.28q-.081.643-.256%201.256q-.068.195.018.374q.085.18.268.253M7.669%2013.75q.233.098.435.01t.263-.34q.081-.362.121-.707q.04-.346.04-.713t-.04-.712t-.12-.707q-.062-.252-.264-.34t-.435.009q-.157.067-.236.228q-.08.16-.043.33q.05.288.094.596q.045.308.045.596t-.045.596t-.094.596q-.036.17.043.327q.078.158.236.231M11.975%2021q-1.863%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858q-.711-1.642-.711-3.506q0-1.683.571-3.165t1.6-2.668h1.008l12.83%2012.856h-1.407L2.221%203.643q-.146-.147-.146-.348t.146-.347q.166-.165.367-.165t.347.165l18.484%2018.51q.147.146.169.347t-.144.366q-.146.146-.347.146t-.366-.146l-3.154-3.148q-1.161.935-2.578%201.456T11.975%2021m7.389-4.858q-.212%200-.392-.07q-.18-.072-.341-.234l-3.133-3.132q.03-.173.03-.353V12q0-1.092-.152-2.151q-.153-1.059-.484-2.051q-.067-.208-.265-.296q-.198-.089-.412.015q-.176.073-.262.272q-.086.2-.018.382q.257.837.414%201.73t.168%201.824l-6.38-6.38q-.162-.162-.23-.34t-.069-.388q0-.292.144-.522t.416-.366q.829-.367%201.723-.548T11.975%203q1.864%200%203.506.71q1.642.711%202.858%201.927q1.215%201.215%201.926%202.857t.71%203.506q0%20.96-.184%201.854q-.183.894-.545%201.723q-.13.292-.36.429q-.23.136-.522.136%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%22M14.221%2016.483q.195.078.4.002t.271-.283q.095-.264.157-.51q.063-.248.093-.511l-.878-.879q-.031.384-.112.766t-.217.76q-.068.183.02.382t.266.273m-3.244-1.32q.208.073.4-.012q.192-.086.26-.288q.2-.669.293-1.385q.093-.717.074-1.436l-1.067-1.073q.061.252.077.51q.015.257.015.521q0%20.638-.082%201.28q-.081.643-.256%201.256q-.068.195.018.374q.085.18.268.253M7.669%2013.75q.233.098.435.01t.263-.34q.081-.362.121-.707q.04-.346.04-.713t-.04-.712t-.12-.707q-.062-.252-.264-.34t-.435.009q-.157.067-.236.228q-.08.16-.043.33q.05.288.094.596q.045.308.045.596t-.045.596t-.094.596q-.036.17.043.327q.078.158.236.231M11.975%2021q-1.863%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858q-.711-1.642-.711-3.506q0-1.683.571-3.165t1.6-2.668h1.008l12.83%2012.856h-1.407L2.221%203.643q-.146-.147-.146-.348t.146-.347q.166-.165.367-.165t.347.165l18.484%2018.51q.147.146.169.347t-.144.366q-.146.146-.347.146t-.366-.146l-3.154-3.148q-1.161.935-2.578%201.456T11.975%2021m7.389-4.858q-.212%200-.392-.07q-.18-.072-.341-.234l-3.133-3.132q.03-.173.03-.353V12q0-1.092-.152-2.151q-.153-1.059-.484-2.051q-.067-.208-.265-.296q-.198-.089-.412.015q-.176.073-.262.272q-.086.2-.018.382q.257.837.414%201.73t.168%201.824l-6.38-6.38q-.162-.162-.23-.34t-.069-.388q0-.292.144-.522t.416-.366q.829-.367%201.723-.548T11.975%203q1.864%200%203.506.71q1.642.711%202.858%201.927q1.215%201.215%201.926%202.857t.71%203.506q0%20.96-.184%201.854q-.183.894-.545%201.723q-.13.292-.36.429q-.23.136-.522.136%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/contactless-off-rounded.svg?color=%231a73e8&size=48