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

Name
tap-double-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 double 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 7c1.348 0 2.179.97 2.246 2.329l.004.18v2.115l2.219.403a3.25 3.25 0 0 1 2.602 3.857l-.043.18l-1.048 3.923a2.25 2.25 0 0 1-1.689 1.616l-.165.03l-2.418.347a2.25 2.25 0 0 1-2.28-1.123l-.08-.155l-.03-.063a3.46 3.46 0 0 0-1.025-1.283l-.194-.138l-1.884-1.256l-.093-.059l-.098-.052l-2.363-1.175a.75.75 0 0 1-.416-.655c-.024-1.109.466-1.964 1.42-2.44c.701-.352 1.634-.332 2.826.016l.259.08v-4.17C9.5 8.055 10.342 7 11.75 7m0 1.5c-.46 0-.713.275-.746.866L11 9.508v5.245a.75.75 0 0 1-1.036.693c-1.46-.602-2.441-.743-2.879-.524c-.254.127-.42.29-.51.519l-.038.12l1.905.947l.181.097l.174.109l1.884 1.256a5 5 0 0 1 1.626 1.792l.122.245l.03.062a.75.75 0 0 0 .677.434l.109-.008l2.418-.347a.75.75 0 0 0 .581-.443l.037-.105l1.048-3.924a1.75 1.75 0 0 0-1.239-2.142l-.07-.017l-2.904-.529a.75.75 0 0 1-.609-.63l-.007-.108V9.508c0-.69-.255-1.008-.75-1.008M11.749 2a7.25 7.25 0 0 1 6.697 10.034a4.2 4.2 0 0 0-1.305-.785a5.75 5.75 0 1 0-10.219 1.13a3.3 3.3 0 0 0-.955.307q-.24.121-.455.266A7.25 7.25 0 0 1 11.748 2m0 2.502A4.75 4.75 0 0 1 16.165 11L15 10.789V9.51l-.004-.195l.002-.063a3.24 3.24 0 0 0-.567-1.835l-.09-.132C13.783 6.496 12.891 6 11.75 6c-1.175 0-2.085.526-2.64 1.353a3.24 3.24 0 0 0-.61 1.898l.002.11l-.002.147v2.89l-.262-.036a1 1 0 0 1-.617-.32Q7 11.354 7 9.25a4.75 4.75 0 0 1 4.749-4.75"/></svg>

React

import type { SVGProps } from "react";

