image play icon

image-play from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
image-play
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the image play icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M15.5 8a.5.5 0 0 0 0-1m0 1a.5.5 0 0 1 0-1m0 1V7"/><path d="M21.5 12.003c0-4.23 0-6.346-1.198-7.75q-.256-.298-.555-.555C18.345 2.5 16.23 2.5 12 2.5s-6.345 0-7.747 1.198a5 5 0 0 0-.555.555C2.5 5.657 2.5 7.773 2.5 12.003s0 6.347 1.198 7.75q.256.3.555.555C5.414 21.3 7.065 21.47 10 21.5"/><path d="m3 16.002l4.47-4.47a1.81 1.81 0 0 1 2.56 0l.97.97m4.5-4.5a.5.5 0 0 0 0-1m0 1a.5.5 0 0 1 0-1m0 1v-1m5.945 10.95c-.176.716-1.012 1.222-2.682 2.234h0c-1.615.979-2.422 1.468-3.073 1.272a1.6 1.6 0 0 1-.712-.449c-.478-.514-.478-1.512-.478-3.509s0-2.994.478-3.508c.198-.213.443-.367.712-.449c.65-.196 1.458.293 3.073 1.272c1.67 1.012 2.506 1.518 2.682 2.234a1.9 1.9 0 0 1 0 .903"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsImagePlay(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M15.5 8a.5.5 0 0 0 0-1m0 1a.5.5 0 0 1 0-1m0 1V7"/><path d="M21.5 12.003c0-4.23 0-6.346-1.198-7.75q-.256-.298-.555-.555C18.345 2.5 16.23 2.5 12 2.5s-6.345 0-7.747 1.198a5 5 0 0 0-.555.555C2.5 5.657 2.5 7.773 2.5 12.003s0 6.347 1.198 7.75q.256.3.555.555C5.414 21.3 7.065 21.47 10 21.5"/><path d="m3 16.002l4.47-4.47a1.81 1.81 0 0 1 2.56 0l.97.97m4.5-4.5a.5.5 0 0 0 0-1m0 1a.5.5 0 0 1 0-1m0 1v-1m5.945 10.95c-.176.716-1.012 1.222-2.682 2.234h0c-1.615.979-2.422 1.468-3.073 1.272a1.6 1.6 0 0 1-.712-.449c-.478-.514-.478-1.512-.478-3.509s0-2.994.478-3.508c.198-.213.443-.367.712-.449c.65-.196 1.458.293 3.073 1.272c1.67 1.012 2.506 1.518 2.682 2.234a1.9 1.9 0 0 1 0 .903"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M15.5 8a.5.5 0 0 0 0-1m0 1a.5.5 0 0 1 0-1m0 1V7"/><path d="M21.5 12.003c0-4.23 0-6.346-1.198-7.75q-.256-.298-.555-.555C18.345 2.5 16.23 2.5 12 2.5s-6.345 0-7.747 1.198a5 5 0 0 0-.555.555C2.5 5.657 2.5 7.773 2.5 12.003s0 6.347 1.198 7.75q.256.3.555.555C5.414 21.3 7.065 21.47 10 21.5"/><path d="m3 16.002l4.47-4.47a1.81 1.81 0 0 1 2.56 0l.97.97m4.5-4.5a.5.5 0 0 0 0-1m0 1a.5.5 0 0 1 0-1m0 1v-1m5.945 10.95c-.176.716-1.012 1.222-2.682 2.234h0c-1.615.979-2.422 1.468-3.073 1.272a1.6 1.6 0 0 1-.712-.449c-.478-.514-.478-1.512-.478-3.509s0-2.994.478-3.508c.198-.213.443-.367.712-.449c.65-.196 1.458.293 3.073 1.272c1.67 1.012 2.506 1.518 2.682 2.234a1.9 1.9 0 0 1 0 .903"/></g></svg>
</template>

CSS

.icon-image-play {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15.5%208a.5.5%200%200%200%200-1m0%201a.5.5%200%200%201%200-1m0%201V7%22%2F%3E%3Cpath%20d%3D%22M21.5%2012.003c0-4.23%200-6.346-1.198-7.75q-.256-.298-.555-.555C18.345%202.5%2016.23%202.5%2012%202.5s-6.345%200-7.747%201.198a5%205%200%200%200-.555.555C2.5%205.657%202.5%207.773%202.5%2012.003s0%206.347%201.198%207.75q.256.3.555.555C5.414%2021.3%207.065%2021.47%2010%2021.5%22%2F%3E%3Cpath%20d%3D%22m3%2016.002l4.47-4.47a1.81%201.81%200%200%201%202.56%200l.97.97m4.5-4.5a.5.5%200%200%200%200-1m0%201a.5.5%200%200%201%200-1m0%201v-1m5.945%2010.95c-.176.716-1.012%201.222-2.682%202.234h0c-1.615.979-2.422%201.468-3.073%201.272a1.6%201.6%200%200%201-.712-.449c-.478-.514-.478-1.512-.478-3.509s0-2.994.478-3.508c.198-.213.443-.367.712-.449c.65-.196%201.458.293%203.073%201.272c1.67%201.012%202.506%201.518%202.682%202.234a1.9%201.9%200%200%201%200%20.903%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15.5%208a.5.5%200%200%200%200-1m0%201a.5.5%200%200%201%200-1m0%201V7%22%2F%3E%3Cpath%20d%3D%22M21.5%2012.003c0-4.23%200-6.346-1.198-7.75q-.256-.298-.555-.555C18.345%202.5%2016.23%202.5%2012%202.5s-6.345%200-7.747%201.198a5%205%200%200%200-.555.555C2.5%205.657%202.5%207.773%202.5%2012.003s0%206.347%201.198%207.75q.256.3.555.555C5.414%2021.3%207.065%2021.47%2010%2021.5%22%2F%3E%3Cpath%20d%3D%22m3%2016.002l4.47-4.47a1.81%201.81%200%200%201%202.56%200l.97.97m4.5-4.5a.5.5%200%200%200%200-1m0%201a.5.5%200%200%201%200-1m0%201v-1m5.945%2010.95c-.176.716-1.012%201.222-2.682%202.234h0c-1.615.979-2.422%201.468-3.073%201.272a1.6%201.6%200%200%201-.712-.449c-.478-.514-.478-1.512-.478-3.509s0-2.994.478-3.508c.198-.213.443-.367.712-.449c.65-.196%201.458.293%203.073%201.272c1.67%201.012%202.506%201.518%202.682%202.234a1.9%201.9%200%200%201%200%20.903%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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