tap single icon
tap-single-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- tap-single-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="M23.5 7.5A9 9 0 0 0 17 22.726v.427a7.3 7.3 0 0 0-2.951-.1A11.45 11.45 0 0 1 12 16.5C12 10.149 17.149 5 23.5 5S35 10.149 35 16.5a11.5 11.5 0 0 1-.822 4.277q-.15-.039-.303-.072l-2.185-.469A9 9 0 0 0 23.5 7.5m-2 9a2 2 0 1 1 4 0v6c0 .59.412 1.099.988 1.222l6.443 1.383a3.25 3.25 0 0 1 2.451 4.04l-2.295 8.346a1.75 1.75 0 0 1-1.484 1.274l-6.242.731a.32.32 0 0 1-.216-.062a.75.75 0 0 1-.261-.31c-1.435-3.072-5.096-6.414-12.292-9.72a2.837 2.837 0 0 1 3.675-1.778l3.551 1.307A1.25 1.25 0 0 0 21.5 27.76zm2-4.5a4.5 4.5 0 0 0-4.5 4.5v9.468l-1.87-.688c-3.138-1.155-6.553.828-7.105 4.127a1.94 1.94 0 0 0 1.118 2.084c7.293 3.287 10.395 6.377 11.476 8.69c.489 1.047 1.623 1.963 3.033 1.798l6.242-.731a4.25 4.25 0 0 0 3.604-3.094l2.295-8.347a5.75 5.75 0 0 0-4.338-7.146L28 21.49V16.5a4.5 4.5 0 0 0-4.5-4.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentTapSingle48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23.5 7.5A9 9 0 0 0 17 22.726v.427a7.3 7.3 0 0 0-2.951-.1A11.45 11.45 0 0 1 12 16.5C12 10.149 17.149 5 23.5 5S35 10.149 35 16.5a11.5 11.5 0 0 1-.822 4.277q-.15-.039-.303-.072l-2.185-.469A9 9 0 0 0 23.5 7.5m-2 9a2 2 0 1 1 4 0v6c0 .59.412 1.099.988 1.222l6.443 1.383a3.25 3.25 0 0 1 2.451 4.04l-2.295 8.346a1.75 1.75 0 0 1-1.484 1.274l-6.242.731a.32.32 0 0 1-.216-.062a.75.75 0 0 1-.261-.31c-1.435-3.072-5.096-6.414-12.292-9.72a2.837 2.837 0 0 1 3.675-1.778l3.551 1.307A1.25 1.25 0 0 0 21.5 27.76zm2-4.5a4.5 4.5 0 0 0-4.5 4.5v9.468l-1.87-.688c-3.138-1.155-6.553.828-7.105 4.127a1.94 1.94 0 0 0 1.118 2.084c7.293 3.287 10.395 6.377 11.476 8.69c.489 1.047 1.623 1.963 3.033 1.798l6.242-.731a4.25 4.25 0 0 0 3.604-3.094l2.295-8.347a5.75 5.75 0 0 0-4.338-7.146L28 21.49V16.5a4.5 4.5 0 0 0-4.5-4.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23.5 7.5A9 9 0 0 0 17 22.726v.427a7.3 7.3 0 0 0-2.951-.1A11.45 11.45 0 0 1 12 16.5C12 10.149 17.149 5 23.5 5S35 10.149 35 16.5a11.5 11.5 0 0 1-.822 4.277q-.15-.039-.303-.072l-2.185-.469A9 9 0 0 0 23.5 7.5m-2 9a2 2 0 1 1 4 0v6c0 .59.412 1.099.988 1.222l6.443 1.383a3.25 3.25 0 0 1 2.451 4.04l-2.295 8.346a1.75 1.75 0 0 1-1.484 1.274l-6.242.731a.32.32 0 0 1-.216-.062a.75.75 0 0 1-.261-.31c-1.435-3.072-5.096-6.414-12.292-9.72a2.837 2.837 0 0 1 3.675-1.778l3.551 1.307A1.25 1.25 0 0 0 21.5 27.76zm2-4.5a4.5 4.5 0 0 0-4.5 4.5v9.468l-1.87-.688c-3.138-1.155-6.553.828-7.105 4.127a1.94 1.94 0 0 0 1.118 2.084c7.293 3.287 10.395 6.377 11.476 8.69c.489 1.047 1.623 1.963 3.033 1.798l6.242-.731a4.25 4.25 0 0 0 3.604-3.094l2.295-8.347a5.75 5.75 0 0 0-4.338-7.146L28 21.49V16.5a4.5 4.5 0 0 0-4.5-4.5"/></svg> </template>
CSS
.icon-tap-single-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.5%207.5A9%209%200%200%200%2017%2022.726v.427a7.3%207.3%200%200%200-2.951-.1A11.45%2011.45%200%200%201%2012%2016.5C12%2010.149%2017.149%205%2023.5%205S35%2010.149%2035%2016.5a11.5%2011.5%200%200%201-.822%204.277q-.15-.039-.303-.072l-2.185-.469A9%209%200%200%200%2023.5%207.5m-2%209a2%202%200%201%201%204%200v6c0%20.59.412%201.099.988%201.222l6.443%201.383a3.25%203.25%200%200%201%202.451%204.04l-2.295%208.346a1.75%201.75%200%200%201-1.484%201.274l-6.242.731a.32.32%200%200%201-.216-.062a.75.75%200%200%201-.261-.31c-1.435-3.072-5.096-6.414-12.292-9.72a2.837%202.837%200%200%201%203.675-1.778l3.551%201.307A1.25%201.25%200%200%200%2021.5%2027.76zm2-4.5a4.5%204.5%200%200%200-4.5%204.5v9.468l-1.87-.688c-3.138-1.155-6.553.828-7.105%204.127a1.94%201.94%200%200%200%201.118%202.084c7.293%203.287%2010.395%206.377%2011.476%208.69c.489%201.047%201.623%201.963%203.033%201.798l6.242-.731a4.25%204.25%200%200%200%203.604-3.094l2.295-8.347a5.75%205.75%200%200%200-4.338-7.146L28%2021.49V16.5a4.5%204.5%200%200%200-4.5-4.5%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.5%207.5A9%209%200%200%200%2017%2022.726v.427a7.3%207.3%200%200%200-2.951-.1A11.45%2011.45%200%200%201%2012%2016.5C12%2010.149%2017.149%205%2023.5%205S35%2010.149%2035%2016.5a11.5%2011.5%200%200%201-.822%204.277q-.15-.039-.303-.072l-2.185-.469A9%209%200%200%200%2023.5%207.5m-2%209a2%202%200%201%201%204%200v6c0%20.59.412%201.099.988%201.222l6.443%201.383a3.25%203.25%200%200%201%202.451%204.04l-2.295%208.346a1.75%201.75%200%200%201-1.484%201.274l-6.242.731a.32.32%200%200%201-.216-.062a.75.75%200%200%201-.261-.31c-1.435-3.072-5.096-6.414-12.292-9.72a2.837%202.837%200%200%201%203.675-1.778l3.551%201.307A1.25%201.25%200%200%200%2021.5%2027.76zm2-4.5a4.5%204.5%200%200%200-4.5%204.5v9.468l-1.87-.688c-3.138-1.155-6.553.828-7.105%204.127a1.94%201.94%200%200%200%201.118%202.084c7.293%203.287%2010.395%206.377%2011.476%208.69c.489%201.047%201.623%201.963%203.033%201.798l6.242-.731a4.25%204.25%200%200%200%203.604-3.094l2.295-8.347a5.75%205.75%200%200%200-4.338-7.146L28%2021.49V16.5a4.5%204.5%200%200%200-4.5-4.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/tap-single-48-regular.svg?color=%231a73e8&size=48