tap-double-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
tap-double-20-filled
Set
Fluent UI System Icons
Style
20 Filled
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 double icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 8.5a5.5 5.5 0 1 1 10.967.602c.342.144.653.335.929.563q.103-.567.104-1.165a6.5 6.5 0 1 0-12.363 2.81q.384-.371.819-.615A5.5 5.5 0 0 1 4 8.5m10 0q0 .168-.012.334l-.992-.173Q13 8.58 13 8.5a3.5 3.5 0 1 0-6.568 1.686a4.4 4.4 0 0 0-1.048.135A4.5 4.5 0 1 1 14 8.5m-6-1a1.5 1.5 0 1 1 3 0v2.08l2.937.514a2.5 2.5 0 0 1 1.914 3.327l-.983 2.67a2.5 2.5 0 0 1-1.918 1.6l-1.517.263c-1.025.178-1.956-.457-2.435-1.23c-.639-1.026-1.961-2.44-4.553-2.727a.5.5 0 0 1-.43-.618c.147-.59.428-1.044.818-1.36c.385-.315.843-.467 1.3-.516c.624-.068 1.283.05 1.867.248z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTapDouble20Filled(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="M4 8.5a5.5 5.5 0 1 1 10.967.602c.342.144.653.335.929.563q.103-.567.104-1.165a6.5 6.5 0 1 0-12.363 2.81q.384-.371.819-.615A5.5 5.5 0 0 1 4 8.5m10 0q0 .168-.012.334l-.992-.173Q13 8.58 13 8.5a3.5 3.5 0 1 0-6.568 1.686a4.4 4.4 0 0 0-1.048.135A4.5 4.5 0 1 1 14 8.5m-6-1a1.5 1.5 0 1 1 3 0v2.08l2.937.514a2.5 2.5 0 0 1 1.914 3.327l-.983 2.67a2.5 2.5 0 0 1-1.918 1.6l-1.517.263c-1.025.178-1.956-.457-2.435-1.23c-.639-1.026-1.961-2.44-4.553-2.727a.5.5 0 0 1-.43-.618c.147-.59.428-1.044.818-1.36c.385-.315.843-.467 1.3-.516c.624-.068 1.283.05 1.867.248z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 8.5a5.5 5.5 0 1 1 10.967.602c.342.144.653.335.929.563q.103-.567.104-1.165a6.5 6.5 0 1 0-12.363 2.81q.384-.371.819-.615A5.5 5.5 0 0 1 4 8.5m10 0q0 .168-.012.334l-.992-.173Q13 8.58 13 8.5a3.5 3.5 0 1 0-6.568 1.686a4.4 4.4 0 0 0-1.048.135A4.5 4.5 0 1 1 14 8.5m-6-1a1.5 1.5 0 1 1 3 0v2.08l2.937.514a2.5 2.5 0 0 1 1.914 3.327l-.983 2.67a2.5 2.5 0 0 1-1.918 1.6l-1.517.263c-1.025.178-1.956-.457-2.435-1.23c-.639-1.026-1.961-2.44-4.553-2.727a.5.5 0 0 1-.43-.618c.147-.59.428-1.044.818-1.36c.385-.315.843-.467 1.3-.516c.624-.068 1.283.05 1.867.248z"/></svg>
</template>

CSS

.icon-tap-double-20-filled {
  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%22M4%208.5a5.5%205.5%200%201%201%2010.967.602c.342.144.653.335.929.563q.103-.567.104-1.165a6.5%206.5%200%201%200-12.363%202.81q.384-.371.819-.615A5.5%205.5%200%200%201%204%208.5m10%200q0%20.168-.012.334l-.992-.173Q13%208.58%2013%208.5a3.5%203.5%200%201%200-6.568%201.686a4.4%204.4%200%200%200-1.048.135A4.5%204.5%200%201%201%2014%208.5m-6-1a1.5%201.5%200%201%201%203%200v2.08l2.937.514a2.5%202.5%200%200%201%201.914%203.327l-.983%202.67a2.5%202.5%200%200%201-1.918%201.6l-1.517.263c-1.025.178-1.956-.457-2.435-1.23c-.639-1.026-1.961-2.44-4.553-2.727a.5.5%200%200%201-.43-.618c.147-.59.428-1.044.818-1.36c.385-.315.843-.467%201.3-.516c.624-.068%201.283.05%201.867.248z%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%22M4%208.5a5.5%205.5%200%201%201%2010.967.602c.342.144.653.335.929.563q.103-.567.104-1.165a6.5%206.5%200%201%200-12.363%202.81q.384-.371.819-.615A5.5%205.5%200%200%201%204%208.5m10%200q0%20.168-.012.334l-.992-.173Q13%208.58%2013%208.5a3.5%203.5%200%201%200-6.568%201.686a4.4%204.4%200%200%200-1.048.135A4.5%204.5%200%201%201%2014%208.5m-6-1a1.5%201.5%200%201%201%203%200v2.08l2.937.514a2.5%202.5%200%200%201%201.914%203.327l-.983%202.67a2.5%202.5%200%200%201-1.918%201.6l-1.517.263c-1.025.178-1.956-.457-2.435-1.23c-.639-1.026-1.961-2.44-4.553-2.727a.5.5%200%200%201-.43-.618c.147-.59.428-1.044.818-1.36c.385-.315.843-.467%201.3-.516c.624-.068%201.283.05%201.867.248z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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