pause circle icon

pause-circle-line-duotone from Solar by 480 Design · Line Duotone · Video · CC-BY-4.0 Attribution required.

Name
pause-circle-line-duotone
Set
Solar
Style
Line Duotone
Category
Video
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More video icons from Solar

Use the pause circle 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-width="1.5"><circle cx="12" cy="12" r="10" opacity=".5"/><path d="M8 9.5C8 9.03406 8 8.80109 8.07612 8.61732C8.17761 8.37229 8.37229 8.17761 8.61732 8.07612C8.80109 8 9.03406 8 9.5 8C9.96594 8 10.1989 8 10.3827 8.07612C10.6277 8.17761 10.8224 8.37229 10.9239 8.61732C11 8.80109 11 9.03406 11 9.5V14.5C11 14.9659 11 15.1989 10.9239 15.3827C10.8224 15.6277 10.6277 15.8224 10.3827 15.9239C10.1989 16 9.96594 16 9.5 16C9.03406 16 8.80109 16 8.61732 15.9239C8.37229 15.8224 8.17761 15.6277 8.07612 15.3827C8 15.1989 8 14.9659 8 14.5V9.5Z"/><path d="M13 9.5C13 9.03406 13 8.80109 13.0761 8.61732C13.1776 8.37229 13.3723 8.17761 13.6173 8.07612C13.8011 8 14.0341 8 14.5 8C14.9659 8 15.1989 8 15.3827 8.07612C15.6277 8.17761 15.8224 8.37229 15.9239 8.61732C16 8.80109 16 9.03406 16 9.5V14.5C16 14.9659 16 15.1989 15.9239 15.3827C15.8224 15.6277 15.6277 15.8224 15.3827 15.9239C15.1989 16 14.9659 16 14.5 16C14.0341 16 13.8011 16 13.6173 15.9239C13.3723 15.8224 13.1776 15.6277 13.0761 15.3827C13 15.1989 13 14.9659 13 14.5V9.5Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarPauseCircleLineDuotone(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" strokeWidth="1.5"><circle cx="12" cy="12" r="10" opacity=".5"/><path d="M8 9.5C8 9.03406 8 8.80109 8.07612 8.61732C8.17761 8.37229 8.37229 8.17761 8.61732 8.07612C8.80109 8 9.03406 8 9.5 8C9.96594 8 10.1989 8 10.3827 8.07612C10.6277 8.17761 10.8224 8.37229 10.9239 8.61732C11 8.80109 11 9.03406 11 9.5V14.5C11 14.9659 11 15.1989 10.9239 15.3827C10.8224 15.6277 10.6277 15.8224 10.3827 15.9239C10.1989 16 9.96594 16 9.5 16C9.03406 16 8.80109 16 8.61732 15.9239C8.37229 15.8224 8.17761 15.6277 8.07612 15.3827C8 15.1989 8 14.9659 8 14.5V9.5Z"/><path d="M13 9.5C13 9.03406 13 8.80109 13.0761 8.61732C13.1776 8.37229 13.3723 8.17761 13.6173 8.07612C13.8011 8 14.0341 8 14.5 8C14.9659 8 15.1989 8 15.3827 8.07612C15.6277 8.17761 15.8224 8.37229 15.9239 8.61732C16 8.80109 16 9.03406 16 9.5V14.5C16 14.9659 16 15.1989 15.9239 15.3827C15.8224 15.6277 15.6277 15.8224 15.3827 15.9239C15.1989 16 14.9659 16 14.5 16C14.0341 16 13.8011 16 13.6173 15.9239C13.3723 15.8224 13.1776 15.6277 13.0761 15.3827C13 15.1989 13 14.9659 13 14.5V9.5Z"/></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-width="1.5"><circle cx="12" cy="12" r="10" opacity=".5"/><path d="M8 9.5C8 9.03406 8 8.80109 8.07612 8.61732C8.17761 8.37229 8.37229 8.17761 8.61732 8.07612C8.80109 8 9.03406 8 9.5 8C9.96594 8 10.1989 8 10.3827 8.07612C10.6277 8.17761 10.8224 8.37229 10.9239 8.61732C11 8.80109 11 9.03406 11 9.5V14.5C11 14.9659 11 15.1989 10.9239 15.3827C10.8224 15.6277 10.6277 15.8224 10.3827 15.9239C10.1989 16 9.96594 16 9.5 16C9.03406 16 8.80109 16 8.61732 15.9239C8.37229 15.8224 8.17761 15.6277 8.07612 15.3827C8 15.1989 8 14.9659 8 14.5V9.5Z"/><path d="M13 9.5C13 9.03406 13 8.80109 13.0761 8.61732C13.1776 8.37229 13.3723 8.17761 13.6173 8.07612C13.8011 8 14.0341 8 14.5 8C14.9659 8 15.1989 8 15.3827 8.07612C15.6277 8.17761 15.8224 8.37229 15.9239 8.61732C16 8.80109 16 9.03406 16 9.5V14.5C16 14.9659 16 15.1989 15.9239 15.3827C15.8224 15.6277 15.6277 15.8224 15.3827 15.9239C15.1989 16 14.9659 16 14.5 16C14.0341 16 13.8011 16 13.6173 15.9239C13.3723 15.8224 13.1776 15.6277 13.0761 15.3827C13 15.1989 13 14.9659 13 14.5V9.5Z"/></g></svg>
</template>

