sign no left turn icon

sign-no-left-turn from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
sign-no-left-turn
Set
Bootstrap Icons
Style
Outline
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"><path fill="currentColor" d="M0 8a8 8 0 1 0 16 0A8 8 0 0 0 0 8m3.416 5.29l5.988-5.987c.362.274.596.708.596 1.197V11h1V8.5c0-.765-.344-1.45-.885-1.908l3.176-3.176a7 7 0 0 1-9.874 9.874Zm-.707-.706a7 7 0 0 1 9.874-9.874L9.196 6.097A2.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.02zM8.293 7L7 8.293V7z"/></svg>

React

import type { SVGProps } from "react";

export function BiSignNoLeftTurn(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M0 8a8 8 0 1 0 16 0A8 8 0 0 0 0 8m3.416 5.29l5.988-5.987c.362.274.596.708.596 1.197V11h1V8.5c0-.765-.344-1.45-.885-1.908l3.176-3.176a7 7 0 0 1-9.874 9.874Zm-.707-.706a7 7 0 0 1 9.874-9.874L9.196 6.097A2.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.02zM8.293 7L7 8.293V7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M0 8a8 8 0 1 0 16 0A8 8 0 0 0 0 8m3.416 5.29l5.988-5.987c.362.274.596.708.596 1.197V11h1V8.5c0-.765-.344-1.45-.885-1.908l3.176-3.176a7 7 0 0 1-9.874 9.874Zm-.707-.706a7 7 0 0 1 9.874-9.874L9.196 6.097A2.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.02zM8.293 7L7 8.293V7z"/></svg>
</template>

CSS

.icon-sign-no-left-turn {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%208a8%208%200%201%200%2016%200A8%208%200%200%200%200%208m3.416%205.29l5.988-5.987c.362.274.596.708.596%201.197V11h1V8.5c0-.765-.344-1.45-.885-1.908l3.176-3.176a7%207%200%200%201-9.874%209.874Zm-.707-.706a7%207%200%200%201%209.874-9.874L9.196%206.097A2.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.02zM8.293%207L7%208.293V7z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%208a8%208%200%201%200%2016%200A8%208%200%200%200%200%208m3.416%205.29l5.988-5.987c.362.274.596.708.596%201.197V11h1V8.5c0-.765-.344-1.45-.885-1.908l3.176-3.176a7%207%200%200%201-9.874%209.874Zm-.707-.706a7%207%200%200%201%209.874-9.874L9.196%206.097A2.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.02zM8.293%207L7%208.293V7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/sign-no-left-turn.svg?color=%231a73e8&size=48