contactless off icon
contactless-off from Material Symbols Light by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.
- Name
- contactless-off
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- contactless-off-sharp
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.735 16.696q.142-.373.254-.752t.197-.763l-.853-.854q-.106.494-.226.986t-.3.968zm-3.25-1.35q.298-.779.428-1.611q.13-.833.14-1.687l-1.059-1.06q.043.253.051.5q.009.249.009.512q0 .779-.121 1.534t-.375 1.447zm-3.239-1.35q.148-.465.228-.974T8.554 12t-.08-1.022t-.228-.974l-.927.404q.093.373.164.78q.07.408.07.812t-.07.812t-.164.78zm12.864 8.535l-3.508-3.508q-1.161.935-2.578 1.456T12 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 12q0-1.683.571-3.165t1.6-2.668h1.002l12.856 12.856h-1.427L1.887 3.308l.713-.714l19.223 19.223zm-1.485-5.723l-4.096-4.096q.006-.193.015-.366q.01-.173.01-.346q0-1.233-.205-2.416q-.205-1.184-.615-2.28l-.926.415q.35.922.533 1.94q.184 1.02.201 2.066l-2.33-2.33q.001-.237-.045-.445t-.113-.425l-.487.225l-4.375-4.375q1.046-.66 2.261-1.017Q10.667 3 12 3q1.864 0 3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12q0 1.333-.358 2.547q-.357 1.215-1.017 2.26"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightContactlessOff(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.735 16.696q.142-.373.254-.752t.197-.763l-.853-.854q-.106.494-.226.986t-.3.968zm-3.25-1.35q.298-.779.428-1.611q.13-.833.14-1.687l-1.059-1.06q.043.253.051.5q.009.249.009.512q0 .779-.121 1.534t-.375 1.447zm-3.239-1.35q.148-.465.228-.974T8.554 12t-.08-1.022t-.228-.974l-.927.404q.093.373.164.78q.07.408.07.812t-.07.812t-.164.78zm12.864 8.535l-3.508-3.508q-1.161.935-2.578 1.456T12 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 12q0-1.683.571-3.165t1.6-2.668h1.002l12.856 12.856h-1.427L1.887 3.308l.713-.714l19.223 19.223zm-1.485-5.723l-4.096-4.096q.006-.193.015-.366q.01-.173.01-.346q0-1.233-.205-2.416q-.205-1.184-.615-2.28l-.926.415q.35.922.533 1.94q.184 1.02.201 2.066l-2.33-2.33q.001-.237-.045-.445t-.113-.425l-.487.225l-4.375-4.375q1.046-.66 2.261-1.017Q10.667 3 12 3q1.864 0 3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12q0 1.333-.358 2.547q-.357 1.215-1.017 2.26"/></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.735 16.696q.142-.373.254-.752t.197-.763l-.853-.854q-.106.494-.226.986t-.3.968zm-3.25-1.35q.298-.779.428-1.611q.13-.833.14-1.687l-1.059-1.06q.043.253.051.5q.009.249.009.512q0 .779-.121 1.534t-.375 1.447zm-3.239-1.35q.148-.465.228-.974T8.554 12t-.08-1.022t-.228-.974l-.927.404q.093.373.164.78q.07.408.07.812t-.07.812t-.164.78zm12.864 8.535l-3.508-3.508q-1.161.935-2.578 1.456T12 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 12q0-1.683.571-3.165t1.6-2.668h1.002l12.856 12.856h-1.427L1.887 3.308l.713-.714l19.223 19.223zm-1.485-5.723l-4.096-4.096q.006-.193.015-.366q.01-.173.01-.346q0-1.233-.205-2.416q-.205-1.184-.615-2.28l-.926.415q.35.922.533 1.94q.184 1.02.201 2.066l-2.33-2.33q.001-.237-.045-.445t-.113-.425l-.487.225l-4.375-4.375q1.046-.66 2.261-1.017Q10.667 3 12 3q1.864 0 3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12q0 1.333-.358 2.547q-.357 1.215-1.017 2.26"/></svg> </template>
CSS
.icon-contactless-off {
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.735%2016.696q.142-.373.254-.752t.197-.763l-.853-.854q-.106.494-.226.986t-.3.968zm-3.25-1.35q.298-.779.428-1.611q.13-.833.14-1.687l-1.059-1.06q.043.253.051.5q.009.249.009.512q0%20.779-.121%201.534t-.375%201.447zm-3.239-1.35q.148-.465.228-.974T8.554%2012t-.08-1.022t-.228-.974l-.927.404q.093.373.164.78q.07.408.07.812t-.07.812t-.164.78zm12.864%208.535l-3.508-3.508q-1.161.935-2.578%201.456T12%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%2012q0-1.683.571-3.165t1.6-2.668h1.002l12.856%2012.856h-1.427L1.887%203.308l.713-.714l19.223%2019.223zm-1.485-5.723l-4.096-4.096q.006-.193.015-.366q.01-.173.01-.346q0-1.233-.205-2.416q-.205-1.184-.615-2.28l-.926.415q.35.922.533%201.94q.184%201.02.201%202.066l-2.33-2.33q.001-.237-.045-.445t-.113-.425l-.487.225l-4.375-4.375q1.046-.66%202.261-1.017Q10.667%203%2012%203q1.864%200%203.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012q0%201.333-.358%202.547q-.357%201.215-1.017%202.26%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.735%2016.696q.142-.373.254-.752t.197-.763l-.853-.854q-.106.494-.226.986t-.3.968zm-3.25-1.35q.298-.779.428-1.611q.13-.833.14-1.687l-1.059-1.06q.043.253.051.5q.009.249.009.512q0%20.779-.121%201.534t-.375%201.447zm-3.239-1.35q.148-.465.228-.974T8.554%2012t-.08-1.022t-.228-.974l-.927.404q.093.373.164.78q.07.408.07.812t-.07.812t-.164.78zm12.864%208.535l-3.508-3.508q-1.161.935-2.578%201.456T12%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%2012q0-1.683.571-3.165t1.6-2.668h1.002l12.856%2012.856h-1.427L1.887%203.308l.713-.714l19.223%2019.223zm-1.485-5.723l-4.096-4.096q.006-.193.015-.366q.01-.173.01-.346q0-1.233-.205-2.416q-.205-1.184-.615-2.28l-.926.415q.35.922.533%201.94q.184%201.02.201%202.066l-2.33-2.33q.001-.237-.045-.445t-.113-.425l-.487.225l-4.375-4.375q1.046-.66%202.261-1.017Q10.667%203%2012%203q1.864%200%203.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012q0%201.333-.358%202.547q-.357%201.215-1.017%202.26%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.svg?color=%231a73e8&size=48