tap-single-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
tap-single-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

7 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the tap single icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.75 6c1.349 0 2.18.969 2.246 2.329l.004.18v2.115l2.22.403q.129.024.258.058a3.25 3.25 0 0 1 2.343 3.799l-.042.18l-1.048 3.922a2.25 2.25 0 0 1-1.69 1.617l-.165.03l-2.418.347a2.25 2.25 0 0 1-2.28-1.124l-.08-.154l-.029-.063a3.46 3.46 0 0 0-1.026-1.283l-.193-.139l-1.884-1.255l-.094-.059l-.097-.052l-2.363-1.176a.75.75 0 0 1-.416-.655c-.025-1.108.466-1.963 1.419-2.44c.702-.351 1.635-.331 2.826.017l.26.079V8.508C9.5 7.055 10.342 6 11.75 6m0 1.5c-.46 0-.712.275-.746.866L11 8.508v5.244a.75.75 0 0 1-1.036.694c-1.46-.603-2.441-.743-2.878-.524c-.254.127-.42.29-.51.518l-.038.12l1.905.948l.18.097l.175.108l1.884 1.256a5 5 0 0 1 1.626 1.793l.122.244l.029.063a.75.75 0 0 0 .678.434l.108-.008l2.418-.347a.75.75 0 0 0 .582-.444l.036-.105l1.049-3.923a1.75 1.75 0 0 0-1.24-2.142l-.069-.017l-2.905-.53a.75.75 0 0 1-.608-.63l-.008-.107V8.508c0-.69-.254-1.008-.75-1.008m0-5a5.75 5.75 0 0 1 5.393 7.749l-.144-.053a6 6 0 0 0-.608-.175a5 5 0 0 0-.727-.112A4.25 4.25 0 1 0 8.5 10.99a6 6 0 0 0-.824.123c-.351.085-.588.17-.752.263A5.75 5.75 0 0 1 11.749 2.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentTapSingle24Regular(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.75 6c1.349 0 2.18.969 2.246 2.329l.004.18v2.115l2.22.403q.129.024.258.058a3.25 3.25 0 0 1 2.343 3.799l-.042.18l-1.048 3.922a2.25 2.25 0 0 1-1.69 1.617l-.165.03l-2.418.347a2.25 2.25 0 0 1-2.28-1.124l-.08-.154l-.029-.063a3.46 3.46 0 0 0-1.026-1.283l-.193-.139l-1.884-1.255l-.094-.059l-.097-.052l-2.363-1.176a.75.75 0 0 1-.416-.655c-.025-1.108.466-1.963 1.419-2.44c.702-.351 1.635-.331 2.826.017l.26.079V8.508C9.5 7.055 10.342 6 11.75 6m0 1.5c-.46 0-.712.275-.746.866L11 8.508v5.244a.75.75 0 0 1-1.036.694c-1.46-.603-2.441-.743-2.878-.524c-.254.127-.42.29-.51.518l-.038.12l1.905.948l.18.097l.175.108l1.884 1.256a5 5 0 0 1 1.626 1.793l.122.244l.029.063a.75.75 0 0 0 .678.434l.108-.008l2.418-.347a.75.75 0 0 0 .582-.444l.036-.105l1.049-3.923a1.75 1.75 0 0 0-1.24-2.142l-.069-.017l-2.905-.53a.75.75 0 0 1-.608-.63l-.008-.107V8.508c0-.69-.254-1.008-.75-1.008m0-5a5.75 5.75 0 0 1 5.393 7.749l-.144-.053a6 6 0 0 0-.608-.175a5 5 0 0 0-.727-.112A4.25 4.25 0 1 0 8.5 10.99a6 6 0 0 0-.824.123c-.351.085-.588.17-.752.263A5.75 5.75 0 0 1 11.749 2.5"/></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.75 6c1.349 0 2.18.969 2.246 2.329l.004.18v2.115l2.22.403q.129.024.258.058a3.25 3.25 0 0 1 2.343 3.799l-.042.18l-1.048 3.922a2.25 2.25 0 0 1-1.69 1.617l-.165.03l-2.418.347a2.25 2.25 0 0 1-2.28-1.124l-.08-.154l-.029-.063a3.46 3.46 0 0 0-1.026-1.283l-.193-.139l-1.884-1.255l-.094-.059l-.097-.052l-2.363-1.176a.75.75 0 0 1-.416-.655c-.025-1.108.466-1.963 1.419-2.44c.702-.351 1.635-.331 2.826.017l.26.079V8.508C9.5 7.055 10.342 6 11.75 6m0 1.5c-.46 0-.712.275-.746.866L11 8.508v5.244a.75.75 0 0 1-1.036.694c-1.46-.603-2.441-.743-2.878-.524c-.254.127-.42.29-.51.518l-.038.12l1.905.948l.18.097l.175.108l1.884 1.256a5 5 0 0 1 1.626 1.793l.122.244l.029.063a.75.75 0 0 0 .678.434l.108-.008l2.418-.347a.75.75 0 0 0 .582-.444l.036-.105l1.049-3.923a1.75 1.75 0 0 0-1.24-2.142l-.069-.017l-2.905-.53a.75.75 0 0 1-.608-.63l-.008-.107V8.508c0-.69-.254-1.008-.75-1.008m0-5a5.75 5.75 0 0 1 5.393 7.749l-.144-.053a6 6 0 0 0-.608-.175a5 5 0 0 0-.727-.112A4.25 4.25 0 1 0 8.5 10.99a6 6 0 0 0-.824.123c-.351.085-.588.17-.752.263A5.75 5.75 0 0 1 11.749 2.5"/></svg>
</template>

CSS

.icon-tap-single-24-regular {
  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.75%206c1.349%200%202.18.969%202.246%202.329l.004.18v2.115l2.22.403q.129.024.258.058a3.25%203.25%200%200%201%202.343%203.799l-.042.18l-1.048%203.922a2.25%202.25%200%200%201-1.69%201.617l-.165.03l-2.418.347a2.25%202.25%200%200%201-2.28-1.124l-.08-.154l-.029-.063a3.46%203.46%200%200%200-1.026-1.283l-.193-.139l-1.884-1.255l-.094-.059l-.097-.052l-2.363-1.176a.75.75%200%200%201-.416-.655c-.025-1.108.466-1.963%201.419-2.44c.702-.351%201.635-.331%202.826.017l.26.079V8.508C9.5%207.055%2010.342%206%2011.75%206m0%201.5c-.46%200-.712.275-.746.866L11%208.508v5.244a.75.75%200%200%201-1.036.694c-1.46-.603-2.441-.743-2.878-.524c-.254.127-.42.29-.51.518l-.038.12l1.905.948l.18.097l.175.108l1.884%201.256a5%205%200%200%201%201.626%201.793l.122.244l.029.063a.75.75%200%200%200%20.678.434l.108-.008l2.418-.347a.75.75%200%200%200%20.582-.444l.036-.105l1.049-3.923a1.75%201.75%200%200%200-1.24-2.142l-.069-.017l-2.905-.53a.75.75%200%200%201-.608-.63l-.008-.107V8.508c0-.69-.254-1.008-.75-1.008m0-5a5.75%205.75%200%200%201%205.393%207.749l-.144-.053a6%206%200%200%200-.608-.175a5%205%200%200%200-.727-.112A4.25%204.25%200%201%200%208.5%2010.99a6%206%200%200%200-.824.123c-.351.085-.588.17-.752.263A5.75%205.75%200%200%201%2011.749%202.5%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.75%206c1.349%200%202.18.969%202.246%202.329l.004.18v2.115l2.22.403q.129.024.258.058a3.25%203.25%200%200%201%202.343%203.799l-.042.18l-1.048%203.922a2.25%202.25%200%200%201-1.69%201.617l-.165.03l-2.418.347a2.25%202.25%200%200%201-2.28-1.124l-.08-.154l-.029-.063a3.46%203.46%200%200%200-1.026-1.283l-.193-.139l-1.884-1.255l-.094-.059l-.097-.052l-2.363-1.176a.75.75%200%200%201-.416-.655c-.025-1.108.466-1.963%201.419-2.44c.702-.351%201.635-.331%202.826.017l.26.079V8.508C9.5%207.055%2010.342%206%2011.75%206m0%201.5c-.46%200-.712.275-.746.866L11%208.508v5.244a.75.75%200%200%201-1.036.694c-1.46-.603-2.441-.743-2.878-.524c-.254.127-.42.29-.51.518l-.038.12l1.905.948l.18.097l.175.108l1.884%201.256a5%205%200%200%201%201.626%201.793l.122.244l.029.063a.75.75%200%200%200%20.678.434l.108-.008l2.418-.347a.75.75%200%200%200%20.582-.444l.036-.105l1.049-3.923a1.75%201.75%200%200%200-1.24-2.142l-.069-.017l-2.905-.53a.75.75%200%200%201-.608-.63l-.008-.107V8.508c0-.69-.254-1.008-.75-1.008m0-5a5.75%205.75%200%200%201%205.393%207.749l-.144-.053a6%206%200%200%200-.608-.175a5%205%200%200%200-.727-.112A4.25%204.25%200%201%200%208.5%2010.99a6%206%200%200%200-.824.123c-.351.085-.588.17-.752.263A5.75%205.75%200%200%201%2011.749%202.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/tap-single-24-regular.svg?color=%231a73e8&size=48