CSS

.icon-pause-circle-line-duotone {
  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-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M8%209.5C8%209.03406%208%208.80109%208.07612%208.61732C8.17761%208.37229%208.37229%208.17761%208.61732%208.07612C8.80109%208%209.03406%208%209.5%208C9.96594%208%2010.1989%208%2010.3827%208.07612C10.6277%208.17761%2010.8224%208.37229%2010.9239%208.61732C11%208.80109%2011%209.03406%2011%209.5V14.5C11%2014.9659%2011%2015.1989%2010.9239%2015.3827C10.8224%2015.6277%2010.6277%2015.8224%2010.3827%2015.9239C10.1989%2016%209.96594%2016%209.5%2016C9.03406%2016%208.80109%2016%208.61732%2015.9239C8.37229%2015.8224%208.17761%2015.6277%208.07612%2015.3827C8%2015.1989%208%2014.9659%208%2014.5V9.5Z%22%2F%3E%3Cpath%20d%3D%22M13%209.5C13%209.03406%2013%208.80109%2013.0761%208.61732C13.1776%208.37229%2013.3723%208.17761%2013.6173%208.07612C13.8011%208%2014.0341%208%2014.5%208C14.9659%208%2015.1989%208%2015.3827%208.07612C15.6277%208.17761%2015.8224%208.37229%2015.9239%208.61732C16%208.80109%2016%209.03406%2016%209.5V14.5C16%2014.9659%2016%2015.1989%2015.9239%2015.3827C15.8224%2015.6277%2015.6277%2015.8224%2015.3827%2015.9239C15.1989%2016%2014.9659%2016%2014.5%2016C14.0341%2016%2013.8011%2016%2013.6173%2015.9239C13.3723%2015.8224%2013.1776%2015.6277%2013.0761%2015.3827C13%2015.1989%2013%2014.9659%2013%2014.5V9.5Z%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-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M8%209.5C8%209.03406%208%208.80109%208.07612%208.61732C8.17761%208.37229%208.37229%208.17761%208.61732%208.07612C8.80109%208%209.03406%208%209.5%208C9.96594%208%2010.1989%208%2010.3827%208.07612C10.6277%208.17761%2010.8224%208.37229%2010.9239%208.61732C11%208.80109%2011%209.03406%2011%209.5V14.5C11%2014.9659%2011%2015.1989%2010.9239%2015.3827C10.8224%2015.6277%2010.6277%2015.8224%2010.3827%2015.9239C10.1989%2016%209.96594%2016%209.5%2016C9.03406%2016%208.80109%2016%208.61732%2015.9239C8.37229%2015.8224%208.17761%2015.6277%208.07612%2015.3827C8%2015.1989%208%2014.9659%208%2014.5V9.5Z%22%2F%3E%3Cpath%20d%3D%22M13%209.5C13%209.03406%2013%208.80109%2013.0761%208.61732C13.1776%208.37229%2013.3723%208.17761%2013.6173%208.07612C13.8011%208%2014.0341%208%2014.5%208C14.9659%208%2015.1989%208%2015.3827%208.07612C15.6277%208.17761%2015.8224%208.37229%2015.9239%208.61732C16%208.80109%2016%209.03406%2016%209.5V14.5C16%2014.9659%2016%2015.1989%2015.9239%2015.3827C15.8224%2015.6277%2015.6277%2015.8224%2015.3827%2015.9239C15.1989%2016%2014.9659%2016%2014.5%2016C14.0341%2016%2013.8011%2016%2013.6173%2015.9239C13.3723%2015.8224%2013.1776%2015.6277%2013.0761%2015.3827C13%2015.1989%2013%2014.9659%2013%2014.5V9.5Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/pause-circle-line-duotone.svg?color=%231a73e8&size=48