tap and play icon
tap-and-play-outline-rounded from Material Symbols Light by Google · Outline Rounded · Apache-2.0 Free for personal and commercial use.
- Name
- tap-and-play-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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="M7 4.5h10v-.885q0-.23-.192-.423T16.384 3H7.616q-.231 0-.424.192T7 3.616zm0 0V3zM6.692 22q-.29 0-.491-.201T6 21.308t.201-.492q.201-.2.491-.2t.492.2q.2.201.2.492q0 .29-.2.491q-.201.201-.492.201M7 5.5v5.462q0 .213-.143.356t-.357.144t-.357-.144T6 10.962V3.616q0-.691.463-1.153T7.616 2h8.769q.69 0 1.152.463T18 3.616V21.5q0 .214-.143.357T17.5 22t-.357-.143T17 21.5v-16zm1.671 13.829q-.432-.433-.991-.708T6.5 18.28q-.213-.048-.357-.192T6 17.731t.146-.357t.354-.107q.829.073 1.551.424t1.315.943t.943 1.315t.424 1.551q.036.208-.107.354t-.357.146t-.357-.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-.155Q6 14.559 6 14.346t.146-.357t.36-.131q1.494.078 2.842.691q1.348.612 2.42 1.684q1.07 1.07 1.668 2.419t.7 2.842q.012.214-.128.36t-.354.146t-.36-.143t-.157-.357q-.098-1.287-.635-2.464q-.536-1.178-1.448-2.09"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTapAndPlayOutlineRounded(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="M7 4.5h10v-.885q0-.23-.192-.423T16.384 3H7.616q-.231 0-.424.192T7 3.616zm0 0V3zM6.692 22q-.29 0-.491-.201T6 21.308t.201-.492q.201-.2.491-.2t.492.2q.2.201.2.492q0 .29-.2.491q-.201.201-.492.201M7 5.5v5.462q0 .213-.143.356t-.357.144t-.357-.144T6 10.962V3.616q0-.691.463-1.153T7.616 2h8.769q.69 0 1.152.463T18 3.616V21.5q0 .214-.143.357T17.5 22t-.357-.143T17 21.5v-16zm1.671 13.829q-.432-.433-.991-.708T6.5 18.28q-.213-.048-.357-.192T6 17.731t.146-.357t.354-.107q.829.073 1.551.424t1.315.943t.943 1.315t.424 1.551q.036.208-.107.354t-.357.146t-.357-.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-.155Q6 14.559 6 14.346t.146-.357t.36-.131q1.494.078 2.842.691q1.348.612 2.42 1.684q1.07 1.07 1.668 2.419t.7 2.842q.012.214-.128.36t-.354.146t-.36-.143t-.157-.357q-.098-1.287-.635-2.464q-.536-1.178-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="M7 4.5h10v-.885q0-.23-.192-.423T16.384 3H7.616q-.231 0-.424.192T7 3.616zm0 0V3zM6.692 22q-.29 0-.491-.201T6 21.308t.201-.492q.201-.2.491-.2t.492.2q.2.201.2.492q0 .29-.2.491q-.201.201-.492.201M7 5.5v5.462q0 .213-.143.356t-.357.144t-.357-.144T6 10.962V3.616q0-.691.463-1.153T7.616 2h8.769q.69 0 1.152.463T18 3.616V21.5q0 .214-.143.357T17.5 22t-.357-.143T17 21.5v-16zm1.671 13.829q-.432-.433-.991-.708T6.5 18.28q-.213-.048-.357-.192T6 17.731t.146-.357t.354-.107q.829.073 1.551.424t1.315.943t.943 1.315t.424 1.551q.036.208-.107.354t-.357.146t-.357-.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-.155Q6 14.559 6 14.346t.146-.357t.36-.131q1.494.078 2.842.691q1.348.612 2.42 1.684q1.07 1.07 1.668 2.419t.7 2.842q.012.214-.128.36t-.354.146t-.36-.143t-.157-.357q-.098-1.287-.635-2.464q-.536-1.178-1.448-2.09"/></svg> </template>
CSS
.icon-tap-and-play-outline-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%22M7%204.5h10v-.885q0-.23-.192-.423T16.384%203H7.616q-.231%200-.424.192T7%203.616zm0%200V3zM6.692%2022q-.29%200-.491-.201T6%2021.308t.201-.492q.201-.2.491-.2t.492.2q.2.201.2.492q0%20.29-.2.491q-.201.201-.492.201M7%205.5v5.462q0%20.213-.143.356t-.357.144t-.357-.144T6%2010.962V3.616q0-.691.463-1.153T7.616%202h8.769q.69%200%201.152.463T18%203.616V21.5q0%20.214-.143.357T17.5%2022t-.357-.143T17%2021.5v-16zm1.671%2013.829q-.432-.433-.991-.708T6.5%2018.28q-.213-.048-.357-.192T6%2017.731t.146-.357t.354-.107q.829.073%201.551.424t1.315.943t.943%201.315t.424%201.551q.036.208-.107.354t-.357.146t-.357-.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-.155Q6%2014.559%206%2014.346t.146-.357t.36-.131q1.494.078%202.842.691q1.348.612%202.42%201.684q1.07%201.07%201.668%202.419t.7%202.842q.012.214-.128.36t-.354.146t-.36-.143t-.157-.357q-.098-1.287-.635-2.464q-.536-1.178-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%22M7%204.5h10v-.885q0-.23-.192-.423T16.384%203H7.616q-.231%200-.424.192T7%203.616zm0%200V3zM6.692%2022q-.29%200-.491-.201T6%2021.308t.201-.492q.201-.2.491-.2t.492.2q.2.201.2.492q0%20.29-.2.491q-.201.201-.492.201M7%205.5v5.462q0%20.213-.143.356t-.357.144t-.357-.144T6%2010.962V3.616q0-.691.463-1.153T7.616%202h8.769q.69%200%201.152.463T18%203.616V21.5q0%20.214-.143.357T17.5%2022t-.357-.143T17%2021.5v-16zm1.671%2013.829q-.432-.433-.991-.708T6.5%2018.28q-.213-.048-.357-.192T6%2017.731t.146-.357t.354-.107q.829.073%201.551.424t1.315.943t.943%201.315t.424%201.551q.036.208-.107.354t-.357.146t-.357-.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-.155Q6%2014.559%206%2014.346t.146-.357t.36-.131q1.494.078%202.842.691q1.348.612%202.42%201.684q1.07%201.07%201.668%202.419t.7%202.842q.012.214-.128.36t-.354.146t-.36-.143t-.157-.357q-.098-1.287-.635-2.464q-.536-1.178-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-outline-rounded.svg?color=%231a73e8&size=48