sign no left turn icon
sign-no-left-turn-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.
- Name
- sign-no-left-turn-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 no left turn icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M2 13.292A8 8 0 0 1 13.293 2L9.195 6.099A2.5 2.5 0 0 0 8.5 6H7V4.534a.25.25 0 0 0-.41-.192L4.23 6.308a.25.25 0 0 0 0 .384l2.36 1.966l.026.02zm.708.708A8 8 0 0 0 14 2.707l-3.885 3.884C10.656 7.05 11 7.735 11 8.5V11h-1V8.5c0-.489-.234-.923-.596-1.197l-6.696 6.696Z"/><path d="M8.293 7L7 8.293V7z"/></g></svg>
React
import type { SVGProps } from "react";
export function BiSignNoLeftTurnFill(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="M2 13.292A8 8 0 0 1 13.293 2L9.195 6.099A2.5 2.5 0 0 0 8.5 6H7V4.534a.25.25 0 0 0-.41-.192L4.23 6.308a.25.25 0 0 0 0 .384l2.36 1.966l.026.02zm.708.708A8 8 0 0 0 14 2.707l-3.885 3.884C10.656 7.05 11 7.735 11 8.5V11h-1V8.5c0-.489-.234-.923-.596-1.197l-6.696 6.696Z"/><path d="M8.293 7L7 8.293V7z"/></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="M2 13.292A8 8 0 0 1 13.293 2L9.195 6.099A2.5 2.5 0 0 0 8.5 6H7V4.534a.25.25 0 0 0-.41-.192L4.23 6.308a.25.25 0 0 0 0 .384l2.36 1.966l.026.02zm.708.708A8 8 0 0 0 14 2.707l-3.885 3.884C10.656 7.05 11 7.735 11 8.5V11h-1V8.5c0-.489-.234-.923-.596-1.197l-6.696 6.696Z"/><path d="M8.293 7L7 8.293V7z"/></g></svg> </template>
CSS
.icon-sign-no-left-turn-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%22M2%2013.292A8%208%200%200%201%2013.293%202L9.195%206.099A2.5%202.5%200%200%200%208.5%206H7V4.534a.25.25%200%200%200-.41-.192L4.23%206.308a.25.25%200%200%200%200%20.384l2.36%201.966l.026.02zm.708.708A8%208%200%200%200%2014%202.707l-3.885%203.884C10.656%207.05%2011%207.735%2011%208.5V11h-1V8.5c0-.489-.234-.923-.596-1.197l-6.696%206.696Z%22%2F%3E%3Cpath%20d%3D%22M8.293%207L7%208.293V7z%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%22M2%2013.292A8%208%200%200%201%2013.293%202L9.195%206.099A2.5%202.5%200%200%200%208.5%206H7V4.534a.25.25%200%200%200-.41-.192L4.23%206.308a.25.25%200%200%200%200%20.384l2.36%201.966l.026.02zm.708.708A8%208%200%200%200%2014%202.707l-3.885%203.884C10.656%207.05%2011%207.735%2011%208.5V11h-1V8.5c0-.489-.234-.923-.596-1.197l-6.696%206.696Z%22%2F%3E%3Cpath%20d%3D%22M8.293%207L7%208.293V7z%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-no-left-turn-fill.svg?color=%231a73e8&size=48