cast-pause-sharp from Material Symbols Light by Google · Sharp · Hardware · Apache-2.0 Free for personal and commercial use.

Name
cast-pause-sharp
Set
Material Symbols Light
Style
Sharp
Category
Hardware
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

Use the cast pause icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.866 8.308h.769v-3.77h-.77zm-2.5 0h.769v-3.77h-.77zM3 17.077q.789 0 1.356.567T4.923 19H3zm0-3.385q2.214 0 3.76 1.545Q8.309 16.782 8.309 19h-1q0-1.767-1.261-3.018T3 14.692zm0-3.769q1.89 0 3.538.71T9.42 12.58t1.946 2.882t.71 3.538h-1q0-1.679-.636-3.145q-.635-1.467-1.732-2.564T6.145 11.56T3 10.923zm12.165-.664Q14 8.094 14 6.423t1.165-2.835T18 2.423t2.836 1.165T22 6.423t-1.164 2.836T18 10.423t-2.835-1.164M14.462 19q0-2.379-.9-4.462t-2.457-3.645T7.46 8.435T3 7.54V5h8.78q-.072.244-.1.485q-.026.24-.045.515q-.193 2.766 1.684 4.787T18 12.807q.79 0 1.544-.2T21 12.034V19z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCastPauseSharp(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="M18.866 8.308h.769v-3.77h-.77zm-2.5 0h.769v-3.77h-.77zM3 17.077q.789 0 1.356.567T4.923 19H3zm0-3.385q2.214 0 3.76 1.545Q8.309 16.782 8.309 19h-1q0-1.767-1.261-3.018T3 14.692zm0-3.769q1.89 0 3.538.71T9.42 12.58t1.946 2.882t.71 3.538h-1q0-1.679-.636-3.145q-.635-1.467-1.732-2.564T6.145 11.56T3 10.923zm12.165-.664Q14 8.094 14 6.423t1.165-2.835T18 2.423t2.836 1.165T22 6.423t-1.164 2.836T18 10.423t-2.835-1.164M14.462 19q0-2.379-.9-4.462t-2.457-3.645T7.46 8.435T3 7.54V5h8.78q-.072.244-.1.485q-.026.24-.045.515q-.193 2.766 1.684 4.787T18 12.807q.79 0 1.544-.2T21 12.034V19z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.866 8.308h.769v-3.77h-.77zm-2.5 0h.769v-3.77h-.77zM3 17.077q.789 0 1.356.567T4.923 19H3zm0-3.385q2.214 0 3.76 1.545Q8.309 16.782 8.309 19h-1q0-1.767-1.261-3.018T3 14.692zm0-3.769q1.89 0 3.538.71T9.42 12.58t1.946 2.882t.71 3.538h-1q0-1.679-.636-3.145q-.635-1.467-1.732-2.564T6.145 11.56T3 10.923zm12.165-.664Q14 8.094 14 6.423t1.165-2.835T18 2.423t2.836 1.165T22 6.423t-1.164 2.836T18 10.423t-2.835-1.164M14.462 19q0-2.379-.9-4.462t-2.457-3.645T7.46 8.435T3 7.54V5h8.78q-.072.244-.1.485q-.026.24-.045.515q-.193 2.766 1.684 4.787T18 12.807q.79 0 1.544-.2T21 12.034V19z"/></svg>
</template>

CSS

.icon-cast-pause-sharp {
  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%22M18.866%208.308h.769v-3.77h-.77zm-2.5%200h.769v-3.77h-.77zM3%2017.077q.789%200%201.356.567T4.923%2019H3zm0-3.385q2.214%200%203.76%201.545Q8.309%2016.782%208.309%2019h-1q0-1.767-1.261-3.018T3%2014.692zm0-3.769q1.89%200%203.538.71T9.42%2012.58t1.946%202.882t.71%203.538h-1q0-1.679-.636-3.145q-.635-1.467-1.732-2.564T6.145%2011.56T3%2010.923zm12.165-.664Q14%208.094%2014%206.423t1.165-2.835T18%202.423t2.836%201.165T22%206.423t-1.164%202.836T18%2010.423t-2.835-1.164M14.462%2019q0-2.379-.9-4.462t-2.457-3.645T7.46%208.435T3%207.54V5h8.78q-.072.244-.1.485q-.026.24-.045.515q-.193%202.766%201.684%204.787T18%2012.807q.79%200%201.544-.2T21%2012.034V19z%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%22M18.866%208.308h.769v-3.77h-.77zm-2.5%200h.769v-3.77h-.77zM3%2017.077q.789%200%201.356.567T4.923%2019H3zm0-3.385q2.214%200%203.76%201.545Q8.309%2016.782%208.309%2019h-1q0-1.767-1.261-3.018T3%2014.692zm0-3.769q1.89%200%203.538.71T9.42%2012.58t1.946%202.882t.71%203.538h-1q0-1.679-.636-3.145q-.635-1.467-1.732-2.564T6.145%2011.56T3%2010.923zm12.165-.664Q14%208.094%2014%206.423t1.165-2.835T18%202.423t2.836%201.165T22%206.423t-1.164%202.836T18%2010.423t-2.835-1.164M14.462%2019q0-2.379-.9-4.462t-2.457-3.645T7.46%208.435T3%207.54V5h8.78q-.072.244-.1.485q-.026.24-.045.515q-.193%202.766%201.684%204.787T18%2012.807q.79%200%201.544-.2T21%2012.034V19z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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