contactless off icon

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

Name
contactless-off-rounded
Set
Material Symbols
Style
Rounded
Category
Business
Viewbox
24×24
License
Apache 2.0

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="M13.875 16.925q.425.175.813.013t.512-.563q.075-.225.138-.462t.112-.463l-1.725-1.725q-.05.5-.15.988t-.275.962q-.125.375.05.738t.525.512m-3.225-1.3q.4.15.775-.012t.5-.538q.2-.65.313-1.337t.112-1.388l-2.125-2.15q.1.425.125.875t.025.925q0 .6-.062 1.175t-.238 1.15q-.125.425.038.788t.537.512M7.4 14.25q.425.175.8 0t.475-.6q.1-.4.15-.812t.05-.838t-.05-.837t-.15-.813q-.1-.425-.475-.6t-.8 0q-.35.125-.525.488t-.1.762q.05.25.075.5t.025.5t-.025.5t-.075.5q-.075.4.1.75t.525.5M11.975 22q-2.075 0-3.9-.788T4.9 19.075T2.763 15.9T1.975 12q0-1.625.475-3.088T3.8 6.226h2.45l14.1 14.125H17.5L1.375 4.2q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3L21.15 21.15q.3.3.313.713t-.288.712t-.712.3t-.713-.3L17.5 20.35q-1.2.8-2.587 1.225T11.975 22m8.1-5.3q-.25 0-.487-.1t-.438-.3l-3.325-3.325q.05-.25.05-.487V12q0-1.15-.162-2.238T15.2 7.625q-.125-.4-.525-.575t-.825.025q-.35.15-.512.513t-.038.737q.2.625.338 1.288t.187 1.362l-6.15-6.15q-.2-.2-.287-.425T7.3 3.925q0-.35.163-.637t.512-.463Q8.9 2.4 9.9 2.2t2.075-.2q2.075 0 3.9.788t3.175 2.137T21.188 8.1t.787 3.9q0 1.075-.213 2.075T21.15 16q-.15.35-.437.525t-.638.175"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsContactlessOffRounded(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="M13.875 16.925q.425.175.813.013t.512-.563q.075-.225.138-.462t.112-.463l-1.725-1.725q-.05.5-.15.988t-.275.962q-.125.375.05.738t.525.512m-3.225-1.3q.4.15.775-.012t.5-.538q.2-.65.313-1.337t.112-1.388l-2.125-2.15q.1.425.125.875t.025.925q0 .6-.062 1.175t-.238 1.15q-.125.425.038.788t.537.512M7.4 14.25q.425.175.8 0t.475-.6q.1-.4.15-.812t.05-.838t-.05-.837t-.15-.813q-.1-.425-.475-.6t-.8 0q-.35.125-.525.488t-.1.762q.05.25.075.5t.025.5t-.025.5t-.075.5q-.075.4.1.75t.525.5M11.975 22q-2.075 0-3.9-.788T4.9 19.075T2.763 15.9T1.975 12q0-1.625.475-3.088T3.8 6.226h2.45l14.1 14.125H17.5L1.375 4.2q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3L21.15 21.15q.3.3.313.713t-.288.712t-.712.3t-.713-.3L17.5 20.35q-1.2.8-2.587 1.225T11.975 22m8.1-5.3q-.25 0-.487-.1t-.438-.3l-3.325-3.325q.05-.25.05-.487V12q0-1.15-.162-2.238T15.2 7.625q-.125-.4-.525-.575t-.825.025q-.35.15-.512.513t-.038.737q.2.625.338 1.288t.187 1.362l-6.15-6.15q-.2-.2-.287-.425T7.3 3.925q0-.35.163-.637t.512-.463Q8.9 2.4 9.9 2.2t2.075-.2q2.075 0 3.9.788t3.175 2.137T21.188 8.1t.787 3.9q0 1.075-.213 2.075T21.15 16q-.15.35-.437.525t-.638.175"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.875 16.925q.425.175.813.013t.512-.563q.075-.225.138-.462t.112-.463l-1.725-1.725q-.05.5-.15.988t-.275.962q-.125.375.05.738t.525.512m-3.225-1.3q.4.15.775-.012t.5-.538q.2-.65.313-1.337t.112-1.388l-2.125-2.15q.1.425.125.875t.025.925q0 .6-.062 1.175t-.238 1.15q-.125.425.038.788t.537.512M7.4 14.25q.425.175.8 0t.475-.6q.1-.4.15-.812t.05-.838t-.05-.837t-.15-.813q-.1-.425-.475-.6t-.8 0q-.35.125-.525.488t-.1.762q.05.25.075.5t.025.5t-.025.5t-.075.5q-.075.4.1.75t.525.5M11.975 22q-2.075 0-3.9-.788T4.9 19.075T2.763 15.9T1.975 12q0-1.625.475-3.088T3.8 6.226h2.45l14.1 14.125H17.5L1.375 4.2q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3L21.15 21.15q.3.3.313.713t-.288.712t-.712.3t-.713-.3L17.5 20.35q-1.2.8-2.587 1.225T11.975 22m8.1-5.3q-.25 0-.487-.1t-.438-.3l-3.325-3.325q.05-.25.05-.487V12q0-1.15-.162-2.238T15.2 7.625q-.125-.4-.525-.575t-.825.025q-.35.15-.512.513t-.038.737q.2.625.338 1.288t.187 1.362l-6.15-6.15q-.2-.2-.287-.425T7.3 3.925q0-.35.163-.637t.512-.463Q8.9 2.4 9.9 2.2t2.075-.2q2.075 0 3.9.788t3.175 2.137T21.188 8.1t.787 3.9q0 1.075-.213 2.075T21.15 16q-.15.35-.437.525t-.638.175"/></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%22M13.875%2016.925q.425.175.813.013t.512-.563q.075-.225.138-.462t.112-.463l-1.725-1.725q-.05.5-.15.988t-.275.962q-.125.375.05.738t.525.512m-3.225-1.3q.4.15.775-.012t.5-.538q.2-.65.313-1.337t.112-1.388l-2.125-2.15q.1.425.125.875t.025.925q0%20.6-.062%201.175t-.238%201.15q-.125.425.038.788t.537.512M7.4%2014.25q.425.175.8%200t.475-.6q.1-.4.15-.812t.05-.838t-.05-.837t-.15-.813q-.1-.425-.475-.6t-.8%200q-.35.125-.525.488t-.1.762q.05.25.075.5t.025.5t-.025.5t-.075.5q-.075.4.1.75t.525.5M11.975%2022q-2.075%200-3.9-.788T4.9%2019.075T2.763%2015.9T1.975%2012q0-1.625.475-3.088T3.8%206.226h2.45l14.1%2014.125H17.5L1.375%204.2q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3L21.15%2021.15q.3.3.313.713t-.288.712t-.712.3t-.713-.3L17.5%2020.35q-1.2.8-2.587%201.225T11.975%2022m8.1-5.3q-.25%200-.487-.1t-.438-.3l-3.325-3.325q.05-.25.05-.487V12q0-1.15-.162-2.238T15.2%207.625q-.125-.4-.525-.575t-.825.025q-.35.15-.512.513t-.038.737q.2.625.338%201.288t.187%201.362l-6.15-6.15q-.2-.2-.287-.425T7.3%203.925q0-.35.163-.637t.512-.463Q8.9%202.4%209.9%202.2t2.075-.2q2.075%200%203.9.788t3.175%202.137T21.188%208.1t.787%203.9q0%201.075-.213%202.075T21.15%2016q-.15.35-.437.525t-.638.175%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%22M13.875%2016.925q.425.175.813.013t.512-.563q.075-.225.138-.462t.112-.463l-1.725-1.725q-.05.5-.15.988t-.275.962q-.125.375.05.738t.525.512m-3.225-1.3q.4.15.775-.012t.5-.538q.2-.65.313-1.337t.112-1.388l-2.125-2.15q.1.425.125.875t.025.925q0%20.6-.062%201.175t-.238%201.15q-.125.425.038.788t.537.512M7.4%2014.25q.425.175.8%200t.475-.6q.1-.4.15-.812t.05-.838t-.05-.837t-.15-.813q-.1-.425-.475-.6t-.8%200q-.35.125-.525.488t-.1.762q.05.25.075.5t.025.5t-.025.5t-.075.5q-.075.4.1.75t.525.5M11.975%2022q-2.075%200-3.9-.788T4.9%2019.075T2.763%2015.9T1.975%2012q0-1.625.475-3.088T3.8%206.226h2.45l14.1%2014.125H17.5L1.375%204.2q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3L21.15%2021.15q.3.3.313.713t-.288.712t-.712.3t-.713-.3L17.5%2020.35q-1.2.8-2.587%201.225T11.975%2022m8.1-5.3q-.25%200-.487-.1t-.438-.3l-3.325-3.325q.05-.25.05-.487V12q0-1.15-.162-2.238T15.2%207.625q-.125-.4-.525-.575t-.825.025q-.35.15-.512.513t-.038.737q.2.625.338%201.288t.187%201.362l-6.15-6.15q-.2-.2-.287-.425T7.3%203.925q0-.35.163-.637t.512-.463Q8.9%202.4%209.9%202.2t2.075-.2q2.075%200%203.9.788t3.175%202.137T21.188%208.1t.787%203.9q0%201.075-.213%202.075T21.15%2016q-.15.35-.437.525t-.638.175%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-rounded.svg?color=%231a73e8&size=48