tap single icon
tap-single-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- tap-single-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 single icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 5a6 6 0 0 0-4.88 9.491a5.5 5.5 0 0 0-2.123.38a8 8 0 1 1 14.584-1.312a6 6 0 0 0-.533-.13l-1.444-.28A6 6 0 0 0 16 5m.002 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-.727V11a3 3 0 0 0-3-3"/></svg>
React
import type { SVGProps } from "react";
export function FluentTapSingle32Filled(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="M16 5a6 6 0 0 0-4.88 9.491a5.5 5.5 0 0 0-2.123.38a8 8 0 1 1 14.584-1.312a6 6 0 0 0-.533-.13l-1.444-.28A6 6 0 0 0 16 5m.002 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-.727V11a3 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="M16 5a6 6 0 0 0-4.88 9.491a5.5 5.5 0 0 0-2.123.38a8 8 0 1 1 14.584-1.312a6 6 0 0 0-.533-.13l-1.444-.28A6 6 0 0 0 16 5m.002 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-.727V11a3 3 0 0 0-3-3"/></svg> </template>
CSS
.icon-tap-single-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%22M16%205a6%206%200%200%200-4.88%209.491a5.5%205.5%200%200%200-2.123.38a8%208%200%201%201%2014.584-1.312a6%206%200%200%200-.533-.13l-1.444-.28A6%206%200%200%200%2016%205m.002%203a3%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-.727V11a3%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%22M16%205a6%206%200%200%200-4.88%209.491a5.5%205.5%200%200%200-2.123.38a8%208%200%201%201%2014.584-1.312a6%206%200%200%200-.533-.13l-1.444-.28A6%206%200%200%200%2016%205m.002%203a3%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-.727V11a3%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-single-32-filled.svg?color=%231a73e8&size=48