pause icon
pause from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- pause
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
pauseAkar Iconspause-outlinedAnt Design IconspauseBootstrap IconspauseBoxIcons v2pauseCarbonpauseFramework7 IconspauseFont Awesome 6 SolidpauseFont Awesome SolidpauseFeather Iconspause-outlineFlowbite Iconspause-12-filledFluent UI System IconspauseHeroIconspauseHumbleiconspauseIconParkpauseIconPark OutlinepauseIconoirpauseIonIconspauseJam IconspauseLine AwesomepauseMaterial Line IconspauseLucidepauseMage IconspauseMajesticonspauseMaterial Symbols
Related icons in Huge Icons
Use the pause icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="1.5" d="M4 7c0-1.414 0-2.121.44-2.56C4.878 4 5.585 4 7 4s2.121 0 2.56.44C10 4.878 10 5.585 10 7v10c0 1.414 0 2.121-.44 2.56C9.122 20 8.415 20 7 20s-2.121 0-2.56-.44C4 19.122 4 18.415 4 17zm10 0c0-1.414 0-2.121.44-2.56C14.878 4 15.585 4 17 4s2.121 0 2.56.44C20 4.878 20 5.585 20 7v10c0 1.414 0 2.121-.44 2.56c-.439.44-1.146.44-2.56.44s-2.121 0-2.56-.44C14 19.122 14 18.415 14 17z"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsPause(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeWidth="1.5" d="M4 7c0-1.414 0-2.121.44-2.56C4.878 4 5.585 4 7 4s2.121 0 2.56.44C10 4.878 10 5.585 10 7v10c0 1.414 0 2.121-.44 2.56C9.122 20 8.415 20 7 20s-2.121 0-2.56-.44C4 19.122 4 18.415 4 17zm10 0c0-1.414 0-2.121.44-2.56C14.878 4 15.585 4 17 4s2.121 0 2.56.44C20 4.878 20 5.585 20 7v10c0 1.414 0 2.121-.44 2.56c-.439.44-1.146.44-2.56.44s-2.121 0-2.56-.44C14 19.122 14 18.415 14 17z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="1.5" d="M4 7c0-1.414 0-2.121.44-2.56C4.878 4 5.585 4 7 4s2.121 0 2.56.44C10 4.878 10 5.585 10 7v10c0 1.414 0 2.121-.44 2.56C9.122 20 8.415 20 7 20s-2.121 0-2.56-.44C4 19.122 4 18.415 4 17zm10 0c0-1.414 0-2.121.44-2.56C14.878 4 15.585 4 17 4s2.121 0 2.56.44C20 4.878 20 5.585 20 7v10c0 1.414 0 2.121-.44 2.56c-.439.44-1.146.44-2.56.44s-2.121 0-2.56-.44C14 19.122 14 18.415 14 17z"/></svg> </template>
CSS
.icon-pause {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20d%3D%22M4%207c0-1.414%200-2.121.44-2.56C4.878%204%205.585%204%207%204s2.121%200%202.56.44C10%204.878%2010%205.585%2010%207v10c0%201.414%200%202.121-.44%202.56C9.122%2020%208.415%2020%207%2020s-2.121%200-2.56-.44C4%2019.122%204%2018.415%204%2017zm10%200c0-1.414%200-2.121.44-2.56C14.878%204%2015.585%204%2017%204s2.121%200%202.56.44C20%204.878%2020%205.585%2020%207v10c0%201.414%200%202.121-.44%202.56c-.439.44-1.146.44-2.56.44s-2.121%200-2.56-.44C14%2019.122%2014%2018.415%2014%2017z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20d%3D%22M4%207c0-1.414%200-2.121.44-2.56C4.878%204%205.585%204%207%204s2.121%200%202.56.44C10%204.878%2010%205.585%2010%207v10c0%201.414%200%202.121-.44%202.56C9.122%2020%208.415%2020%207%2020s-2.121%200-2.56-.44C4%2019.122%204%2018.415%204%2017zm10%200c0-1.414%200-2.121.44-2.56C14.878%204%2015.585%204%2017%204s2.121%200%202.56.44C20%204.878%2020%205.585%2020%207v10c0%201.414%200%202.121-.44%202.56c-.439.44-1.146.44-2.56.44s-2.121%200-2.56-.44C14%2019.122%2014%2018.415%2014%2017z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/pause.svg?color=%231a73e8&size=48