screen spark pause icon

screen-spark-pause from Material Symbols Light by Google · Regular · Apache-2.0 Free for personal and commercial use.

Name
screen-spark-pause
Set
Material Symbols Light
Style
Regular
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

Related icons in Material Symbols Light

Use the screen spark pause icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.165 20.893Q14 19.73 14 18.058t1.165-2.836T18 14.058t2.836 1.164T22 18.058q0 1.67-1.164 2.835Q19.67 22.058 18 22.058t-2.835-1.165m1.393-1.143h.769v-3.384h-.77zm2.115 0h.77v-3.384h-.77zM4.616 19q-.691 0-1.154-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616v5.428q-.677-.35-1.43-.543T18 11.308q-.598 0-1.178.106q-.58.105-1.122.311q-1.315-.396-2.233-1.364T12.2 8.054q-.05-.15-.2-.15t-.2.15q-.361 1.39-1.359 2.387q-.997.997-2.387 1.359q-.15.03-.15.2q0 .15.15.2q1.319.35 2.278 1.248t1.374 2.194q-.225.562-.34 1.17q-.116.61-.116 1.246q0 .236.017.476q.018.241.072.466z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightScreenSparkPause(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="M15.165 20.893Q14 19.73 14 18.058t1.165-2.836T18 14.058t2.836 1.164T22 18.058q0 1.67-1.164 2.835Q19.67 22.058 18 22.058t-2.835-1.165m1.393-1.143h.769v-3.384h-.77zm2.115 0h.77v-3.384h-.77zM4.616 19q-.691 0-1.154-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616v5.428q-.677-.35-1.43-.543T18 11.308q-.598 0-1.178.106q-.58.105-1.122.311q-1.315-.396-2.233-1.364T12.2 8.054q-.05-.15-.2-.15t-.2.15q-.361 1.39-1.359 2.387q-.997.997-2.387 1.359q-.15.03-.15.2q0 .15.15.2q1.319.35 2.278 1.248t1.374 2.194q-.225.562-.34 1.17q-.116.61-.116 1.246q0 .236.017.476q.018.241.072.466z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.165 20.893Q14 19.73 14 18.058t1.165-2.836T18 14.058t2.836 1.164T22 18.058q0 1.67-1.164 2.835Q19.67 22.058 18 22.058t-2.835-1.165m1.393-1.143h.769v-3.384h-.77zm2.115 0h.77v-3.384h-.77zM4.616 19q-.691 0-1.154-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616v5.428q-.677-.35-1.43-.543T18 11.308q-.598 0-1.178.106q-.58.105-1.122.311q-1.315-.396-2.233-1.364T12.2 8.054q-.05-.15-.2-.15t-.2.15q-.361 1.39-1.359 2.387q-.997.997-2.387 1.359q-.15.03-.15.2q0 .15.15.2q1.319.35 2.278 1.248t1.374 2.194q-.225.562-.34 1.17q-.116.61-.116 1.246q0 .236.017.476q.018.241.072.466z"/></svg>
</template>

CSS

.icon-screen-spark-pause {
  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%22M15.165%2020.893Q14%2019.73%2014%2018.058t1.165-2.836T18%2014.058t2.836%201.164T22%2018.058q0%201.67-1.164%202.835Q19.67%2022.058%2018%2022.058t-2.835-1.165m1.393-1.143h.769v-3.384h-.77zm2.115%200h.77v-3.384h-.77zM4.616%2019q-.691%200-1.154-.462T3%2017.384V6.616q0-.691.463-1.153T4.615%205h14.77q.69%200%201.152.463T21%206.616v5.428q-.677-.35-1.43-.543T18%2011.308q-.598%200-1.178.106q-.58.105-1.122.311q-1.315-.396-2.233-1.364T12.2%208.054q-.05-.15-.2-.15t-.2.15q-.361%201.39-1.359%202.387q-.997.997-2.387%201.359q-.15.03-.15.2q0%20.15.15.2q1.319.35%202.278%201.248t1.374%202.194q-.225.562-.34%201.17q-.116.61-.116%201.246q0%20.236.017.476q.018.241.072.466z%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%22M15.165%2020.893Q14%2019.73%2014%2018.058t1.165-2.836T18%2014.058t2.836%201.164T22%2018.058q0%201.67-1.164%202.835Q19.67%2022.058%2018%2022.058t-2.835-1.165m1.393-1.143h.769v-3.384h-.77zm2.115%200h.77v-3.384h-.77zM4.616%2019q-.691%200-1.154-.462T3%2017.384V6.616q0-.691.463-1.153T4.615%205h14.77q.69%200%201.152.463T21%206.616v5.428q-.677-.35-1.43-.543T18%2011.308q-.598%200-1.178.106q-.58.105-1.122.311q-1.315-.396-2.233-1.364T12.2%208.054q-.05-.15-.2-.15t-.2.15q-.361%201.39-1.359%202.387q-.997.997-2.387%201.359q-.15.03-.15.2q0%20.15.15.2q1.319.35%202.278%201.248t1.374%202.194q-.225.562-.34%201.17q-.116.61-.116%201.246q0%20.236.017.476q.018.241.072.466z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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