tap double icon
tap-double-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- tap-double-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M8 12a8 8 0 1 1 15.582 2.56a5.5 5.5 0 0 1 1.795.922A10 10 0 0 0 26 12c0-5.523-4.477-10-10-10S6 6.477 6 12c0 1.792.471 3.473 1.296 4.928a5.5 5.5 0 0 1 1.701-1.057A7.96 7.96 0 0 1 8 12m14.5 0c0 .79-.141 1.545-.399 2.245l-1.598-.309v-1.937a4.5 4.5 0 0 0-4.712-4.494a4.5 4.5 0 0 0-4.288 4.673v3.335a5.5 5.5 0 0 0-.974-.002A6.5 6.5 0 1 1 22.499 12m-6.498-3a3 3 0 0 0-3 3v5.495l-.449-.189a4 4 0 0 0-5.41 2.642l-.09.332a1.51 1.51 0 0 0 .963 1.817c4.74 1.653 6.227 3.924 6.801 5.503c.3.824 1.116 1.48 2.113 1.398l4.76-.388a3 3 0 0 0 2.649-2.194l1.52-5.526a4 4 0 0 0-3.097-4.988l-3.76-.727V12a3 3 0 0 0-3-3"/></svg>
React
import type { SVGProps } from "react";
export function FluentTapDouble32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8 12a8 8 0 1 1 15.582 2.56a5.5 5.5 0 0 1 1.795.922A10 10 0 0 0 26 12c0-5.523-4.477-10-10-10S6 6.477 6 12c0 1.792.471 3.473 1.296 4.928a5.5 5.5 0 0 1 1.701-1.057A7.96 7.96 0 0 1 8 12m14.5 0c0 .79-.141 1.545-.399 2.245l-1.598-.309v-1.937a4.5 4.5 0 0 0-4.712-4.494a4.5 4.5 0 0 0-4.288 4.673v3.335a5.5 5.5 0 0 0-.974-.002A6.5 6.5 0 1 1 22.499 12m-6.498-3a3 3 0 0 0-3 3v5.495l-.449-.189a4 4 0 0 0-5.41 2.642l-.09.332a1.51 1.51 0 0 0 .963 1.817c4.74 1.653 6.227 3.924 6.801 5.503c.3.824 1.116 1.48 2.113 1.398l4.76-.388a3 3 0 0 0 2.649-2.194l1.52-5.526a4 4 0 0 0-3.097-4.988l-3.76-.727V12a3 3 0 0 0-3-3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8 12a8 8 0 1 1 15.582 2.56a5.5 5.5 0 0 1 1.795.922A10 10 0 0 0 26 12c0-5.523-4.477-10-10-10S6 6.477 6 12c0 1.792.471 3.473 1.296 4.928a5.5 5.5 0 0 1 1.701-1.057A7.96 7.96 0 0 1 8 12m14.5 0c0 .79-.141 1.545-.399 2.245l-1.598-.309v-1.937a4.5 4.5 0 0 0-4.712-4.494a4.5 4.5 0 0 0-4.288 4.673v3.335a5.5 5.5 0 0 0-.974-.002A6.5 6.5 0 1 1 22.499 12m-6.498-3a3 3 0 0 0-3 3v5.495l-.449-.189a4 4 0 0 0-5.41 2.642l-.09.332a1.51 1.51 0 0 0 .963 1.817c4.74 1.653 6.227 3.924 6.801 5.503c.3.824 1.116 1.48 2.113 1.398l4.76-.388a3 3 0 0 0 2.649-2.194l1.52-5.526a4 4 0 0 0-3.097-4.988l-3.76-.727V12a3 3 0 0 0-3-3"/></svg> </template>
CSS
.icon-tap-double-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2012a8%208%200%201%201%2015.582%202.56a5.5%205.5%200%200%201%201.795.922A10%2010%200%200%200%2026%2012c0-5.523-4.477-10-10-10S6%206.477%206%2012c0%201.792.471%203.473%201.296%204.928a5.5%205.5%200%200%201%201.701-1.057A7.96%207.96%200%200%201%208%2012m14.5%200c0%20.79-.141%201.545-.399%202.245l-1.598-.309v-1.937a4.5%204.5%200%200%200-4.712-4.494a4.5%204.5%200%200%200-4.288%204.673v3.335a5.5%205.5%200%200%200-.974-.002A6.5%206.5%200%201%201%2022.499%2012m-6.498-3a3%203%200%200%200-3%203v5.495l-.449-.189a4%204%200%200%200-5.41%202.642l-.09.332a1.51%201.51%200%200%200%20.963%201.817c4.74%201.653%206.227%203.924%206.801%205.503c.3.824%201.116%201.48%202.113%201.398l4.76-.388a3%203%200%200%200%202.649-2.194l1.52-5.526a4%204%200%200%200-3.097-4.988l-3.76-.727V12a3%203%200%200%200-3-3%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2012a8%208%200%201%201%2015.582%202.56a5.5%205.5%200%200%201%201.795.922A10%2010%200%200%200%2026%2012c0-5.523-4.477-10-10-10S6%206.477%206%2012c0%201.792.471%203.473%201.296%204.928a5.5%205.5%200%200%201%201.701-1.057A7.96%207.96%200%200%201%208%2012m14.5%200c0%20.79-.141%201.545-.399%202.245l-1.598-.309v-1.937a4.5%204.5%200%200%200-4.712-4.494a4.5%204.5%200%200%200-4.288%204.673v3.335a5.5%205.5%200%200%200-.974-.002A6.5%206.5%200%201%201%2022.499%2012m-6.498-3a3%203%200%200%200-3%203v5.495l-.449-.189a4%204%200%200%200-5.41%202.642l-.09.332a1.51%201.51%200%200%200%20.963%201.817c4.74%201.653%206.227%203.924%206.801%205.503c.3.824%201.116%201.48%202.113%201.398l4.76-.388a3%203%200%200%200%202.649-2.194l1.52-5.526a4%204%200%200%200-3.097-4.988l-3.76-.727V12a3%203%200%200%200-3-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/tap-double-32-filled.svg?color=%231a73e8&size=48