export function FluentTapDouble24Regular(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 7c1.348 0 2.179.97 2.246 2.329l.004.18v2.115l2.219.403a3.25 3.25 0 0 1 2.602 3.857l-.043.18l-1.048 3.923a2.25 2.25 0 0 1-1.689 1.616l-.165.03l-2.418.347a2.25 2.25 0 0 1-2.28-1.123l-.08-.155l-.03-.063a3.46 3.46 0 0 0-1.025-1.283l-.194-.138l-1.884-1.256l-.093-.059l-.098-.052l-2.363-1.175a.75.75 0 0 1-.416-.655c-.024-1.109.466-1.964 1.42-2.44c.701-.352 1.634-.332 2.826.016l.259.08v-4.17C9.5 8.055 10.342 7 11.75 7m0 1.5c-.46 0-.713.275-.746.866L11 9.508v5.245a.75.75 0 0 1-1.036.693c-1.46-.602-2.441-.743-2.879-.524c-.254.127-.42.29-.51.519l-.038.12l1.905.947l.181.097l.174.109l1.884 1.256a5 5 0 0 1 1.626 1.792l.122.245l.03.062a.75.75 0 0 0 .677.434l.109-.008l2.418-.347a.75.75 0 0 0 .581-.443l.037-.105l1.048-3.924a1.75 1.75 0 0 0-1.239-2.142l-.07-.017l-2.904-.529a.75.75 0 0 1-.609-.63l-.007-.108V9.508c0-.69-.255-1.008-.75-1.008M11.749 2a7.25 7.25 0 0 1 6.697 10.034a4.2 4.2 0 0 0-1.305-.785a5.75 5.75 0 1 0-10.219 1.13a3.3 3.3 0 0 0-.955.307q-.24.121-.455.266A7.25 7.25 0 0 1 11.748 2m0 2.502A4.75 4.75 0 0 1 16.165 11L15 10.789V9.51l-.004-.195l.002-.063a3.24 3.24 0 0 0-.567-1.835l-.09-.132C13.783 6.496 12.891 6 11.75 6c-1.175 0-2.085.526-2.64 1.353a3.24 3.24 0 0 0-.61 1.898l.002.11l-.002.147v2.89l-.262-.036a1 1 0 0 1-.617-.32Q7 11.354 7 9.25a4.75 4.75 0 0 1 4.749-4.75"/></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 7c1.348 0 2.179.97 2.246 2.329l.004.18v2.115l2.219.403a3.25 3.25 0 0 1 2.602 3.857l-.043.18l-1.048 3.923a2.25 2.25 0 0 1-1.689 1.616l-.165.03l-2.418.347a2.25 2.25 0 0 1-2.28-1.123l-.08-.155l-.03-.063a3.46 3.46 0 0 0-1.025-1.283l-.194-.138l-1.884-1.256l-.093-.059l-.098-.052l-2.363-1.175a.75.75 0 0 1-.416-.655c-.024-1.109.466-1.964 1.42-2.44c.701-.352 1.634-.332 2.826.016l.259.08v-4.17C9.5 8.055 10.342 7 11.75 7m0 1.5c-.46 0-.713.275-.746.866L11 9.508v5.245a.75.75 0 0 1-1.036.693c-1.46-.602-2.441-.743-2.879-.524c-.254.127-.42.29-.51.519l-.038.12l1.905.947l.181.097l.174.109l1.884 1.256a5 5 0 0 1 1.626 1.792l.122.245l.03.062a.75.75 0 0 0 .677.434l.109-.008l2.418-.347a.75.75 0 0 0 .581-.443l.037-.105l1.048-3.924a1.75 1.75 0 0 0-1.239-2.142l-.07-.017l-2.904-.529a.75.75 0 0 1-.609-.63l-.007-.108V9.508c0-.69-.255-1.008-.75-1.008M11.749 2a7.25 7.25 0 0 1 6.697 10.034a4.2 4.2 0 0 0-1.305-.785a5.75 5.75 0 1 0-10.219 1.13a3.3 3.3 0 0 0-.955.307q-.24.121-.455.266A7.25 7.25 0 0 1 11.748 2m0 2.502A4.75 4.75 0 0 1 16.165 11L15 10.789V9.51l-.004-.195l.002-.063a3.24 3.24 0 0 0-.567-1.835l-.09-.132C13.783 6.496 12.891 6 11.75 6c-1.175 0-2.085.526-2.64 1.353a3.24 3.24 0 0 0-.61 1.898l.002.11l-.002.147v2.89l-.262-.036a1 1 0 0 1-.617-.32Q7 11.354 7 9.25a4.75 4.75 0 0 1 4.749-4.75"/></svg>
</template>

CSS

.icon-tap-double-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%207c1.348%200%202.179.97%202.246%202.329l.004.18v2.115l2.219.403a3.25%203.25%200%200%201%202.602%203.857l-.043.18l-1.048%203.923a2.25%202.25%200%200%201-1.689%201.616l-.165.03l-2.418.347a2.25%202.25%200%200%201-2.28-1.123l-.08-.155l-.03-.063a3.46%203.46%200%200%200-1.025-1.283l-.194-.138l-1.884-1.256l-.093-.059l-.098-.052l-2.363-1.175a.75.75%200%200%201-.416-.655c-.024-1.109.466-1.964%201.42-2.44c.701-.352%201.634-.332%202.826.016l.259.08v-4.17C9.5%208.055%2010.342%207%2011.75%207m0%201.5c-.46%200-.713.275-.746.866L11%209.508v5.245a.75.75%200%200%201-1.036.693c-1.46-.602-2.441-.743-2.879-.524c-.254.127-.42.29-.51.519l-.038.12l1.905.947l.181.097l.174.109l1.884%201.256a5%205%200%200%201%201.626%201.792l.122.245l.03.062a.75.75%200%200%200%20.677.434l.109-.008l2.418-.347a.75.75%200%200%200%20.581-.443l.037-.105l1.048-3.924a1.75%201.75%200%200%200-1.239-2.142l-.07-.017l-2.904-.529a.75.75%200%200%201-.609-.63l-.007-.108V9.508c0-.69-.255-1.008-.75-1.008M11.749%202a7.25%207.25%200%200%201%206.697%2010.034a4.2%204.2%200%200%200-1.305-.785a5.75%205.75%200%201%200-10.219%201.13a3.3%203.3%200%200%200-.955.307q-.24.121-.455.266A7.25%207.25%200%200%201%2011.748%202m0%202.502A4.75%204.75%200%200%201%2016.165%2011L15%2010.789V9.51l-.004-.195l.002-.063a3.24%203.24%200%200%200-.567-1.835l-.09-.132C13.783%206.496%2012.891%206%2011.75%206c-1.175%200-2.085.526-2.64%201.353a3.24%203.24%200%200%200-.61%201.898l.002.11l-.002.147v2.89l-.262-.036a1%201%200%200%201-.617-.32Q7%2011.354%207%209.25a4.75%204.75%200%200%201%204.749-4.75%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%207c1.348%200%202.179.97%202.246%202.329l.004.18v2.115l2.219.403a3.25%203.25%200%200%201%202.602%203.857l-.043.18l-1.048%203.923a2.25%202.25%200%200%201-1.689%201.616l-.165.03l-2.418.347a2.25%202.25%200%200%201-2.28-1.123l-.08-.155l-.03-.063a3.46%203.46%200%200%200-1.025-1.283l-.194-.138l-1.884-1.256l-.093-.059l-.098-.052l-2.363-1.175a.75.75%200%200%201-.416-.655c-.024-1.109.466-1.964%201.42-2.44c.701-.352%201.634-.332%202.826.016l.259.08v-4.17C9.5%208.055%2010.342%207%2011.75%207m0%201.5c-.46%200-.713.275-.746.866L11%209.508v5.245a.75.75%200%200%201-1.036.693c-1.46-.602-2.441-.743-2.879-.524c-.254.127-.42.29-.51.519l-.038.12l1.905.947l.181.097l.174.109l1.884%201.256a5%205%200%200%201%201.626%201.792l.122.245l.03.062a.75.75%200%200%200%20.677.434l.109-.008l2.418-.347a.75.75%200%200%200%20.581-.443l.037-.105l1.048-3.924a1.75%201.75%200%200%200-1.239-2.142l-.07-.017l-2.904-.529a.75.75%200%200%201-.609-.63l-.007-.108V9.508c0-.69-.255-1.008-.75-1.008M11.749%202a7.25%207.25%200%200%201%206.697%2010.034a4.2%204.2%200%200%200-1.305-.785a5.75%205.75%200%201%200-10.219%201.13a3.3%203.3%200%200%200-.955.307q-.24.121-.455.266A7.25%207.25%200%200%201%2011.748%202m0%202.502A4.75%204.75%200%200%201%2016.165%2011L15%2010.789V9.51l-.004-.195l.002-.063a3.24%203.24%200%200%200-.567-1.835l-.09-.132C13.783%206.496%2012.891%206%2011.75%206c-1.175%200-2.085.526-2.64%201.353a3.24%203.24%200%200%200-.61%201.898l.002.11l-.002.147v2.89l-.262-.036a1%201%200%200%201-.617-.32Q7%2011.354%207%209.25a4.75%204.75%200%200%201%204.749-4.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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