pause circle icon
pause-circle-bold-duotone from Solar by 480 Design · Bold Duotone · Video · CC-BY-4.0 Attribution required.
- Name
- pause-circle-bold-duotone
- Set
- Solar
- Style
- Bold Duotone
- Category
- Video
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
pause-circle-filledAnt Design Iconspause-circleBootstrap Iconspause-circleBoxIcons v2pause-circle-fillEva Iconspause-circleFramework7 Iconspause-circleFont Awesome Regularpause-circleFont Awesome Solidpause-circleFeather Iconspause-circle-12-filledFluent UI System Iconspause-circleHeroIconspause-circleHuge Iconspause-circleIonIconspause-circleLine Awesomepause-circleMajesticonspause-circleMaterial Symbolspause-circleMaterial Symbols Lightpause-circleMaterial Design Iconspause-circle-fillMingCute Iconpause-circleMyna UI Iconspause-circlePhosphorpause-circlePrime Iconspause-circle-fillRemix Iconpause-circleTDesign Iconspause-circle-outlineTeenyicons
More video icons from Solar
album-boldcamera-add-boldcamera-boldcamera-minimalistic-boldcamera-off-boldcamera-rotate-boldcamera-square-boldclapperboard-boldclapperboard-edit-boldclapperboard-open-boldclapperboard-open-play-boldclapperboard-play-boldclapperboard-text-boldfull-screen-boldfull-screen-circle-boldfull-screen-square-boldgallery-add-boldgallery-boldgallery-check-boldgallery-circle-boldgallery-download-boldgallery-edit-boldgallery-favorite-boldgallery-minimalistic-bold
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="currentColor"><path d="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z" opacity=".5"/><path d="M8.07612 8.61732C8 8.80109 8 9.03406 8 9.5V14.5C8 14.9659 8 15.1989 8.07612 15.3827C8.17761 15.6277 8.37229 15.8224 8.61732 15.9239C8.80109 16 9.03406 16 9.5 16C9.96594 16 10.1989 16 10.3827 15.9239C10.6277 15.8224 10.8224 15.6277 10.9239 15.3827C11 15.1989 11 14.9659 11 14.5V9.5C11 9.03406 11 8.80109 10.9239 8.61732C10.8224 8.37229 10.6277 8.17761 10.3827 8.07612C10.1989 8 9.96594 8 9.5 8C9.03406 8 8.80109 8 8.61732 8.07612C8.37229 8.17761 8.17761 8.37229 8.07612 8.61732Z"/><path d="M13.0761 8.61732C13 8.80109 13 9.03406 13 9.5V14.5C13 14.9659 13 15.1989 13.0761 15.3827C13.1776 15.6277 13.3723 15.8224 13.6173 15.9239C13.8011 16 14.0341 16 14.5 16C14.9659 16 15.1989 16 15.3827 15.9239C15.6277 15.8224 15.8224 15.6277 15.9239 15.3827C16 15.1989 16 14.9659 16 14.5V9.5C16 9.03406 16 8.80109 15.9239 8.61732C15.8224 8.37229 15.6277 8.17761 15.3827 8.07612C15.1989 8 14.9659 8 14.5 8C14.0341 8 13.8011 8 13.6173 8.07612C13.3723 8.17761 13.1776 8.37229 13.0761 8.61732Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarPauseCircleBoldDuotone(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="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z" opacity=".5"/><path d="M8.07612 8.61732C8 8.80109 8 9.03406 8 9.5V14.5C8 14.9659 8 15.1989 8.07612 15.3827C8.17761 15.6277 8.37229 15.8224 8.61732 15.9239C8.80109 16 9.03406 16 9.5 16C9.96594 16 10.1989 16 10.3827 15.9239C10.6277 15.8224 10.8224 15.6277 10.9239 15.3827C11 15.1989 11 14.9659 11 14.5V9.5C11 9.03406 11 8.80109 10.9239 8.61732C10.8224 8.37229 10.6277 8.17761 10.3827 8.07612C10.1989 8 9.96594 8 9.5 8C9.03406 8 8.80109 8 8.61732 8.07612C8.37229 8.17761 8.17761 8.37229 8.07612 8.61732Z"/><path d="M13.0761 8.61732C13 8.80109 13 9.03406 13 9.5V14.5C13 14.9659 13 15.1989 13.0761 15.3827C13.1776 15.6277 13.3723 15.8224 13.6173 15.9239C13.8011 16 14.0341 16 14.5 16C14.9659 16 15.1989 16 15.3827 15.9239C15.6277 15.8224 15.8224 15.6277 15.9239 15.3827C16 15.1989 16 14.9659 16 14.5V9.5C16 9.03406 16 8.80109 15.9239 8.61732C15.8224 8.37229 15.6277 8.17761 15.3827 8.07612C15.1989 8 14.9659 8 14.5 8C14.0341 8 13.8011 8 13.6173 8.07612C13.3723 8.17761 13.1776 8.37229 13.0761 8.61732Z"/></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="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z" opacity=".5"/><path d="M8.07612 8.61732C8 8.80109 8 9.03406 8 9.5V14.5C8 14.9659 8 15.1989 8.07612 15.3827C8.17761 15.6277 8.37229 15.8224 8.61732 15.9239C8.80109 16 9.03406 16 9.5 16C9.96594 16 10.1989 16 10.3827 15.9239C10.6277 15.8224 10.8224 15.6277 10.9239 15.3827C11 15.1989 11 14.9659 11 14.5V9.5C11 9.03406 11 8.80109 10.9239 8.61732C10.8224 8.37229 10.6277 8.17761 10.3827 8.07612C10.1989 8 9.96594 8 9.5 8C9.03406 8 8.80109 8 8.61732 8.07612C8.37229 8.17761 8.17761 8.37229 8.07612 8.61732Z"/><path d="M13.0761 8.61732C13 8.80109 13 9.03406 13 9.5V14.5C13 14.9659 13 15.1989 13.0761 15.3827C13.1776 15.6277 13.3723 15.8224 13.6173 15.9239C13.8011 16 14.0341 16 14.5 16C14.9659 16 15.1989 16 15.3827 15.9239C15.6277 15.8224 15.8224 15.6277 15.9239 15.3827C16 15.1989 16 14.9659 16 14.5V9.5C16 9.03406 16 8.80109 15.9239 8.61732C15.8224 8.37229 15.6277 8.17761 15.3827 8.07612C15.1989 8 14.9659 8 14.5 8C14.0341 8 13.8011 8 13.6173 8.07612C13.3723 8.17761 13.1776 8.37229 13.0761 8.61732Z"/></g></svg> </template>
CSS
.icon-pause-circle-bold-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%22currentColor%22%3E%3Cpath%20d%3D%22M22%2012C22%2017.5228%2017.5228%2022%2012%2022C6.47715%2022%202%2017.5228%202%2012C2%206.47715%206.47715%202%2012%202C17.5228%202%2022%206.47715%2022%2012Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M8.07612%208.61732C8%208.80109%208%209.03406%208%209.5V14.5C8%2014.9659%208%2015.1989%208.07612%2015.3827C8.17761%2015.6277%208.37229%2015.8224%208.61732%2015.9239C8.80109%2016%209.03406%2016%209.5%2016C9.96594%2016%2010.1989%2016%2010.3827%2015.9239C10.6277%2015.8224%2010.8224%2015.6277%2010.9239%2015.3827C11%2015.1989%2011%2014.9659%2011%2014.5V9.5C11%209.03406%2011%208.80109%2010.9239%208.61732C10.8224%208.37229%2010.6277%208.17761%2010.3827%208.07612C10.1989%208%209.96594%208%209.5%208C9.03406%208%208.80109%208%208.61732%208.07612C8.37229%208.17761%208.17761%208.37229%208.07612%208.61732Z%22%2F%3E%3Cpath%20d%3D%22M13.0761%208.61732C13%208.80109%2013%209.03406%2013%209.5V14.5C13%2014.9659%2013%2015.1989%2013.0761%2015.3827C13.1776%2015.6277%2013.3723%2015.8224%2013.6173%2015.9239C13.8011%2016%2014.0341%2016%2014.5%2016C14.9659%2016%2015.1989%2016%2015.3827%2015.9239C15.6277%2015.8224%2015.8224%2015.6277%2015.9239%2015.3827C16%2015.1989%2016%2014.9659%2016%2014.5V9.5C16%209.03406%2016%208.80109%2015.9239%208.61732C15.8224%208.37229%2015.6277%208.17761%2015.3827%208.07612C15.1989%208%2014.9659%208%2014.5%208C14.0341%208%2013.8011%208%2013.6173%208.07612C13.3723%208.17761%2013.1776%208.37229%2013.0761%208.61732Z%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%22M22%2012C22%2017.5228%2017.5228%2022%2012%2022C6.47715%2022%202%2017.5228%202%2012C2%206.47715%206.47715%202%2012%202C17.5228%202%2022%206.47715%2022%2012Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M8.07612%208.61732C8%208.80109%208%209.03406%208%209.5V14.5C8%2014.9659%208%2015.1989%208.07612%2015.3827C8.17761%2015.6277%208.37229%2015.8224%208.61732%2015.9239C8.80109%2016%209.03406%2016%209.5%2016C9.96594%2016%2010.1989%2016%2010.3827%2015.9239C10.6277%2015.8224%2010.8224%2015.6277%2010.9239%2015.3827C11%2015.1989%2011%2014.9659%2011%2014.5V9.5C11%209.03406%2011%208.80109%2010.9239%208.61732C10.8224%208.37229%2010.6277%208.17761%2010.3827%208.07612C10.1989%208%209.96594%208%209.5%208C9.03406%208%208.80109%208%208.61732%208.07612C8.37229%208.17761%208.17761%208.37229%208.07612%208.61732Z%22%2F%3E%3Cpath%20d%3D%22M13.0761%208.61732C13%208.80109%2013%209.03406%2013%209.5V14.5C13%2014.9659%2013%2015.1989%2013.0761%2015.3827C13.1776%2015.6277%2013.3723%2015.8224%2013.6173%2015.9239C13.8011%2016%2014.0341%2016%2014.5%2016C14.9659%2016%2015.1989%2016%2015.3827%2015.9239C15.6277%2015.8224%2015.8224%2015.6277%2015.9239%2015.3827C16%2015.1989%2016%2014.9659%2016%2014.5V9.5C16%209.03406%2016%208.80109%2015.9239%208.61732C15.8224%208.37229%2015.6277%208.17761%2015.3827%208.07612C15.1989%208%2014.9659%208%2014.5%208C14.0341%208%2013.8011%208%2013.6173%208.07612C13.3723%208.17761%2013.1776%208.37229%2013.0761%208.61732Z%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-bold-duotone.svg?color=%231a73e8&size=48