half dotted circle play icon

half-dotted-circle-play-filled from Reicon by REICON · Filled · Video · MIT Free for personal and commercial use.

Name
half-dotted-circle-play-filled
Set
Reicon
Style
Filled
Category
Video
Viewbox
24×24
License
MIT

1 other variant in Reicon

More video icons from Reicon

Use the half dotted circle play icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.041 13.44c.518-.303.827-.84.827-1.44s-.31-1.137-.827-1.44l-4.868-2.839a1.667 1.667 0 0 0-2.505 1.44v5.679c0 .595.32 1.148.836 1.445a1.67 1.67 0 0 0 1.67-.004l4.869-2.84Z"/><path d="M12 1.333a1 1 0 0 0 0 2c4.779 0 8.667 3.888 8.667 8.667S16.779 20.667 12 20.667a1 1 0 0 0 0 2c5.881 0 10.667-4.786 10.667-10.667S17.88 1.333 12 1.333M4.457 18.128a1 1 0 1 0 1.415 1.415a1 1 0 0 0-1.415-1.415"/><circle cx="2.333" cy="12" r="1"/><path d="M4.457 4.457a1 1 0 1 0 1.415 1.415a1 1 0 0 0-1.415-1.415m4.227 15.55a1 1 0 1 0-.765 1.849a1 1 0 0 0 .765-1.85m-5.997-5.23a1 1 0 1 0 .765 1.848a1 1 0 0 0-.765-1.848m.765-7.399a1 1 0 1 0-.766 1.846a1 1 0 0 0 .766-1.846m5.232-3.384a1 1 0 1 0-.765-1.848a1 1 0 0 0 .765 1.848"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconHalfDottedCirclePlayFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.041 13.44c.518-.303.827-.84.827-1.44s-.31-1.137-.827-1.44l-4.868-2.839a1.667 1.667 0 0 0-2.505 1.44v5.679c0 .595.32 1.148.836 1.445a1.67 1.67 0 0 0 1.67-.004l4.869-2.84Z"/><path d="M12 1.333a1 1 0 0 0 0 2c4.779 0 8.667 3.888 8.667 8.667S16.779 20.667 12 20.667a1 1 0 0 0 0 2c5.881 0 10.667-4.786 10.667-10.667S17.88 1.333 12 1.333M4.457 18.128a1 1 0 1 0 1.415 1.415a1 1 0 0 0-1.415-1.415"/><circle cx="2.333" cy="12" r="1"/><path d="M4.457 4.457a1 1 0 1 0 1.415 1.415a1 1 0 0 0-1.415-1.415m4.227 15.55a1 1 0 1 0-.765 1.849a1 1 0 0 0 .765-1.85m-5.997-5.23a1 1 0 1 0 .765 1.848a1 1 0 0 0-.765-1.848m.765-7.399a1 1 0 1 0-.766 1.846a1 1 0 0 0 .766-1.846m5.232-3.384a1 1 0 1 0-.765-1.848a1 1 0 0 0 .765 1.848"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.041 13.44c.518-.303.827-.84.827-1.44s-.31-1.137-.827-1.44l-4.868-2.839a1.667 1.667 0 0 0-2.505 1.44v5.679c0 .595.32 1.148.836 1.445a1.67 1.67 0 0 0 1.67-.004l4.869-2.84Z"/><path d="M12 1.333a1 1 0 0 0 0 2c4.779 0 8.667 3.888 8.667 8.667S16.779 20.667 12 20.667a1 1 0 0 0 0 2c5.881 0 10.667-4.786 10.667-10.667S17.88 1.333 12 1.333M4.457 18.128a1 1 0 1 0 1.415 1.415a1 1 0 0 0-1.415-1.415"/><circle cx="2.333" cy="12" r="1"/><path d="M4.457 4.457a1 1 0 1 0 1.415 1.415a1 1 0 0 0-1.415-1.415m4.227 15.55a1 1 0 1 0-.765 1.849a1 1 0 0 0 .765-1.85m-5.997-5.23a1 1 0 1 0 .765 1.848a1 1 0 0 0-.765-1.848m.765-7.399a1 1 0 1 0-.766 1.846a1 1 0 0 0 .766-1.846m5.232-3.384a1 1 0 1 0-.765-1.848a1 1 0 0 0 .765 1.848"/></g></svg>
</template>

CSS

.icon-half-dotted-circle-play-filled {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M16.041%2013.44c.518-.303.827-.84.827-1.44s-.31-1.137-.827-1.44l-4.868-2.839a1.667%201.667%200%200%200-2.505%201.44v5.679c0%20.595.32%201.148.836%201.445a1.67%201.67%200%200%200%201.67-.004l4.869-2.84Z%22%2F%3E%3Cpath%20d%3D%22M12%201.333a1%201%200%200%200%200%202c4.779%200%208.667%203.888%208.667%208.667S16.779%2020.667%2012%2020.667a1%201%200%200%200%200%202c5.881%200%2010.667-4.786%2010.667-10.667S17.88%201.333%2012%201.333M4.457%2018.128a1%201%200%201%200%201.415%201.415a1%201%200%200%200-1.415-1.415%22%2F%3E%3Ccircle%20cx%3D%222.333%22%20cy%3D%2212%22%20r%3D%221%22%2F%3E%3Cpath%20d%3D%22M4.457%204.457a1%201%200%201%200%201.415%201.415a1%201%200%200%200-1.415-1.415m4.227%2015.55a1%201%200%201%200-.765%201.849a1%201%200%200%200%20.765-1.85m-5.997-5.23a1%201%200%201%200%20.765%201.848a1%201%200%200%200-.765-1.848m.765-7.399a1%201%200%201%200-.766%201.846a1%201%200%200%200%20.766-1.846m5.232-3.384a1%201%200%201%200-.765-1.848a1%201%200%200%200%20.765%201.848%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%22currentColor%22%3E%3Cpath%20d%3D%22M16.041%2013.44c.518-.303.827-.84.827-1.44s-.31-1.137-.827-1.44l-4.868-2.839a1.667%201.667%200%200%200-2.505%201.44v5.679c0%20.595.32%201.148.836%201.445a1.67%201.67%200%200%200%201.67-.004l4.869-2.84Z%22%2F%3E%3Cpath%20d%3D%22M12%201.333a1%201%200%200%200%200%202c4.779%200%208.667%203.888%208.667%208.667S16.779%2020.667%2012%2020.667a1%201%200%200%200%200%202c5.881%200%2010.667-4.786%2010.667-10.667S17.88%201.333%2012%201.333M4.457%2018.128a1%201%200%201%200%201.415%201.415a1%201%200%200%200-1.415-1.415%22%2F%3E%3Ccircle%20cx%3D%222.333%22%20cy%3D%2212%22%20r%3D%221%22%2F%3E%3Cpath%20d%3D%22M4.457%204.457a1%201%200%201%200%201.415%201.415a1%201%200%200%200-1.415-1.415m4.227%2015.55a1%201%200%201%200-.765%201.849a1%201%200%200%200%20.765-1.85m-5.997-5.23a1%201%200%201%200%20.765%201.848a1%201%200%200%200-.765-1.848m.765-7.399a1%201%200%201%200-.766%201.846a1%201%200%200%200%20.766-1.846m5.232-3.384a1%201%200%201%200-.765-1.848a1%201%200%200%200%20.765%201.848%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/half-dotted-circle-play-filled.svg?color=%231a73e8&size=48