tap double icon

tap-double from css.gg by Astrit · Outline · MIT Free for personal and commercial use.

Name
tap-double
Set
css.gg
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in css.gg

Use the tap double icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M14.924 18v-4a3 3 0 0 0-6 0v4a3 3 0 1 0 6 0m-3-9a5 5 0 0 0-5 5v4a5 5 0 0 0 10 0v-4a5 5 0 0 0-5-5" clip-rule="evenodd"/><path d="M10.924 14a1 1 0 1 1 2 0v3h-2zm1-13a9.97 9.97 0 0 1 7.105 2.963l-1.415 1.414A7.98 7.98 0 0 0 11.924 3c-2.15 0-4.1.847-5.538 2.227L4.97 3.812A9.97 9.97 0 0 1 11.924 1"/><path fill-rule="evenodd" d="M11.923 5a6.97 6.97 0 0 1 4.38 1.539l-1.426 1.426A4.98 4.98 0 0 0 11.923 7c-1.075 0-2.071.34-2.886.917l-1.43-1.429A6.97 6.97 0 0 1 11.924 5" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function GgTapDouble(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M14.924 18v-4a3 3 0 0 0-6 0v4a3 3 0 1 0 6 0m-3-9a5 5 0 0 0-5 5v4a5 5 0 0 0 10 0v-4a5 5 0 0 0-5-5" clipRule="evenodd"/><path d="M10.924 14a1 1 0 1 1 2 0v3h-2zm1-13a9.97 9.97 0 0 1 7.105 2.963l-1.415 1.414A7.98 7.98 0 0 0 11.924 3c-2.15 0-4.1.847-5.538 2.227L4.97 3.812A9.97 9.97 0 0 1 11.924 1"/><path fillRule="evenodd" d="M11.923 5a6.97 6.97 0 0 1 4.38 1.539l-1.426 1.426A4.98 4.98 0 0 0 11.923 7c-1.075 0-2.071.34-2.886.917l-1.43-1.429A6.97 6.97 0 0 1 11.924 5" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M14.924 18v-4a3 3 0 0 0-6 0v4a3 3 0 1 0 6 0m-3-9a5 5 0 0 0-5 5v4a5 5 0 0 0 10 0v-4a5 5 0 0 0-5-5" clip-rule="evenodd"/><path d="M10.924 14a1 1 0 1 1 2 0v3h-2zm1-13a9.97 9.97 0 0 1 7.105 2.963l-1.415 1.414A7.98 7.98 0 0 0 11.924 3c-2.15 0-4.1.847-5.538 2.227L4.97 3.812A9.97 9.97 0 0 1 11.924 1"/><path fill-rule="evenodd" d="M11.923 5a6.97 6.97 0 0 1 4.38 1.539l-1.426 1.426A4.98 4.98 0 0 0 11.923 7c-1.075 0-2.071.34-2.886.917l-1.43-1.429A6.97 6.97 0 0 1 11.924 5" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-tap-double {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.924%2018v-4a3%203%200%200%200-6%200v4a3%203%200%201%200%206%200m-3-9a5%205%200%200%200-5%205v4a5%205%200%200%200%2010%200v-4a5%205%200%200%200-5-5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M10.924%2014a1%201%200%201%201%202%200v3h-2zm1-13a9.97%209.97%200%200%201%207.105%202.963l-1.415%201.414A7.98%207.98%200%200%200%2011.924%203c-2.15%200-4.1.847-5.538%202.227L4.97%203.812A9.97%209.97%200%200%201%2011.924%201%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.923%205a6.97%206.97%200%200%201%204.38%201.539l-1.426%201.426A4.98%204.98%200%200%200%2011.923%207c-1.075%200-2.071.34-2.886.917l-1.43-1.429A6.97%206.97%200%200%201%2011.924%205%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.924%2018v-4a3%203%200%200%200-6%200v4a3%203%200%201%200%206%200m-3-9a5%205%200%200%200-5%205v4a5%205%200%200%200%2010%200v-4a5%205%200%200%200-5-5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M10.924%2014a1%201%200%201%201%202%200v3h-2zm1-13a9.97%209.97%200%200%201%207.105%202.963l-1.415%201.414A7.98%207.98%200%200%200%2011.924%203c-2.15%200-4.1.847-5.538%202.227L4.97%203.812A9.97%209.97%200%200%201%2011.924%201%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.923%205a6.97%206.97%200%200%201%204.38%201.539l-1.426%201.426A4.98%204.98%200%200%200%2011.923%207c-1.075%200-2.071.34-2.886.917l-1.43-1.429A6.97%206.97%200%200%201%2011.924%205%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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