stop icon
stop-fill from Akar Icons by Arturo Wibawa · Fill · MIT Free for personal and commercial use.
- Name
- stop-fill
- Set
- Akar Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- MIT
1 other variant in Akar Icons
The same icon in other sets
stop-filledAnt Design IconsstopBootstrap IconsstopBoxIcons v2stopCarbonstopFramework7 IconsstopFont Awesome 6 SolidstopFont Awesome Solidstop-outlineFlowbite Iconsstop-16-filledFluent UI System IconsstopHealth IconsstopHeroIconsstopHuge IconsstopIonIconsstopJam IconsstopLine AwesomestopMage IconsstopMaterial SymbolsstopMaterial Symbols LightstopMaterial Design Iconsstop-fillMingCute IconstopMyna UI IconsstopOcticonsstopPhosphorstopPixelarticons
Use the stop 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="M8 1a1 1 0 0 0-.716.302l-6 6.156A1 1 0 0 0 1 8.156V16a1 1 0 0 0 .293.707l6 6A1 1 0 0 0 8 23h8a1 1 0 0 0 .707-.293l6-6A1 1 0 0 0 23 16V8.156a1 1 0 0 0-.284-.698l-6-6.156A1 1 0 0 0 16 1zm0 10a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function AkarIconsStopFill(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="M8 1a1 1 0 0 0-.716.302l-6 6.156A1 1 0 0 0 1 8.156V16a1 1 0 0 0 .293.707l6 6A1 1 0 0 0 8 23h8a1 1 0 0 0 .707-.293l6-6A1 1 0 0 0 23 16V8.156a1 1 0 0 0-.284-.698l-6-6.156A1 1 0 0 0 16 1zm0 10a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2z" 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="M8 1a1 1 0 0 0-.716.302l-6 6.156A1 1 0 0 0 1 8.156V16a1 1 0 0 0 .293.707l6 6A1 1 0 0 0 8 23h8a1 1 0 0 0 .707-.293l6-6A1 1 0 0 0 23 16V8.156a1 1 0 0 0-.284-.698l-6-6.156A1 1 0 0 0 16 1zm0 10a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-stop-fill {
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%22M8%201a1%201%200%200%200-.716.302l-6%206.156A1%201%200%200%200%201%208.156V16a1%201%200%200%200%20.293.707l6%206A1%201%200%200%200%208%2023h8a1%201%200%200%200%20.707-.293l6-6A1%201%200%200%200%2023%2016V8.156a1%201%200%200%200-.284-.698l-6-6.156A1%201%200%200%200%2016%201zm0%2010a1%201%200%201%200%200%202h8a1%201%200%201%200%200-2z%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%22M8%201a1%201%200%200%200-.716.302l-6%206.156A1%201%200%200%200%201%208.156V16a1%201%200%200%200%20.293.707l6%206A1%201%200%200%200%208%2023h8a1%201%200%200%200%20.707-.293l6-6A1%201%200%200%200%2023%2016V8.156a1%201%200%200%200-.284-.698l-6-6.156A1%201%200%200%200%2016%201zm0%2010a1%201%200%201%200%200%202h8a1%201%200%201%200%200-2z%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/akar-icons/stop-fill.svg?color=%231a73e8&size=48