play remove icon

play-remove from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
play-remove
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the play remove 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="M22 12c0 1.31-.25 2.57-.72 3.72c-.65-.45-1.44-.72-2.28-.72c-.94 0-1.81.33-2.5.88A3.97 3.97 0 0 0 15 19c0 .75.21 1.46.58 2.06q.06.105.15.21A9.8 9.8 0 0 1 12 22C6.48 22 2 17.52 2 12S6.48 2 12 2s10 4.48 10 10"/><path stroke-miterlimit="10" d="M9.38 12v-1.39c0-1.72 1.22-2.43 2.71-1.57l1.2.69l1.2.69c1.49.86 1.49 2.27 0 3.13l-1.2.69l-1.2.69c-1.49.86-2.71.16-2.71-1.57zM23 19c0 .75-.21 1.46-.58 2.06c-.21.36-.48.68-.79.94c-.7.63-1.62 1-2.63 1a3.93 3.93 0 0 1-3.27-1.73q-.09-.105-.15-.21A3.9 3.9 0 0 1 15 19c0-1.26.58-2.39 1.5-3.12c.69-.55 1.56-.88 2.5-.88c.84 0 1.63.27 2.28.72A3.98 3.98 0 0 1 23 19m-2.93 1.04l-2.12-2.11m2.1.03l-2.12 2.11"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconPlayRemove(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="M22 12c0 1.31-.25 2.57-.72 3.72c-.65-.45-1.44-.72-2.28-.72c-.94 0-1.81.33-2.5.88A3.97 3.97 0 0 0 15 19c0 .75.21 1.46.58 2.06q.06.105.15.21A9.8 9.8 0 0 1 12 22C6.48 22 2 17.52 2 12S6.48 2 12 2s10 4.48 10 10"/><path strokeMiterlimit="10" d="M9.38 12v-1.39c0-1.72 1.22-2.43 2.71-1.57l1.2.69l1.2.69c1.49.86 1.49 2.27 0 3.13l-1.2.69l-1.2.69c-1.49.86-2.71.16-2.71-1.57zM23 19c0 .75-.21 1.46-.58 2.06c-.21.36-.48.68-.79.94c-.7.63-1.62 1-2.63 1a3.93 3.93 0 0 1-3.27-1.73q-.09-.105-.15-.21A3.9 3.9 0 0 1 15 19c0-1.26.58-2.39 1.5-3.12c.69-.55 1.56-.88 2.5-.88c.84 0 1.63.27 2.28.72A3.98 3.98 0 0 1 23 19m-2.93 1.04l-2.12-2.11m2.1.03l-2.12 2.11"/></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="M22 12c0 1.31-.25 2.57-.72 3.72c-.65-.45-1.44-.72-2.28-.72c-.94 0-1.81.33-2.5.88A3.97 3.97 0 0 0 15 19c0 .75.21 1.46.58 2.06q.06.105.15.21A9.8 9.8 0 0 1 12 22C6.48 22 2 17.52 2 12S6.48 2 12 2s10 4.48 10 10"/><path stroke-miterlimit="10" d="M9.38 12v-1.39c0-1.72 1.22-2.43 2.71-1.57l1.2.69l1.2.69c1.49.86 1.49 2.27 0 3.13l-1.2.69l-1.2.69c-1.49.86-2.71.16-2.71-1.57zM23 19c0 .75-.21 1.46-.58 2.06c-.21.36-.48.68-.79.94c-.7.63-1.62 1-2.63 1a3.93 3.93 0 0 1-3.27-1.73q-.09-.105-.15-.21A3.9 3.9 0 0 1 15 19c0-1.26.58-2.39 1.5-3.12c.69-.55 1.56-.88 2.5-.88c.84 0 1.63.27 2.28.72A3.98 3.98 0 0 1 23 19m-2.93 1.04l-2.12-2.11m2.1.03l-2.12 2.11"/></g></svg>
</template>

CSS

.icon-play-remove {
  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%22M22%2012c0%201.31-.25%202.57-.72%203.72c-.65-.45-1.44-.72-2.28-.72c-.94%200-1.81.33-2.5.88A3.97%203.97%200%200%200%2015%2019c0%20.75.21%201.46.58%202.06q.06.105.15.21A9.8%209.8%200%200%201%2012%2022C6.48%2022%202%2017.52%202%2012S6.48%202%2012%202s10%204.48%2010%2010%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M9.38%2012v-1.39c0-1.72%201.22-2.43%202.71-1.57l1.2.69l1.2.69c1.49.86%201.49%202.27%200%203.13l-1.2.69l-1.2.69c-1.49.86-2.71.16-2.71-1.57zM23%2019c0%20.75-.21%201.46-.58%202.06c-.21.36-.48.68-.79.94c-.7.63-1.62%201-2.63%201a3.93%203.93%200%200%201-3.27-1.73q-.09-.105-.15-.21A3.9%203.9%200%200%201%2015%2019c0-1.26.58-2.39%201.5-3.12c.69-.55%201.56-.88%202.5-.88c.84%200%201.63.27%202.28.72A3.98%203.98%200%200%201%2023%2019m-2.93%201.04l-2.12-2.11m2.1.03l-2.12%202.11%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%22M22%2012c0%201.31-.25%202.57-.72%203.72c-.65-.45-1.44-.72-2.28-.72c-.94%200-1.81.33-2.5.88A3.97%203.97%200%200%200%2015%2019c0%20.75.21%201.46.58%202.06q.06.105.15.21A9.8%209.8%200%200%201%2012%2022C6.48%2022%202%2017.52%202%2012S6.48%202%2012%202s10%204.48%2010%2010%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M9.38%2012v-1.39c0-1.72%201.22-2.43%202.71-1.57l1.2.69l1.2.69c1.49.86%201.49%202.27%200%203.13l-1.2.69l-1.2.69c-1.49.86-2.71.16-2.71-1.57zM23%2019c0%20.75-.21%201.46-.58%202.06c-.21.36-.48.68-.79.94c-.7.63-1.62%201-2.63%201a3.93%203.93%200%200%201-3.27-1.73q-.09-.105-.15-.21A3.9%203.9%200%200%201%2015%2019c0-1.26.58-2.39%201.5-3.12c.69-.55%201.56-.88%202.5-.88c.84%200%201.63.27%202.28.72A3.98%203.98%200%200%201%2023%2019m-2.93%201.04l-2.12-2.11m2.1.03l-2.12%202.11%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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