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

Name
tap-single-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M6 8.5a3.5 3.5 0 1 1 6.996.16l.992.174Q14 8.67 14 8.5a4.5 4.5 0 1 0-8.616 1.821a4.2 4.2 0 0 1 1.048-.135A3.5 3.5 0 0 1 6 8.5M9.5 6A1.5 1.5 0 0 0 8 7.5v4.251c-.584-.197-1.243-.316-1.866-.248c-.458.05-.916.201-1.301.515c-.39.317-.67.77-.818 1.36a.5.5 0 0 0 .43.619c2.592.288 3.914 1.7 4.553 2.728c.48.772 1.41 1.407 2.435 1.229l1.517-.264a2.5 2.5 0 0 0 1.918-1.599l.983-2.67a2.5 2.5 0 0 0-1.914-3.327L11 9.58V7.5A1.5 1.5 0 0 0 9.5 6M9 7.5a.5.5 0 0 1 1 0V10a.5.5 0 0 0 .414.492l3.35.587a1.5 1.5 0 0 1 1.149 1.996l-.984 2.67a1.5 1.5 0 0 1-1.15.96l-1.517.264c-.502.087-1.077-.227-1.415-.772c-.7-1.128-2.094-2.62-4.649-3.098c.08-.128.17-.227.266-.305q.306-.247.777-.297c.642-.07 1.419.142 2.035.45A.5.5 0 0 0 9 12.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTapSingle20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 8.5a3.5 3.5 0 1 1 6.996.16l.992.174Q14 8.67 14 8.5a4.5 4.5 0 1 0-8.616 1.821a4.2 4.2 0 0 1 1.048-.135A3.5 3.5 0 0 1 6 8.5M9.5 6A1.5 1.5 0 0 0 8 7.5v4.251c-.584-.197-1.243-.316-1.866-.248c-.458.05-.916.201-1.301.515c-.39.317-.67.77-.818 1.36a.5.5 0 0 0 .43.619c2.592.288 3.914 1.7 4.553 2.728c.48.772 1.41 1.407 2.435 1.229l1.517-.264a2.5 2.5 0 0 0 1.918-1.599l.983-2.67a2.5 2.5 0 0 0-1.914-3.327L11 9.58V7.5A1.5 1.5 0 0 0 9.5 6M9 7.5a.5.5 0 0 1 1 0V10a.5.5 0 0 0 .414.492l3.35.587a1.5 1.5 0 0 1 1.149 1.996l-.984 2.67a1.5 1.5 0 0 1-1.15.96l-1.517.264c-.502.087-1.077-.227-1.415-.772c-.7-1.128-2.094-2.62-4.649-3.098c.08-.128.17-.227.266-.305q.306-.247.777-.297c.642-.07 1.419.142 2.035.45A.5.5 0 0 0 9 12.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 8.5a3.5 3.5 0 1 1 6.996.16l.992.174Q14 8.67 14 8.5a4.5 4.5 0 1 0-8.616 1.821a4.2 4.2 0 0 1 1.048-.135A3.5 3.5 0 0 1 6 8.5M9.5 6A1.5 1.5 0 0 0 8 7.5v4.251c-.584-.197-1.243-.316-1.866-.248c-.458.05-.916.201-1.301.515c-.39.317-.67.77-.818 1.36a.5.5 0 0 0 .43.619c2.592.288 3.914 1.7 4.553 2.728c.48.772 1.41 1.407 2.435 1.229l1.517-.264a2.5 2.5 0 0 0 1.918-1.599l.983-2.67a2.5 2.5 0 0 0-1.914-3.327L11 9.58V7.5A1.5 1.5 0 0 0 9.5 6M9 7.5a.5.5 0 0 1 1 0V10a.5.5 0 0 0 .414.492l3.35.587a1.5 1.5 0 0 1 1.149 1.996l-.984 2.67a1.5 1.5 0 0 1-1.15.96l-1.517.264c-.502.087-1.077-.227-1.415-.772c-.7-1.128-2.094-2.62-4.649-3.098c.08-.128.17-.227.266-.305q.306-.247.777-.297c.642-.07 1.419.142 2.035.45A.5.5 0 0 0 9 12.5z"/></svg>
</template>

CSS

.icon-tap-single-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%208.5a3.5%203.5%200%201%201%206.996.16l.992.174Q14%208.67%2014%208.5a4.5%204.5%200%201%200-8.616%201.821a4.2%204.2%200%200%201%201.048-.135A3.5%203.5%200%200%201%206%208.5M9.5%206A1.5%201.5%200%200%200%208%207.5v4.251c-.584-.197-1.243-.316-1.866-.248c-.458.05-.916.201-1.301.515c-.39.317-.67.77-.818%201.36a.5.5%200%200%200%20.43.619c2.592.288%203.914%201.7%204.553%202.728c.48.772%201.41%201.407%202.435%201.229l1.517-.264a2.5%202.5%200%200%200%201.918-1.599l.983-2.67a2.5%202.5%200%200%200-1.914-3.327L11%209.58V7.5A1.5%201.5%200%200%200%209.5%206M9%207.5a.5.5%200%200%201%201%200V10a.5.5%200%200%200%20.414.492l3.35.587a1.5%201.5%200%200%201%201.149%201.996l-.984%202.67a1.5%201.5%200%200%201-1.15.96l-1.517.264c-.502.087-1.077-.227-1.415-.772c-.7-1.128-2.094-2.62-4.649-3.098c.08-.128.17-.227.266-.305q.306-.247.777-.297c.642-.07%201.419.142%202.035.45A.5.5%200%200%200%209%2012.5z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%208.5a3.5%203.5%200%201%201%206.996.16l.992.174Q14%208.67%2014%208.5a4.5%204.5%200%201%200-8.616%201.821a4.2%204.2%200%200%201%201.048-.135A3.5%203.5%200%200%201%206%208.5M9.5%206A1.5%201.5%200%200%200%208%207.5v4.251c-.584-.197-1.243-.316-1.866-.248c-.458.05-.916.201-1.301.515c-.39.317-.67.77-.818%201.36a.5.5%200%200%200%20.43.619c2.592.288%203.914%201.7%204.553%202.728c.48.772%201.41%201.407%202.435%201.229l1.517-.264a2.5%202.5%200%200%200%201.918-1.599l.983-2.67a2.5%202.5%200%200%200-1.914-3.327L11%209.58V7.5A1.5%201.5%200%200%200%209.5%206M9%207.5a.5.5%200%200%201%201%200V10a.5.5%200%200%200%20.414.492l3.35.587a1.5%201.5%200%200%201%201.149%201.996l-.984%202.67a1.5%201.5%200%200%201-1.15.96l-1.517.264c-.502.087-1.077-.227-1.415-.772c-.7-1.128-2.094-2.62-4.649-3.098c.08-.128.17-.227.266-.305q.306-.247.777-.297c.642-.07%201.419.142%202.035.45A.5.5%200%200%200%209%2012.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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