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

Name
mobile-tap-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Business
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More business icons from Material Symbols Light

Use the mobile tap icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.558 3H20zM4.414 6.339q-.304.628-.372 1.351q-.042.189-.192.326t-.35.138q-.214 0-.354-.14t-.129-.324q.074-.93.463-1.745q.39-.814 1.02-1.445t1.445-1.02t1.745-.463q.183-.011.323.13q.14.14.14.357q0 .204-.137.35t-.325.188q-.724.068-1.352.372q-.63.303-1.125.8q-.497.495-.8 1.124m.202 4.22h7.211q.666 0 1.14.474t.475 1.141V20.5q0 .213-.144.356q-.143.144-.356.144t-.356-.144t-.144-.356v-8.327q0-.27-.173-.442t-.442-.173H4.616q-.27 0-.443.173T4 12.173V20.5q0 .213-.144.356T3.499 21t-.356-.144T3 20.5v-8.327q0-.666.475-1.14t1.14-.475m3.54-2.808q0 .162-.121.283t-.283.12h-.673q-.154 0-.27-.12q-.115-.121-.07-.261q.111-.349.358-.608q.247-.26.574-.391q.187-.056.336.064t.149.34zm.578 6.656q.21-.21.21-.52t-.21-.521t-.52-.211t-.52.21t-.211.52t.21.52q.21.212.52.212t.52-.21m1.97-6.396q-.143-.144-.143-.356V3.5q0-.213.144-.356q.143-.144.356-.144t.356.144t.144.356v4.154q0 .212-.144.356t-.357.144t-.356-.144M19.5 19.5q-.63.63-1.445 1.02t-1.746.463q-.182.011-.323-.13q-.14-.14-.14-.357q0-.204.138-.35q.137-.146.325-.188q.724-.068 1.352-.372q.63-.303 1.125-.8q.497-.496.8-1.125q.305-.628.372-1.352q.042-.188.192-.325t.35-.138q.214 0 .354.14t.129.323q-.073.931-.463 1.746q-.39.814-1.02 1.445m-3.272-2.237q-.14.045-.26-.07q-.122-.116-.122-.27v-.673q0-.161.121-.283q.122-.12.283-.12h.573q.202 0 .328.15q.126.152.076.334q-.13.327-.39.574t-.609.358m3.157-3.82h-3.039q-.212 0-.356-.145q-.144-.143-.144-.356t.144-.356t.356-.144h3.039q.269 0 .442-.173t.173-.442V3.5q0-.213.144-.356T20.501 3t.356.144T21 3.5v8.327q0 .666-.475 1.14t-1.14.475M12.442 21H4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMobileTapOutlineRounded(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="M11.558 3H20zM4.414 6.339q-.304.628-.372 1.351q-.042.189-.192.326t-.35.138q-.214 0-.354-.14t-.129-.324q.074-.93.463-1.745q.39-.814 1.02-1.445t1.445-1.02t1.745-.463q.183-.011.323.13q.14.14.14.357q0 .204-.137.35t-.325.188q-.724.068-1.352.372q-.63.303-1.125.8q-.497.495-.8 1.124m.202 4.22h7.211q.666 0 1.14.474t.475 1.141V20.5q0 .213-.144.356q-.143.144-.356.144t-.356-.144t-.144-.356v-8.327q0-.27-.173-.442t-.442-.173H4.616q-.27 0-.443.173T4 12.173V20.5q0 .213-.144.356T3.499 21t-.356-.144T3 20.5v-8.327q0-.666.475-1.14t1.14-.475m3.54-2.808q0 .162-.121.283t-.283.12h-.673q-.154 0-.27-.12q-.115-.121-.07-.261q.111-.349.358-.608q.247-.26.574-.391q.187-.056.336.064t.149.34zm.578 6.656q.21-.21.21-.52t-.21-.521t-.52-.211t-.52.21t-.211.52t.21.52q.21.212.52.212t.52-.21m1.97-6.396q-.143-.144-.143-.356V3.5q0-.213.144-.356q.143-.144.356-.144t.356.144t.144.356v4.154q0 .212-.144.356t-.357.144t-.356-.144M19.5 19.5q-.63.63-1.445 1.02t-1.746.463q-.182.011-.323-.13q-.14-.14-.14-.357q0-.204.138-.35q.137-.146.325-.188q.724-.068 1.352-.372q.63-.303 1.125-.8q.497-.496.8-1.125q.305-.628.372-1.352q.042-.188.192-.325t.35-.138q.214 0 .354.14t.129.323q-.073.931-.463 1.746q-.39.814-1.02 1.445m-3.272-2.237q-.14.045-.26-.07q-.122-.116-.122-.27v-.673q0-.161.121-.283q.122-.12.283-.12h.573q.202 0 .328.15q.126.152.076.334q-.13.327-.39.574t-.609.358m3.157-3.82h-3.039q-.212 0-.356-.145q-.144-.143-.144-.356t.144-.356t.356-.144h3.039q.269 0 .442-.173t.173-.442V3.5q0-.213.144-.356T20.501 3t.356.144T21 3.5v8.327q0 .666-.475 1.14t-1.14.475M12.442 21H4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.558 3H20zM4.414 6.339q-.304.628-.372 1.351q-.042.189-.192.326t-.35.138q-.214 0-.354-.14t-.129-.324q.074-.93.463-1.745q.39-.814 1.02-1.445t1.445-1.02t1.745-.463q.183-.011.323.13q.14.14.14.357q0 .204-.137.35t-.325.188q-.724.068-1.352.372q-.63.303-1.125.8q-.497.495-.8 1.124m.202 4.22h7.211q.666 0 1.14.474t.475 1.141V20.5q0 .213-.144.356q-.143.144-.356.144t-.356-.144t-.144-.356v-8.327q0-.27-.173-.442t-.442-.173H4.616q-.27 0-.443.173T4 12.173V20.5q0 .213-.144.356T3.499 21t-.356-.144T3 20.5v-8.327q0-.666.475-1.14t1.14-.475m3.54-2.808q0 .162-.121.283t-.283.12h-.673q-.154 0-.27-.12q-.115-.121-.07-.261q.111-.349.358-.608q.247-.26.574-.391q.187-.056.336.064t.149.34zm.578 6.656q.21-.21.21-.52t-.21-.521t-.52-.211t-.52.21t-.211.52t.21.52q.21.212.52.212t.52-.21m1.97-6.396q-.143-.144-.143-.356V3.5q0-.213.144-.356q.143-.144.356-.144t.356.144t.144.356v4.154q0 .212-.144.356t-.357.144t-.356-.144M19.5 19.5q-.63.63-1.445 1.02t-1.746.463q-.182.011-.323-.13q-.14-.14-.14-.357q0-.204.138-.35q.137-.146.325-.188q.724-.068 1.352-.372q.63-.303 1.125-.8q.497-.496.8-1.125q.305-.628.372-1.352q.042-.188.192-.325t.35-.138q.214 0 .354.14t.129.323q-.073.931-.463 1.746q-.39.814-1.02 1.445m-3.272-2.237q-.14.045-.26-.07q-.122-.116-.122-.27v-.673q0-.161.121-.283q.122-.12.283-.12h.573q.202 0 .328.15q.126.152.076.334q-.13.327-.39.574t-.609.358m3.157-3.82h-3.039q-.212 0-.356-.145q-.144-.143-.144-.356t.144-.356t.356-.144h3.039q.269 0 .442-.173t.173-.442V3.5q0-.213.144-.356T20.501 3t.356.144T21 3.5v8.327q0 .666-.475 1.14t-1.14.475M12.442 21H4z"/></svg>
</template>

CSS

.icon-mobile-tap-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%22M11.558%203H20zM4.414%206.339q-.304.628-.372%201.351q-.042.189-.192.326t-.35.138q-.214%200-.354-.14t-.129-.324q.074-.93.463-1.745q.39-.814%201.02-1.445t1.445-1.02t1.745-.463q.183-.011.323.13q.14.14.14.357q0%20.204-.137.35t-.325.188q-.724.068-1.352.372q-.63.303-1.125.8q-.497.495-.8%201.124m.202%204.22h7.211q.666%200%201.14.474t.475%201.141V20.5q0%20.213-.144.356q-.143.144-.356.144t-.356-.144t-.144-.356v-8.327q0-.27-.173-.442t-.442-.173H4.616q-.27%200-.443.173T4%2012.173V20.5q0%20.213-.144.356T3.499%2021t-.356-.144T3%2020.5v-8.327q0-.666.475-1.14t1.14-.475m3.54-2.808q0%20.162-.121.283t-.283.12h-.673q-.154%200-.27-.12q-.115-.121-.07-.261q.111-.349.358-.608q.247-.26.574-.391q.187-.056.336.064t.149.34zm.578%206.656q.21-.21.21-.52t-.21-.521t-.52-.211t-.52.21t-.211.52t.21.52q.21.212.52.212t.52-.21m1.97-6.396q-.143-.144-.143-.356V3.5q0-.213.144-.356q.143-.144.356-.144t.356.144t.144.356v4.154q0%20.212-.144.356t-.357.144t-.356-.144M19.5%2019.5q-.63.63-1.445%201.02t-1.746.463q-.182.011-.323-.13q-.14-.14-.14-.357q0-.204.138-.35q.137-.146.325-.188q.724-.068%201.352-.372q.63-.303%201.125-.8q.497-.496.8-1.125q.305-.628.372-1.352q.042-.188.192-.325t.35-.138q.214%200%20.354.14t.129.323q-.073.931-.463%201.746q-.39.814-1.02%201.445m-3.272-2.237q-.14.045-.26-.07q-.122-.116-.122-.27v-.673q0-.161.121-.283q.122-.12.283-.12h.573q.202%200%20.328.15q.126.152.076.334q-.13.327-.39.574t-.609.358m3.157-3.82h-3.039q-.212%200-.356-.145q-.144-.143-.144-.356t.144-.356t.356-.144h3.039q.269%200%20.442-.173t.173-.442V3.5q0-.213.144-.356T20.501%203t.356.144T21%203.5v8.327q0%20.666-.475%201.14t-1.14.475M12.442%2021H4z%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%22M11.558%203H20zM4.414%206.339q-.304.628-.372%201.351q-.042.189-.192.326t-.35.138q-.214%200-.354-.14t-.129-.324q.074-.93.463-1.745q.39-.814%201.02-1.445t1.445-1.02t1.745-.463q.183-.011.323.13q.14.14.14.357q0%20.204-.137.35t-.325.188q-.724.068-1.352.372q-.63.303-1.125.8q-.497.495-.8%201.124m.202%204.22h7.211q.666%200%201.14.474t.475%201.141V20.5q0%20.213-.144.356q-.143.144-.356.144t-.356-.144t-.144-.356v-8.327q0-.27-.173-.442t-.442-.173H4.616q-.27%200-.443.173T4%2012.173V20.5q0%20.213-.144.356T3.499%2021t-.356-.144T3%2020.5v-8.327q0-.666.475-1.14t1.14-.475m3.54-2.808q0%20.162-.121.283t-.283.12h-.673q-.154%200-.27-.12q-.115-.121-.07-.261q.111-.349.358-.608q.247-.26.574-.391q.187-.056.336.064t.149.34zm.578%206.656q.21-.21.21-.52t-.21-.521t-.52-.211t-.52.21t-.211.52t.21.52q.21.212.52.212t.52-.21m1.97-6.396q-.143-.144-.143-.356V3.5q0-.213.144-.356q.143-.144.356-.144t.356.144t.144.356v4.154q0%20.212-.144.356t-.357.144t-.356-.144M19.5%2019.5q-.63.63-1.445%201.02t-1.746.463q-.182.011-.323-.13q-.14-.14-.14-.357q0-.204.138-.35q.137-.146.325-.188q.724-.068%201.352-.372q.63-.303%201.125-.8q.497-.496.8-1.125q.305-.628.372-1.352q.042-.188.192-.325t.35-.138q.214%200%20.354.14t.129.323q-.073.931-.463%201.746q-.39.814-1.02%201.445m-3.272-2.237q-.14.045-.26-.07q-.122-.116-.122-.27v-.673q0-.161.121-.283q.122-.12.283-.12h.573q.202%200%20.328.15q.126.152.076.334q-.13.327-.39.574t-.609.358m3.157-3.82h-3.039q-.212%200-.356-.145q-.144-.143-.144-.356t.144-.356t.356-.144h3.039q.269%200%20.442-.173t.173-.442V3.5q0-.213.144-.356T20.501%203t.356.144T21%203.5v8.327q0%20.666-.475%201.14t-1.14.475M12.442%2021H4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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