script text play icon

script-text-play-outline from Material Design Icons by Pictogrammers · Outline · Apache-2.0 Free for personal and commercial use.

Name
script-text-play-outline
Set
Material Design Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

Related icons in Material Design Icons

Use the script text play icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 14h5v1.7c-.1.1-.1.2-.2.3H9zm0-2h5v-2H9zm0-4h5V6H9zM7 5c0-.6.4-1 1-1h8v9.8c.6-.4 1.3-.6 2-.7V5c0-.6.4-1 1-1s1 .4 1 1v1h2V5c0-1.7-1.3-3-3-3H8C6.3 2 5 3.3 5 5v11h2zm6 14v-1H2v1c0 1.7 1.3 3 3 3h8.8c-.5-.9-.8-1.9-.8-3m4-3v6l5-3z"/></svg>

React

import type { SVGProps } from "react";

export function MdiScriptTextPlayOutline(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="M9 14h5v1.7c-.1.1-.1.2-.2.3H9zm0-2h5v-2H9zm0-4h5V6H9zM7 5c0-.6.4-1 1-1h8v9.8c.6-.4 1.3-.6 2-.7V5c0-.6.4-1 1-1s1 .4 1 1v1h2V5c0-1.7-1.3-3-3-3H8C6.3 2 5 3.3 5 5v11h2zm6 14v-1H2v1c0 1.7 1.3 3 3 3h8.8c-.5-.9-.8-1.9-.8-3m4-3v6l5-3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 14h5v1.7c-.1.1-.1.2-.2.3H9zm0-2h5v-2H9zm0-4h5V6H9zM7 5c0-.6.4-1 1-1h8v9.8c.6-.4 1.3-.6 2-.7V5c0-.6.4-1 1-1s1 .4 1 1v1h2V5c0-1.7-1.3-3-3-3H8C6.3 2 5 3.3 5 5v11h2zm6 14v-1H2v1c0 1.7 1.3 3 3 3h8.8c-.5-.9-.8-1.9-.8-3m4-3v6l5-3z"/></svg>
</template>

CSS

.icon-script-text-play-outline {
  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%22M9%2014h5v1.7c-.1.1-.1.2-.2.3H9zm0-2h5v-2H9zm0-4h5V6H9zM7%205c0-.6.4-1%201-1h8v9.8c.6-.4%201.3-.6%202-.7V5c0-.6.4-1%201-1s1%20.4%201%201v1h2V5c0-1.7-1.3-3-3-3H8C6.3%202%205%203.3%205%205v11h2zm6%2014v-1H2v1c0%201.7%201.3%203%203%203h8.8c-.5-.9-.8-1.9-.8-3m4-3v6l5-3z%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%22M9%2014h5v1.7c-.1.1-.1.2-.2.3H9zm0-2h5v-2H9zm0-4h5V6H9zM7%205c0-.6.4-1%201-1h8v9.8c.6-.4%201.3-.6%202-.7V5c0-.6.4-1%201-1s1%20.4%201%201v1h2V5c0-1.7-1.3-3-3-3H8C6.3%202%205%203.3%205%205v11h2zm6%2014v-1H2v1c0%201.7%201.3%203%203%203h8.8c-.5-.9-.8-1.9-.8-3m4-3v6l5-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/script-text-play-outline.svg?color=%231a73e8&size=48