contactless off icon

contactless-off from Material Symbols by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.

Name
contactless-off
Set
Material Symbols
Style
Regular
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
contactless-off-sharp

3 other variants in Material Symbols

The same icon in other sets

More business icons from Material Symbols

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.85 17.35q.2-.45.35-.925t.275-.975l-1.7-1.7q-.125.725-.312 1.438T13 16.55zM11.6 16q.375-.875.563-1.775t.237-1.85L10.225 10.2q.1.425.138.875T10.4 12q0 .875-.15 1.688t-.5 1.562zm-3.2-1.35q.225-.6.363-1.263T8.9 12t-.137-1.388T8.4 9.35l-1.85.75q.15.45.25.925t.1.975t-.1.975t-.25.925zm12.075 8.65l-2.95-2.95q-1.2.8-2.587 1.225T12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12q0-1.625.475-3.088t1.35-2.687H6.25L20.375 20.35h-2.85L.675 3.5L2.1 2.075l19.8 19.8zm-.1-5.8l-4.5-4.5q.025-.25.025-.5V12q0-1.425-.262-2.762T14.85 6.65l-1.85.8q.35.825.563 1.7t.287 1.825L12 9.125l-.15-.55q-.075-.275-.2-.55l-.525.225L6.5 3.625q1.2-.775 2.588-1.2T12 2q2.075 0 3.9.788t3.175 2.137T21.213 8.1T22 12q0 1.525-.425 2.913t-1.2 2.587"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsContactlessOff(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.85 17.35q.2-.45.35-.925t.275-.975l-1.7-1.7q-.125.725-.312 1.438T13 16.55zM11.6 16q.375-.875.563-1.775t.237-1.85L10.225 10.2q.1.425.138.875T10.4 12q0 .875-.15 1.688t-.5 1.562zm-3.2-1.35q.225-.6.363-1.263T8.9 12t-.137-1.388T8.4 9.35l-1.85.75q.15.45.25.925t.1.975t-.1.975t-.25.925zm12.075 8.65l-2.95-2.95q-1.2.8-2.587 1.225T12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12q0-1.625.475-3.088t1.35-2.687H6.25L20.375 20.35h-2.85L.675 3.5L2.1 2.075l19.8 19.8zm-.1-5.8l-4.5-4.5q.025-.25.025-.5V12q0-1.425-.262-2.762T14.85 6.65l-1.85.8q.35.825.563 1.7t.287 1.825L12 9.125l-.15-.55q-.075-.275-.2-.55l-.525.225L6.5 3.625q1.2-.775 2.588-1.2T12 2q2.075 0 3.9.788t3.175 2.137T21.213 8.1T22 12q0 1.525-.425 2.913t-1.2 2.587"/></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.85 17.35q.2-.45.35-.925t.275-.975l-1.7-1.7q-.125.725-.312 1.438T13 16.55zM11.6 16q.375-.875.563-1.775t.237-1.85L10.225 10.2q.1.425.138.875T10.4 12q0 .875-.15 1.688t-.5 1.562zm-3.2-1.35q.225-.6.363-1.263T8.9 12t-.137-1.388T8.4 9.35l-1.85.75q.15.45.25.925t.1.975t-.1.975t-.25.925zm12.075 8.65l-2.95-2.95q-1.2.8-2.587 1.225T12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12q0-1.625.475-3.088t1.35-2.687H6.25L20.375 20.35h-2.85L.675 3.5L2.1 2.075l19.8 19.8zm-.1-5.8l-4.5-4.5q.025-.25.025-.5V12q0-1.425-.262-2.762T14.85 6.65l-1.85.8q.35.825.563 1.7t.287 1.825L12 9.125l-.15-.55q-.075-.275-.2-.55l-.525.225L6.5 3.625q1.2-.775 2.588-1.2T12 2q2.075 0 3.9.788t3.175 2.137T21.213 8.1T22 12q0 1.525-.425 2.913t-1.2 2.587"/></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.85%2017.35q.2-.45.35-.925t.275-.975l-1.7-1.7q-.125.725-.312%201.438T13%2016.55zM11.6%2016q.375-.875.563-1.775t.237-1.85L10.225%2010.2q.1.425.138.875T10.4%2012q0%20.875-.15%201.688t-.5%201.562zm-3.2-1.35q.225-.6.363-1.263T8.9%2012t-.137-1.388T8.4%209.35l-1.85.75q.15.45.25.925t.1.975t-.1.975t-.25.925zm12.075%208.65l-2.95-2.95q-1.2.8-2.587%201.225T12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012q0-1.625.475-3.088t1.35-2.687H6.25L20.375%2020.35h-2.85L.675%203.5L2.1%202.075l19.8%2019.8zm-.1-5.8l-4.5-4.5q.025-.25.025-.5V12q0-1.425-.262-2.762T14.85%206.65l-1.85.8q.35.825.563%201.7t.287%201.825L12%209.125l-.15-.55q-.075-.275-.2-.55l-.525.225L6.5%203.625q1.2-.775%202.588-1.2T12%202q2.075%200%203.9.788t3.175%202.137T21.213%208.1T22%2012q0%201.525-.425%202.913t-1.2%202.587%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.85%2017.35q.2-.45.35-.925t.275-.975l-1.7-1.7q-.125.725-.312%201.438T13%2016.55zM11.6%2016q.375-.875.563-1.775t.237-1.85L10.225%2010.2q.1.425.138.875T10.4%2012q0%20.875-.15%201.688t-.5%201.562zm-3.2-1.35q.225-.6.363-1.263T8.9%2012t-.137-1.388T8.4%209.35l-1.85.75q.15.45.25.925t.1.975t-.1.975t-.25.925zm12.075%208.65l-2.95-2.95q-1.2.8-2.587%201.225T12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012q0-1.625.475-3.088t1.35-2.687H6.25L20.375%2020.35h-2.85L.675%203.5L2.1%202.075l19.8%2019.8zm-.1-5.8l-4.5-4.5q.025-.25.025-.5V12q0-1.425-.262-2.762T14.85%206.65l-1.85.8q.35.825.563%201.7t.287%201.825L12%209.125l-.15-.55q-.075-.275-.2-.55l-.525.225L6.5%203.625q1.2-.775%202.588-1.2T12%202q2.075%200%203.9.788t3.175%202.137T21.213%208.1T22%2012q0%201.525-.425%202.913t-1.2%202.587%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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