sign no right turn icon

sign-no-right-turn-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.

Name
sign-no-right-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 right 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="M14 13.292A8 8 0 0 0 2.707 2l4.097 4.098Q7.137 6.001 7.5 6H9V4.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384L9.41 8.658l-.026.02zm-.708.708A8 8 0 0 1 2 2.707l3.885 3.884A2.5 2.5 0 0 0 5 8.5V11h1V8.5c0-.489.234-.923.596-1.197l6.696 6.696Z"/><path d="M7.707 7L9 8.293V7z"/></g></svg>

React

import type { SVGProps } from "react";

export function BiSignNoRightTurnFill(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="M14 13.292A8 8 0 0 0 2.707 2l4.097 4.098Q7.137 6.001 7.5 6H9V4.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384L9.41 8.658l-.026.02zm-.708.708A8 8 0 0 1 2 2.707l3.885 3.884A2.5 2.5 0 0 0 5 8.5V11h1V8.5c0-.489.234-.923.596-1.197l6.696 6.696Z"/><path d="M7.707 7L9 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="M14 13.292A8 8 0 0 0 2.707 2l4.097 4.098Q7.137 6.001 7.5 6H9V4.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384L9.41 8.658l-.026.02zm-.708.708A8 8 0 0 1 2 2.707l3.885 3.884A2.5 2.5 0 0 0 5 8.5V11h1V8.5c0-.489.234-.923.596-1.197l6.696 6.696Z"/><path d="M7.707 7L9 8.293V7z"/></g></svg>
</template>

CSS

.icon-sign-no-right-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%22M14%2013.292A8%208%200%200%200%202.707%202l4.097%204.098Q7.137%206.001%207.5%206H9V4.534a.25.25%200%200%201%20.41-.192l2.36%201.966c.12.1.12.284%200%20.384L9.41%208.658l-.026.02zm-.708.708A8%208%200%200%201%202%202.707l3.885%203.884A2.5%202.5%200%200%200%205%208.5V11h1V8.5c0-.489.234-.923.596-1.197l6.696%206.696Z%22%2F%3E%3Cpath%20d%3D%22M7.707%207L9%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%22M14%2013.292A8%208%200%200%200%202.707%202l4.097%204.098Q7.137%206.001%207.5%206H9V4.534a.25.25%200%200%201%20.41-.192l2.36%201.966c.12.1.12.284%200%20.384L9.41%208.658l-.026.02zm-.708.708A8%208%200%200%201%202%202.707l3.885%203.884A2.5%202.5%200%200%200%205%208.5V11h1V8.5c0-.489.234-.923.596-1.197l6.696%206.696Z%22%2F%3E%3Cpath%20d%3D%22M7.707%207L9%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-right-turn-fill.svg?color=%231a73e8&size=48