pause icon
pause-duotone from Reicon by REICON · Duotone · Video · MIT Free for personal and commercial use.
- Name
- pause-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Video
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All pause icons →pauseAkar Iconspause-outlinedAnt Design IconspauseBootstrap IconspauseBoxIcons v2pauseCarbonpauseDither IconspauseFramework7 IconspauseFont Awesome 6 SolidpauseFont Awesome SolidpauseFeather Iconspause-outlineFlowbite Iconspause-12-filledFluent UI System IconspauseHeroIconspauseHuge IconspauseHumbleiconspauseIconParkpauseIconPark OutlinepauseIconoirpauseIonIconspauseJam IconspauseKeyline IconspauseLine AwesomepauseMaterial Line IconspauseLucide
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 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 6c0-1.886 0-2.828.586-3.414S4.114 2 6 2s2.828 0 3.414.586S10 4.114 10 6v12c0 1.886 0 2.828-.586 3.414S7.886 22 6 22s-2.828 0-3.414-.586S2 19.886 2 18z"/><path d="M14 6c0-1.886 0-2.828.586-3.414S16.114 2 18 2s2.828 0 3.414.586S22 4.114 22 6v12c0 1.886 0 2.828-.586 3.414S19.886 22 18 22s-2.828 0-3.414-.586S14 19.886 14 18z" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconPauseDuotone(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="M2 6c0-1.886 0-2.828.586-3.414S4.114 2 6 2s2.828 0 3.414.586S10 4.114 10 6v12c0 1.886 0 2.828-.586 3.414S7.886 22 6 22s-2.828 0-3.414-.586S2 19.886 2 18z"/><path d="M14 6c0-1.886 0-2.828.586-3.414S16.114 2 18 2s2.828 0 3.414.586S22 4.114 22 6v12c0 1.886 0 2.828-.586 3.414S19.886 22 18 22s-2.828 0-3.414-.586S14 19.886 14 18z" opacity=".5"/></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="M2 6c0-1.886 0-2.828.586-3.414S4.114 2 6 2s2.828 0 3.414.586S10 4.114 10 6v12c0 1.886 0 2.828-.586 3.414S7.886 22 6 22s-2.828 0-3.414-.586S2 19.886 2 18z"/><path d="M14 6c0-1.886 0-2.828.586-3.414S16.114 2 18 2s2.828 0 3.414.586S22 4.114 22 6v12c0 1.886 0 2.828-.586 3.414S19.886 22 18 22s-2.828 0-3.414-.586S14 19.886 14 18z" opacity=".5"/></g></svg> </template>
CSS
.icon-pause-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%22M2%206c0-1.886%200-2.828.586-3.414S4.114%202%206%202s2.828%200%203.414.586S10%204.114%2010%206v12c0%201.886%200%202.828-.586%203.414S7.886%2022%206%2022s-2.828%200-3.414-.586S2%2019.886%202%2018z%22%2F%3E%3Cpath%20d%3D%22M14%206c0-1.886%200-2.828.586-3.414S16.114%202%2018%202s2.828%200%203.414.586S22%204.114%2022%206v12c0%201.886%200%202.828-.586%203.414S19.886%2022%2018%2022s-2.828%200-3.414-.586S14%2019.886%2014%2018z%22%20opacity%3D%22.5%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%22M2%206c0-1.886%200-2.828.586-3.414S4.114%202%206%202s2.828%200%203.414.586S10%204.114%2010%206v12c0%201.886%200%202.828-.586%203.414S7.886%2022%206%2022s-2.828%200-3.414-.586S2%2019.886%202%2018z%22%2F%3E%3Cpath%20d%3D%22M14%206c0-1.886%200-2.828.586-3.414S16.114%202%2018%202s2.828%200%203.414.586S22%204.114%2022%206v12c0%201.886%200%202.828-.586%203.414S19.886%2022%2018%2022s-2.828%200-3.414-.586S14%2019.886%2014%2018z%22%20opacity%3D%22.5%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/pause-duotone.svg?color=%231a73e8&size=48