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

Name
contactless-outline-rounded
Set
Material Symbols
Style
Outline 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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.875 12.463q-.025.237-.075.462q-.075.425.1.813t.575.537t.763-.025t.462-.575t.15-.825t.05-.85t-.05-.85t-.15-.825t-.462-.575t-.763-.025t-.575.538t-.1.812q.05.225.075.463T6.9 12t-.025.463m3.45.712q-.075.575-.225 1.125q-.125.425.038.8t.537.525q.4.175.788-.012t.512-.613q.225-.725.325-1.475T12.4 12t-.1-1.525T11.975 9q-.125-.425-.512-.612t-.788-.013q-.375.15-.537.525t-.038.8q.15.55.225 1.125T10.4 12t-.075 1.175m3.45.638q-.125.887-.4 1.737q-.125.425.013.825t.537.575t.788 0t.512-.6q.35-1.05.513-2.125T15.9 12t-.163-2.225t-.512-2.125q-.125-.425-.513-.6t-.787 0t-.537.575t-.013.825q.275.85.4 1.738T13.9 12t-.125 1.813M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsContactlessOutlineRounded(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="M6.875 12.463q-.025.237-.075.462q-.075.425.1.813t.575.537t.763-.025t.462-.575t.15-.825t.05-.85t-.05-.85t-.15-.825t-.462-.575t-.763-.025t-.575.538t-.1.812q.05.225.075.463T6.9 12t-.025.463m3.45.712q-.075.575-.225 1.125q-.125.425.038.8t.537.525q.4.175.788-.012t.512-.613q.225-.725.325-1.475T12.4 12t-.1-1.525T11.975 9q-.125-.425-.512-.612t-.788-.013q-.375.15-.537.525t-.038.8q.15.55.225 1.125T10.4 12t-.075 1.175m3.45.638q-.125.887-.4 1.737q-.125.425.013.825t.537.575t.788 0t.512-.6q.35-1.05.513-2.125T15.9 12t-.163-2.225t-.512-2.125q-.125-.425-.513-.6t-.787 0t-.537.575t-.013.825q.275.85.4 1.738T13.9 12t-.125 1.813M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.875 12.463q-.025.237-.075.462q-.075.425.1.813t.575.537t.763-.025t.462-.575t.15-.825t.05-.85t-.05-.85t-.15-.825t-.462-.575t-.763-.025t-.575.538t-.1.812q.05.225.075.463T6.9 12t-.025.463m3.45.712q-.075.575-.225 1.125q-.125.425.038.8t.537.525q.4.175.788-.012t.512-.613q.225-.725.325-1.475T12.4 12t-.1-1.525T11.975 9q-.125-.425-.512-.612t-.788-.013q-.375.15-.537.525t-.038.8q.15.55.225 1.125T10.4 12t-.075 1.175m3.45.638q-.125.887-.4 1.737q-.125.425.013.825t.537.575t.788 0t.512-.6q.35-1.05.513-2.125T15.9 12t-.163-2.225t-.512-2.125q-.125-.425-.513-.6t-.787 0t-.537.575t-.013.825q.275.85.4 1.738T13.9 12t-.125 1.813M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8"/></svg>
</template>

CSS

.icon-contactless-outline-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%22M6.875%2012.463q-.025.237-.075.462q-.075.425.1.813t.575.537t.763-.025t.462-.575t.15-.825t.05-.85t-.05-.85t-.15-.825t-.462-.575t-.763-.025t-.575.538t-.1.812q.05.225.075.463T6.9%2012t-.025.463m3.45.712q-.075.575-.225%201.125q-.125.425.038.8t.537.525q.4.175.788-.012t.512-.613q.225-.725.325-1.475T12.4%2012t-.1-1.525T11.975%209q-.125-.425-.512-.612t-.788-.013q-.375.15-.537.525t-.038.8q.15.55.225%201.125T10.4%2012t-.075%201.175m3.45.638q-.125.887-.4%201.737q-.125.425.013.825t.537.575t.788%200t.512-.6q.35-1.05.513-2.125T15.9%2012t-.163-2.225t-.512-2.125q-.125-.425-.513-.6t-.787%200t-.537.575t-.013.825q.275.85.4%201.738T13.9%2012t-.125%201.813M12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202t3.9.788t3.175%202.137T21.213%208.1T22%2012t-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022m0-2q3.35%200%205.675-2.325T20%2012t-2.325-5.675T12%204T6.325%206.325T4%2012t2.325%205.675T12%2020m0-8%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%22M6.875%2012.463q-.025.237-.075.462q-.075.425.1.813t.575.537t.763-.025t.462-.575t.15-.825t.05-.85t-.05-.85t-.15-.825t-.462-.575t-.763-.025t-.575.538t-.1.812q.05.225.075.463T6.9%2012t-.025.463m3.45.712q-.075.575-.225%201.125q-.125.425.038.8t.537.525q.4.175.788-.012t.512-.613q.225-.725.325-1.475T12.4%2012t-.1-1.525T11.975%209q-.125-.425-.512-.612t-.788-.013q-.375.15-.537.525t-.038.8q.15.55.225%201.125T10.4%2012t-.075%201.175m3.45.638q-.125.887-.4%201.737q-.125.425.013.825t.537.575t.788%200t.512-.6q.35-1.05.513-2.125T15.9%2012t-.163-2.225t-.512-2.125q-.125-.425-.513-.6t-.787%200t-.537.575t-.013.825q.275.85.4%201.738T13.9%2012t-.125%201.813M12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202t3.9.788t3.175%202.137T21.213%208.1T22%2012t-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022m0-2q3.35%200%205.675-2.325T20%2012t-2.325-5.675T12%204T6.325%206.325T4%2012t2.325%205.675T12%2020m0-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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