round tap and play icon
round-tap-and-play from Google Material Icons by Material Design Authors · Baseline · Notification · Apache-2.0 Free for personal and commercial use.
- Name
- round-tap-and-play
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Notification
- Viewbox
- 24×24
- License
- Apache 2.0
More notification icons from Google Material Icons
baseline-account-treebaseline-adbbaseline-airline-seat-flatbaseline-airline-seat-flat-angledbaseline-airline-seat-individual-suitebaseline-airline-seat-legroom-extrabaseline-airline-seat-legroom-normalbaseline-airline-seat-legroom-reducedbaseline-airline-seat-recline-extrabaseline-airline-seat-recline-normalbaseline-bluetooth-audiobaseline-confirmation-numberbaseline-directions-offbaseline-disc-fullbaseline-do-disturbbaseline-do-disturb-altbaseline-do-disturb-offbaseline-do-disturb-onbaseline-do-not-disturbbaseline-do-not-disturb-altbaseline-do-not-disturb-offbaseline-do-not-disturb-onbaseline-drive-etabaseline-enhanced-encryption
Use the round tap and play icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.14 16.09c-.6-.1-1.14.39-1.14 1c0 .49.36.9.85.98c2.08.36 3.72 2 4.08 4.08c.08.49.49.85.98.85c.61 0 1.09-.54 1-1.14a7 7 0 0 0-5.77-5.77M2 20v3h3c0-1.66-1.34-3-3-3m1.11-7.94c-.59-.06-1.11.4-1.11.99c0 .5.37.94.87.99c4.27.41 7.67 3.81 8.08 8.08c.05.5.48.88.99.88c.59 0 1.06-.51 1-1.1c-.51-5.2-4.63-9.32-9.83-9.84M17 1.01L7 1c-1.1 0-2 .9-2 2v7.37c.69.16 1.36.37 2 .64V5h10v13h-3.03c.52 1.25.84 2.59.95 4H17c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundTapAndPlay(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="M3.14 16.09c-.6-.1-1.14.39-1.14 1c0 .49.36.9.85.98c2.08.36 3.72 2 4.08 4.08c.08.49.49.85.98.85c.61 0 1.09-.54 1-1.14a7 7 0 0 0-5.77-5.77M2 20v3h3c0-1.66-1.34-3-3-3m1.11-7.94c-.59-.06-1.11.4-1.11.99c0 .5.37.94.87.99c4.27.41 7.67 3.81 8.08 8.08c.05.5.48.88.99.88c.59 0 1.06-.51 1-1.1c-.51-5.2-4.63-9.32-9.83-9.84M17 1.01L7 1c-1.1 0-2 .9-2 2v7.37c.69.16 1.36.37 2 .64V5h10v13h-3.03c.52 1.25.84 2.59.95 4H17c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.14 16.09c-.6-.1-1.14.39-1.14 1c0 .49.36.9.85.98c2.08.36 3.72 2 4.08 4.08c.08.49.49.85.98.85c.61 0 1.09-.54 1-1.14a7 7 0 0 0-5.77-5.77M2 20v3h3c0-1.66-1.34-3-3-3m1.11-7.94c-.59-.06-1.11.4-1.11.99c0 .5.37.94.87.99c4.27.41 7.67 3.81 8.08 8.08c.05.5.48.88.99.88c.59 0 1.06-.51 1-1.1c-.51-5.2-4.63-9.32-9.83-9.84M17 1.01L7 1c-1.1 0-2 .9-2 2v7.37c.69.16 1.36.37 2 .64V5h10v13h-3.03c.52 1.25.84 2.59.95 4H17c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99"/></svg> </template>
CSS
.icon-round-tap-and-play {
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%22M3.14%2016.09c-.6-.1-1.14.39-1.14%201c0%20.49.36.9.85.98c2.08.36%203.72%202%204.08%204.08c.08.49.49.85.98.85c.61%200%201.09-.54%201-1.14a7%207%200%200%200-5.77-5.77M2%2020v3h3c0-1.66-1.34-3-3-3m1.11-7.94c-.59-.06-1.11.4-1.11.99c0%20.5.37.94.87.99c4.27.41%207.67%203.81%208.08%208.08c.05.5.48.88.99.88c.59%200%201.06-.51%201-1.1c-.51-5.2-4.63-9.32-9.83-9.84M17%201.01L7%201c-1.1%200-2%20.9-2%202v7.37c.69.16%201.36.37%202%20.64V5h10v13h-3.03c.52%201.25.84%202.59.95%204H17c1.1%200%202-.9%202-2V3c0-1.1-.9-1.99-2-1.99%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%22M3.14%2016.09c-.6-.1-1.14.39-1.14%201c0%20.49.36.9.85.98c2.08.36%203.72%202%204.08%204.08c.08.49.49.85.98.85c.61%200%201.09-.54%201-1.14a7%207%200%200%200-5.77-5.77M2%2020v3h3c0-1.66-1.34-3-3-3m1.11-7.94c-.59-.06-1.11.4-1.11.99c0%20.5.37.94.87.99c4.27.41%207.67%203.81%208.08%208.08c.05.5.48.88.99.88c.59%200%201.06-.51%201-1.1c-.51-5.2-4.63-9.32-9.83-9.84M17%201.01L7%201c-1.1%200-2%20.9-2%202v7.37c.69.16%201.36.37%202%20.64V5h10v13h-3.03c.52%201.25.84%202.59.95%204H17c1.1%200%202-.9%202-2V3c0-1.1-.9-1.99-2-1.99%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-tap-and-play.svg?color=%231a73e8&size=48