pause circle icon
pause-circle-filled from Reicon by REICON · Filled · Video · MIT Free for personal and commercial use.
- Name
- pause-circle-filled
- Set
- Reicon
- Style
- Filled
- Category
- Video
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All pause circle icons →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-circle-boldSolarpause-circleTDesign Icons
More video icons from Reicon
albumcameracamera-addcamera-add2camera-altcamera-offcamera-recordcamera-rotatecamera-squarecamera2camera3clapperboardclapperboard-editclapperboard-openclapperboard-open-playclapperboard-playclapperboard-textexit-fullscreenexit-fullscreen-circleexit-fullscreen-squareexit-pipfast-forwardfast-forward-circlefilm
Use the pause circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10M8.076 8.617C8 8.801 8 9.034 8 9.5v5c0 .466 0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077s.699 0 .883-.076a1 1 0 0 0 .54-.541c.077-.184.077-.417.077-.883v-5c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54C10.199 8 9.966 8 9.5 8s-.699 0-.883.076a1 1 0 0 0-.54.541m5 0C13 8.801 13 9.034 13 9.5v5c0 .466 0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077s.699 0 .883-.076a1 1 0 0 0 .54-.541c.077-.184.077-.417.077-.883v-5c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54C15.199 8 14.966 8 14.5 8s-.699 0-.883.076a1 1 0 0 0-.54.541" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconPauseCircleFilled(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" fillRule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10M8.076 8.617C8 8.801 8 9.034 8 9.5v5c0 .466 0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077s.699 0 .883-.076a1 1 0 0 0 .54-.541c.077-.184.077-.417.077-.883v-5c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54C10.199 8 9.966 8 9.5 8s-.699 0-.883.076a1 1 0 0 0-.54.541m5 0C13 8.801 13 9.034 13 9.5v5c0 .466 0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077s.699 0 .883-.076a1 1 0 0 0 .54-.541c.077-.184.077-.417.077-.883v-5c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54C15.199 8 14.966 8 14.5 8s-.699 0-.883.076a1 1 0 0 0-.54.541" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10M8.076 8.617C8 8.801 8 9.034 8 9.5v5c0 .466 0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077s.699 0 .883-.076a1 1 0 0 0 .54-.541c.077-.184.077-.417.077-.883v-5c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54C10.199 8 9.966 8 9.5 8s-.699 0-.883.076a1 1 0 0 0-.54.541m5 0C13 8.801 13 9.034 13 9.5v5c0 .466 0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077s.699 0 .883-.076a1 1 0 0 0 .54-.541c.077-.184.077-.417.077-.883v-5c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54C15.199 8 14.966 8 14.5 8s-.699 0-.883.076a1 1 0 0 0-.54.541" clip-rule="evenodd"/></svg> </template>
CSS
.icon-pause-circle-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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2022c5.523%200%2010-4.477%2010-10S17.523%202%2012%202S2%206.477%202%2012s4.477%2010%2010%2010M8.076%208.617C8%208.801%208%209.034%208%209.5v5c0%20.466%200%20.699.076.883a1%201%200%200%200%20.541.54c.184.077.417.077.883.077s.699%200%20.883-.076a1%201%200%200%200%20.54-.541c.077-.184.077-.417.077-.883v-5c0-.466%200-.699-.076-.883a1%201%200%200%200-.541-.54C10.199%208%209.966%208%209.5%208s-.699%200-.883.076a1%201%200%200%200-.54.541m5%200C13%208.801%2013%209.034%2013%209.5v5c0%20.466%200%20.699.076.883a1%201%200%200%200%20.541.54c.184.077.417.077.883.077s.699%200%20.883-.076a1%201%200%200%200%20.54-.541c.077-.184.077-.417.077-.883v-5c0-.466%200-.699-.076-.883a1%201%200%200%200-.541-.54C15.199%208%2014.966%208%2014.5%208s-.699%200-.883.076a1%201%200%200%200-.54.541%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2022c5.523%200%2010-4.477%2010-10S17.523%202%2012%202S2%206.477%202%2012s4.477%2010%2010%2010M8.076%208.617C8%208.801%208%209.034%208%209.5v5c0%20.466%200%20.699.076.883a1%201%200%200%200%20.541.54c.184.077.417.077.883.077s.699%200%20.883-.076a1%201%200%200%200%20.54-.541c.077-.184.077-.417.077-.883v-5c0-.466%200-.699-.076-.883a1%201%200%200%200-.541-.54C10.199%208%209.966%208%209.5%208s-.699%200-.883.076a1%201%200%200%200-.54.541m5%200C13%208.801%2013%209.034%2013%209.5v5c0%20.466%200%20.699.076.883a1%201%200%200%200%20.541.54c.184.077.417.077.883.077s.699%200%20.883-.076a1%201%200%200%200%20.54-.541c.077-.184.077-.417.077-.883v-5c0-.466%200-.699-.076-.883a1%201%200%200%200-.541-.54C15.199%208%2014.966%208%2014.5%208s-.699%200-.883.076a1%201%200%200%200-.54.541%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/pause-circle-filled.svg?color=%231a73e8&size=48