tap-and-play-rounded from Material Symbols Light by Google · Rounded · Apache-2.0 Free for personal and commercial use.

Name
tap-and-play-rounded
Set
Material Symbols Light
Style
Rounded
Viewbox
24×24
License
Apache 2.0

4 other variants in Material Symbols Light

The same icon in other sets

Use the 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="M6.695 22q-.293 0-.494-.198T6 21.31t.198-.495q.198-.2.491-.2q.294 0 .495.198q.2.198.2.491t-.198.494t-.491.201M7 5.5v5.462q0 .212-.144.356t-.357.144t-.356-.144T6 10.962V3.616q0-.691.463-1.153T7.616 2h8.769q.69 0 1.152.463T18 3.616V21.5q0 .213-.144.356t-.357.144t-.356-.144T17 21.5v-16zm1.671 13.829q-.432-.433-.991-.708T6.5 18.28q-.213-.048-.357-.192Q6 17.943 6 17.73t.146-.356t.354-.107q.829.073 1.551.424t1.315.943t.943 1.315t.424 1.551q.036.208-.108.354t-.357.146t-.356-.143t-.19-.357q-.068-.621-.343-1.18t-.708-.991m2.383-2.383q-.912-.912-2.09-1.45q-1.177-.54-2.464-.638q-.213-.012-.357-.156T6 14.346t.146-.356q.146-.144.36-.132q1.494.079 2.842.691q1.348.613 2.42 1.684q1.07 1.07 1.667 2.419q.598 1.348.701 2.842q.012.214-.127.36t-.354.146t-.36-.143t-.159-.357q-.097-1.287-.634-2.464t-1.448-2.09"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTapAndPlayRounded(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="M6.695 22q-.293 0-.494-.198T6 21.31t.198-.495q.198-.2.491-.2q.294 0 .495.198q.2.198.2.491t-.198.494t-.491.201M7 5.5v5.462q0 .212-.144.356t-.357.144t-.356-.144T6 10.962V3.616q0-.691.463-1.153T7.616 2h8.769q.69 0 1.152.463T18 3.616V21.5q0 .213-.144.356t-.357.144t-.356-.144T17 21.5v-16zm1.671 13.829q-.432-.433-.991-.708T6.5 18.28q-.213-.048-.357-.192Q6 17.943 6 17.73t.146-.356t.354-.107q.829.073 1.551.424t1.315.943t.943 1.315t.424 1.551q.036.208-.108.354t-.357.146t-.356-.143t-.19-.357q-.068-.621-.343-1.18t-.708-.991m2.383-2.383q-.912-.912-2.09-1.45q-1.177-.54-2.464-.638q-.213-.012-.357-.156T6 14.346t.146-.356q.146-.144.36-.132q1.494.079 2.842.691q1.348.613 2.42 1.684q1.07 1.07 1.667 2.419q.598 1.348.701 2.842q.012.214-.127.36t-.354.146t-.36-.143t-.159-.357q-.097-1.287-.634-2.464t-1.448-2.09"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.695 22q-.293 0-.494-.198T6 21.31t.198-.495q.198-.2.491-.2q.294 0 .495.198q.2.198.2.491t-.198.494t-.491.201M7 5.5v5.462q0 .212-.144.356t-.357.144t-.356-.144T6 10.962V3.616q0-.691.463-1.153T7.616 2h8.769q.69 0 1.152.463T18 3.616V21.5q0 .213-.144.356t-.357.144t-.356-.144T17 21.5v-16zm1.671 13.829q-.432-.433-.991-.708T6.5 18.28q-.213-.048-.357-.192Q6 17.943 6 17.73t.146-.356t.354-.107q.829.073 1.551.424t1.315.943t.943 1.315t.424 1.551q.036.208-.108.354t-.357.146t-.356-.143t-.19-.357q-.068-.621-.343-1.18t-.708-.991m2.383-2.383q-.912-.912-2.09-1.45q-1.177-.54-2.464-.638q-.213-.012-.357-.156T6 14.346t.146-.356q.146-.144.36-.132q1.494.079 2.842.691q1.348.613 2.42 1.684q1.07 1.07 1.667 2.419q.598 1.348.701 2.842q.012.214-.127.36t-.354.146t-.36-.143t-.159-.357q-.097-1.287-.634-2.464t-1.448-2.09"/></svg>
</template>

CSS

.icon-tap-and-play-rounded {
  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%22M6.695%2022q-.293%200-.494-.198T6%2021.31t.198-.495q.198-.2.491-.2q.294%200%20.495.198q.2.198.2.491t-.198.494t-.491.201M7%205.5v5.462q0%20.212-.144.356t-.357.144t-.356-.144T6%2010.962V3.616q0-.691.463-1.153T7.616%202h8.769q.69%200%201.152.463T18%203.616V21.5q0%20.213-.144.356t-.357.144t-.356-.144T17%2021.5v-16zm1.671%2013.829q-.432-.433-.991-.708T6.5%2018.28q-.213-.048-.357-.192Q6%2017.943%206%2017.73t.146-.356t.354-.107q.829.073%201.551.424t1.315.943t.943%201.315t.424%201.551q.036.208-.108.354t-.357.146t-.356-.143t-.19-.357q-.068-.621-.343-1.18t-.708-.991m2.383-2.383q-.912-.912-2.09-1.45q-1.177-.54-2.464-.638q-.213-.012-.357-.156T6%2014.346t.146-.356q.146-.144.36-.132q1.494.079%202.842.691q1.348.613%202.42%201.684q1.07%201.07%201.667%202.419q.598%201.348.701%202.842q.012.214-.127.36t-.354.146t-.36-.143t-.159-.357q-.097-1.287-.634-2.464t-1.448-2.09%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%22M6.695%2022q-.293%200-.494-.198T6%2021.31t.198-.495q.198-.2.491-.2q.294%200%20.495.198q.2.198.2.491t-.198.494t-.491.201M7%205.5v5.462q0%20.212-.144.356t-.357.144t-.356-.144T6%2010.962V3.616q0-.691.463-1.153T7.616%202h8.769q.69%200%201.152.463T18%203.616V21.5q0%20.213-.144.356t-.357.144t-.356-.144T17%2021.5v-16zm1.671%2013.829q-.432-.433-.991-.708T6.5%2018.28q-.213-.048-.357-.192Q6%2017.943%206%2017.73t.146-.356t.354-.107q.829.073%201.551.424t1.315.943t.943%201.315t.424%201.551q.036.208-.108.354t-.357.146t-.356-.143t-.19-.357q-.068-.621-.343-1.18t-.708-.991m2.383-2.383q-.912-.912-2.09-1.45q-1.177-.54-2.464-.638q-.213-.012-.357-.156T6%2014.346t.146-.356q.146-.144.36-.132q1.494.079%202.842.691q1.348.613%202.42%201.684q1.07%201.07%201.667%202.419q.598%201.348.701%202.842q.012.214-.127.36t-.354.146t-.36-.143t-.159-.357q-.097-1.287-.634-2.464t-1.448-2.09%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/tap-and-play-rounded.svg?color=%231a73e8&size=48