play circle icon

play-circle-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
play-circle-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Related icons in Mage Icons

Use the play circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1.75A10.25 10.25 0 1 0 22.25 12A10.26 10.26 0 0 0 12 1.75m4.3 10.57a1.4 1.4 0 0 1-.4.5l-4.76 3.7a1.3 1.3 0 0 1-.7.28h-.14a1.4 1.4 0 0 1-.6-.14a1.47 1.47 0 0 1-.57-.51a1.43 1.43 0 0 1-.2-.73V8.55a1.34 1.34 0 0 1 .19-.7a1.3 1.3 0 0 1 .54-.5a1.25 1.25 0 0 1 .7-.16c.25.007.492.083.7.22l4.76 3.18a1.33 1.33 0 0 1 .61 1.09c.007.22-.037.44-.13.64"/></svg>

React

import type { SVGProps } from "react";

export function MagePlayCircleFill(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 1.75A10.25 10.25 0 1 0 22.25 12A10.26 10.26 0 0 0 12 1.75m4.3 10.57a1.4 1.4 0 0 1-.4.5l-4.76 3.7a1.3 1.3 0 0 1-.7.28h-.14a1.4 1.4 0 0 1-.6-.14a1.47 1.47 0 0 1-.57-.51a1.43 1.43 0 0 1-.2-.73V8.55a1.34 1.34 0 0 1 .19-.7a1.3 1.3 0 0 1 .54-.5a1.25 1.25 0 0 1 .7-.16c.25.007.492.083.7.22l4.76 3.18a1.33 1.33 0 0 1 .61 1.09c.007.22-.037.44-.13.64"/></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 1.75A10.25 10.25 0 1 0 22.25 12A10.26 10.26 0 0 0 12 1.75m4.3 10.57a1.4 1.4 0 0 1-.4.5l-4.76 3.7a1.3 1.3 0 0 1-.7.28h-.14a1.4 1.4 0 0 1-.6-.14a1.47 1.47 0 0 1-.57-.51a1.43 1.43 0 0 1-.2-.73V8.55a1.34 1.34 0 0 1 .19-.7a1.3 1.3 0 0 1 .54-.5a1.25 1.25 0 0 1 .7-.16c.25.007.492.083.7.22l4.76 3.18a1.33 1.33 0 0 1 .61 1.09c.007.22-.037.44-.13.64"/></svg>
</template>

CSS

.icon-play-circle-fill {
  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%201.75A10.25%2010.25%200%201%200%2022.25%2012A10.26%2010.26%200%200%200%2012%201.75m4.3%2010.57a1.4%201.4%200%200%201-.4.5l-4.76%203.7a1.3%201.3%200%200%201-.7.28h-.14a1.4%201.4%200%200%201-.6-.14a1.47%201.47%200%200%201-.57-.51a1.43%201.43%200%200%201-.2-.73V8.55a1.34%201.34%200%200%201%20.19-.7a1.3%201.3%200%200%201%20.54-.5a1.25%201.25%200%200%201%20.7-.16c.25.007.492.083.7.22l4.76%203.18a1.33%201.33%200%200%201%20.61%201.09c.007.22-.037.44-.13.64%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%201.75A10.25%2010.25%200%201%200%2022.25%2012A10.26%2010.26%200%200%200%2012%201.75m4.3%2010.57a1.4%201.4%200%200%201-.4.5l-4.76%203.7a1.3%201.3%200%200%201-.7.28h-.14a1.4%201.4%200%200%201-.6-.14a1.47%201.47%200%200%201-.57-.51a1.43%201.43%200%200%201-.2-.73V8.55a1.34%201.34%200%200%201%20.19-.7a1.3%201.3%200%200%201%20.54-.5a1.25%201.25%200%200%201%20.7-.16c.25.007.492.083.7.22l4.76%203.18a1.33%201.33%200%200%201%20.61%201.09c.007.22-.037.44-.13.64%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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