sign stop icon
sign-stop-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.
- Name
- sign-stop-fill
- Set
- Bootstrap Icons
- Style
- Fill
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
Related icons in Bootstrap Icons
Use the sign stop icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M10.371 8.277v-.553c0-.827-.422-1.234-.987-1.234c-.572 0-.99.407-.99 1.234v.553c0 .83.418 1.237.99 1.237c.565 0 .987-.408.987-1.237m2.586-.24c.463 0 .735-.272.735-.744s-.272-.741-.735-.741h-.774v1.485z"/><path d="M4.893 0a.5.5 0 0 0-.353.146L.146 4.54A.5.5 0 0 0 0 4.893v6.214a.5.5 0 0 0 .146.353l4.394 4.394a.5.5 0 0 0 .353.146h6.214a.5.5 0 0 0 .353-.146l4.394-4.394a.5.5 0 0 0 .146-.353V4.893a.5.5 0 0 0-.146-.353L11.46.146A.5.5 0 0 0 11.107 0zM3.16 10.08c-.931 0-1.447-.493-1.494-1.132h.653c.065.346.396.583.891.583c.524 0 .83-.246.83-.62c0-.303-.203-.467-.637-.572l-.656-.164c-.61-.147-.978-.51-.978-1.078c0-.706.597-1.184 1.444-1.184c.853 0 1.386.475 1.436 1.087h-.645c-.064-.32-.352-.542-.797-.542c-.472 0-.77.246-.77.6c0 .261.196.437.553.522l.654.161c.673.164 1.06.487 1.06 1.11c0 .736-.574 1.228-1.544 1.228Zm3.427-3.51V10h-.665V6.57H4.753V6h3.006v.568H6.587Zm4.458 1.16v.544c0 1.131-.636 1.805-1.661 1.805c-1.026 0-1.664-.674-1.664-1.805V7.73c0-1.136.638-1.807 1.664-1.807s1.66.674 1.66 1.807ZM11.52 6h1.535c.82 0 1.316.55 1.316 1.292c0 .747-.501 1.289-1.321 1.289h-.865V10h-.665V6.001Z"/></g></svg>
React
import type { SVGProps } from "react";
export function BiSignStopFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M10.371 8.277v-.553c0-.827-.422-1.234-.987-1.234c-.572 0-.99.407-.99 1.234v.553c0 .83.418 1.237.99 1.237c.565 0 .987-.408.987-1.237m2.586-.24c.463 0 .735-.272.735-.744s-.272-.741-.735-.741h-.774v1.485z"/><path d="M4.893 0a.5.5 0 0 0-.353.146L.146 4.54A.5.5 0 0 0 0 4.893v6.214a.5.5 0 0 0 .146.353l4.394 4.394a.5.5 0 0 0 .353.146h6.214a.5.5 0 0 0 .353-.146l4.394-4.394a.5.5 0 0 0 .146-.353V4.893a.5.5 0 0 0-.146-.353L11.46.146A.5.5 0 0 0 11.107 0zM3.16 10.08c-.931 0-1.447-.493-1.494-1.132h.653c.065.346.396.583.891.583c.524 0 .83-.246.83-.62c0-.303-.203-.467-.637-.572l-.656-.164c-.61-.147-.978-.51-.978-1.078c0-.706.597-1.184 1.444-1.184c.853 0 1.386.475 1.436 1.087h-.645c-.064-.32-.352-.542-.797-.542c-.472 0-.77.246-.77.6c0 .261.196.437.553.522l.654.161c.673.164 1.06.487 1.06 1.11c0 .736-.574 1.228-1.544 1.228Zm3.427-3.51V10h-.665V6.57H4.753V6h3.006v.568H6.587Zm4.458 1.16v.544c0 1.131-.636 1.805-1.661 1.805c-1.026 0-1.664-.674-1.664-1.805V7.73c0-1.136.638-1.807 1.664-1.807s1.66.674 1.66 1.807ZM11.52 6h1.535c.82 0 1.316.55 1.316 1.292c0 .747-.501 1.289-1.321 1.289h-.865V10h-.665V6.001Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M10.371 8.277v-.553c0-.827-.422-1.234-.987-1.234c-.572 0-.99.407-.99 1.234v.553c0 .83.418 1.237.99 1.237c.565 0 .987-.408.987-1.237m2.586-.24c.463 0 .735-.272.735-.744s-.272-.741-.735-.741h-.774v1.485z"/><path d="M4.893 0a.5.5 0 0 0-.353.146L.146 4.54A.5.5 0 0 0 0 4.893v6.214a.5.5 0 0 0 .146.353l4.394 4.394a.5.5 0 0 0 .353.146h6.214a.5.5 0 0 0 .353-.146l4.394-4.394a.5.5 0 0 0 .146-.353V4.893a.5.5 0 0 0-.146-.353L11.46.146A.5.5 0 0 0 11.107 0zM3.16 10.08c-.931 0-1.447-.493-1.494-1.132h.653c.065.346.396.583.891.583c.524 0 .83-.246.83-.62c0-.303-.203-.467-.637-.572l-.656-.164c-.61-.147-.978-.51-.978-1.078c0-.706.597-1.184 1.444-1.184c.853 0 1.386.475 1.436 1.087h-.645c-.064-.32-.352-.542-.797-.542c-.472 0-.77.246-.77.6c0 .261.196.437.553.522l.654.161c.673.164 1.06.487 1.06 1.11c0 .736-.574 1.228-1.544 1.228Zm3.427-3.51V10h-.665V6.57H4.753V6h3.006v.568H6.587Zm4.458 1.16v.544c0 1.131-.636 1.805-1.661 1.805c-1.026 0-1.664-.674-1.664-1.805V7.73c0-1.136.638-1.807 1.664-1.807s1.66.674 1.66 1.807ZM11.52 6h1.535c.82 0 1.316.55 1.316 1.292c0 .747-.501 1.289-1.321 1.289h-.865V10h-.665V6.001Z"/></g></svg> </template>
CSS
.icon-sign-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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10.371%208.277v-.553c0-.827-.422-1.234-.987-1.234c-.572%200-.99.407-.99%201.234v.553c0%20.83.418%201.237.99%201.237c.565%200%20.987-.408.987-1.237m2.586-.24c.463%200%20.735-.272.735-.744s-.272-.741-.735-.741h-.774v1.485z%22%2F%3E%3Cpath%20d%3D%22M4.893%200a.5.5%200%200%200-.353.146L.146%204.54A.5.5%200%200%200%200%204.893v6.214a.5.5%200%200%200%20.146.353l4.394%204.394a.5.5%200%200%200%20.353.146h6.214a.5.5%200%200%200%20.353-.146l4.394-4.394a.5.5%200%200%200%20.146-.353V4.893a.5.5%200%200%200-.146-.353L11.46.146A.5.5%200%200%200%2011.107%200zM3.16%2010.08c-.931%200-1.447-.493-1.494-1.132h.653c.065.346.396.583.891.583c.524%200%20.83-.246.83-.62c0-.303-.203-.467-.637-.572l-.656-.164c-.61-.147-.978-.51-.978-1.078c0-.706.597-1.184%201.444-1.184c.853%200%201.386.475%201.436%201.087h-.645c-.064-.32-.352-.542-.797-.542c-.472%200-.77.246-.77.6c0%20.261.196.437.553.522l.654.161c.673.164%201.06.487%201.06%201.11c0%20.736-.574%201.228-1.544%201.228Zm3.427-3.51V10h-.665V6.57H4.753V6h3.006v.568H6.587Zm4.458%201.16v.544c0%201.131-.636%201.805-1.661%201.805c-1.026%200-1.664-.674-1.664-1.805V7.73c0-1.136.638-1.807%201.664-1.807s1.66.674%201.66%201.807ZM11.52%206h1.535c.82%200%201.316.55%201.316%201.292c0%20.747-.501%201.289-1.321%201.289h-.865V10h-.665V6.001Z%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10.371%208.277v-.553c0-.827-.422-1.234-.987-1.234c-.572%200-.99.407-.99%201.234v.553c0%20.83.418%201.237.99%201.237c.565%200%20.987-.408.987-1.237m2.586-.24c.463%200%20.735-.272.735-.744s-.272-.741-.735-.741h-.774v1.485z%22%2F%3E%3Cpath%20d%3D%22M4.893%200a.5.5%200%200%200-.353.146L.146%204.54A.5.5%200%200%200%200%204.893v6.214a.5.5%200%200%200%20.146.353l4.394%204.394a.5.5%200%200%200%20.353.146h6.214a.5.5%200%200%200%20.353-.146l4.394-4.394a.5.5%200%200%200%20.146-.353V4.893a.5.5%200%200%200-.146-.353L11.46.146A.5.5%200%200%200%2011.107%200zM3.16%2010.08c-.931%200-1.447-.493-1.494-1.132h.653c.065.346.396.583.891.583c.524%200%20.83-.246.83-.62c0-.303-.203-.467-.637-.572l-.656-.164c-.61-.147-.978-.51-.978-1.078c0-.706.597-1.184%201.444-1.184c.853%200%201.386.475%201.436%201.087h-.645c-.064-.32-.352-.542-.797-.542c-.472%200-.77.246-.77.6c0%20.261.196.437.553.522l.654.161c.673.164%201.06.487%201.06%201.11c0%20.736-.574%201.228-1.544%201.228Zm3.427-3.51V10h-.665V6.57H4.753V6h3.006v.568H6.587Zm4.458%201.16v.544c0%201.131-.636%201.805-1.661%201.805c-1.026%200-1.664-.674-1.664-1.805V7.73c0-1.136.638-1.807%201.664-1.807s1.66.674%201.66%201.807ZM11.52%206h1.535c.82%200%201.316.55%201.316%201.292c0%20.747-.501%201.289-1.321%201.289h-.865V10h-.665V6.001Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/sign-stop-fill.svg?color=%231a73e8&size=48