contactless icon
contactless-outline from Material Symbols by Google · Outline · Business · Apache-2.0 Free for personal and commercial use.
- Name
- contactless-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- contactless-outline-sharp
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="M8.4 14.65q.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.925zM11.6 16q.425-.95.613-1.95T12.4 12t-.187-2.05T11.6 8l-1.85.75q.35.75.5 1.563T10.4 12t-.15 1.688t-.5 1.562zm3.25 1.35q.525-1.25.788-2.588T15.9 12t-.262-2.762t-.788-2.588l-1.85.8q.45 1.05.675 2.2T13.9 12t-.225 2.35t-.675 2.2zM12 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 MaterialSymbolsContactlessOutline(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="M8.4 14.65q.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.925zM11.6 16q.425-.95.613-1.95T12.4 12t-.187-2.05T11.6 8l-1.85.75q.35.75.5 1.563T10.4 12t-.15 1.688t-.5 1.562zm3.25 1.35q.525-1.25.788-2.588T15.9 12t-.262-2.762t-.788-2.588l-1.85.8q.45 1.05.675 2.2T13.9 12t-.225 2.35t-.675 2.2zM12 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="M8.4 14.65q.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.925zM11.6 16q.425-.95.613-1.95T12.4 12t-.187-2.05T11.6 8l-1.85.75q.35.75.5 1.563T10.4 12t-.15 1.688t-.5 1.562zm3.25 1.35q.525-1.25.788-2.588T15.9 12t-.262-2.762t-.788-2.588l-1.85.8q.45 1.05.675 2.2T13.9 12t-.225 2.35t-.675 2.2zM12 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 {
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%22M8.4%2014.65q.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.925zM11.6%2016q.425-.95.613-1.95T12.4%2012t-.187-2.05T11.6%208l-1.85.75q.35.75.5%201.563T10.4%2012t-.15%201.688t-.5%201.562zm3.25%201.35q.525-1.25.788-2.588T15.9%2012t-.262-2.762t-.788-2.588l-1.85.8q.45%201.05.675%202.2T13.9%2012t-.225%202.35t-.675%202.2zM12%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%22M8.4%2014.65q.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.925zM11.6%2016q.425-.95.613-1.95T12.4%2012t-.187-2.05T11.6%208l-1.85.75q.35.75.5%201.563T10.4%2012t-.15%201.688t-.5%201.562zm3.25%201.35q.525-1.25.788-2.588T15.9%2012t-.262-2.762t-.788-2.588l-1.85.8q.45%201.05.675%202.2T13.9%2012t-.225%202.35t-.675%202.2zM12%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.svg?color=%231a73e8&size=48