play-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
play-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Related icons in Myna UI Icons

Use the play icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.503 7.01l-.066-.04c-.748-.455-1.406-.856-1.97-1.058a2.4 2.4 0 0 0-.976-.157a1.8 1.8 0 0 0-.963.37c-.579.434-.829 1.073-.966 1.78c-.133.685-.184 1.577-.247 2.663l-.003.056c-.038.65-.062 1.293-.062 1.876s.024 1.227.062 1.877l.003.055c.063 1.086.114 1.978.247 2.662c.137.708.387 1.346.966 1.781c.286.215.607.343.963.37c.342.025.67-.047.976-.157c.564-.202 1.222-.603 1.97-1.057l.066-.04c.426-.26.844-.527 1.217-.79a24 24 0 0 0 1.335-1.022l.05-.041c.764-.623 1.412-1.152 1.86-1.672c.488-.57.785-1.182.785-1.966s-.297-1.397-.786-1.966c-.447-.52-1.095-1.05-1.858-1.672l-.05-.041c-.454-.37-.91-.724-1.336-1.022a23 23 0 0 0-1.217-.79"/></svg>

React

import type { SVGProps } from "react";

export function MynauiPlaySolid(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="m12.503 7.01l-.066-.04c-.748-.455-1.406-.856-1.97-1.058a2.4 2.4 0 0 0-.976-.157a1.8 1.8 0 0 0-.963.37c-.579.434-.829 1.073-.966 1.78c-.133.685-.184 1.577-.247 2.663l-.003.056c-.038.65-.062 1.293-.062 1.876s.024 1.227.062 1.877l.003.055c.063 1.086.114 1.978.247 2.662c.137.708.387 1.346.966 1.781c.286.215.607.343.963.37c.342.025.67-.047.976-.157c.564-.202 1.222-.603 1.97-1.057l.066-.04c.426-.26.844-.527 1.217-.79a24 24 0 0 0 1.335-1.022l.05-.041c.764-.623 1.412-1.152 1.86-1.672c.488-.57.785-1.182.785-1.966s-.297-1.397-.786-1.966c-.447-.52-1.095-1.05-1.858-1.672l-.05-.041c-.454-.37-.91-.724-1.336-1.022a23 23 0 0 0-1.217-.79"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.503 7.01l-.066-.04c-.748-.455-1.406-.856-1.97-1.058a2.4 2.4 0 0 0-.976-.157a1.8 1.8 0 0 0-.963.37c-.579.434-.829 1.073-.966 1.78c-.133.685-.184 1.577-.247 2.663l-.003.056c-.038.65-.062 1.293-.062 1.876s.024 1.227.062 1.877l.003.055c.063 1.086.114 1.978.247 2.662c.137.708.387 1.346.966 1.781c.286.215.607.343.963.37c.342.025.67-.047.976-.157c.564-.202 1.222-.603 1.97-1.057l.066-.04c.426-.26.844-.527 1.217-.79a24 24 0 0 0 1.335-1.022l.05-.041c.764-.623 1.412-1.152 1.86-1.672c.488-.57.785-1.182.785-1.966s-.297-1.397-.786-1.966c-.447-.52-1.095-1.05-1.858-1.672l-.05-.041c-.454-.37-.91-.724-1.336-1.022a23 23 0 0 0-1.217-.79"/></svg>
</template>

CSS

.icon-play-solid {
  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%22m12.503%207.01l-.066-.04c-.748-.455-1.406-.856-1.97-1.058a2.4%202.4%200%200%200-.976-.157a1.8%201.8%200%200%200-.963.37c-.579.434-.829%201.073-.966%201.78c-.133.685-.184%201.577-.247%202.663l-.003.056c-.038.65-.062%201.293-.062%201.876s.024%201.227.062%201.877l.003.055c.063%201.086.114%201.978.247%202.662c.137.708.387%201.346.966%201.781c.286.215.607.343.963.37c.342.025.67-.047.976-.157c.564-.202%201.222-.603%201.97-1.057l.066-.04c.426-.26.844-.527%201.217-.79a24%2024%200%200%200%201.335-1.022l.05-.041c.764-.623%201.412-1.152%201.86-1.672c.488-.57.785-1.182.785-1.966s-.297-1.397-.786-1.966c-.447-.52-1.095-1.05-1.858-1.672l-.05-.041c-.454-.37-.91-.724-1.336-1.022a23%2023%200%200%200-1.217-.79%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%22m12.503%207.01l-.066-.04c-.748-.455-1.406-.856-1.97-1.058a2.4%202.4%200%200%200-.976-.157a1.8%201.8%200%200%200-.963.37c-.579.434-.829%201.073-.966%201.78c-.133.685-.184%201.577-.247%202.663l-.003.056c-.038.65-.062%201.293-.062%201.876s.024%201.227.062%201.877l.003.055c.063%201.086.114%201.978.247%202.662c.137.708.387%201.346.966%201.781c.286.215.607.343.963.37c.342.025.67-.047.976-.157c.564-.202%201.222-.603%201.97-1.057l.066-.04c.426-.26.844-.527%201.217-.79a24%2024%200%200%200%201.335-1.022l.05-.041c.764-.623%201.412-1.152%201.86-1.672c.488-.57.785-1.182.785-1.966s-.297-1.397-.786-1.966c-.447-.52-1.095-1.05-1.858-1.672l-.05-.041c-.454-.37-.91-.724-1.336-1.022a23%2023%200%200%200-1.217-.79%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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