sign turn left icon
sign-turn-left from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- sign-turn-left
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
Related icons in Bootstrap Icons
Use the sign turn left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M11 8.5A2.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.966A.25.25 0 0 0 7 8.466V7h1.5A1.5 1.5 0 0 1 10 8.5V11h1z"/><path fill-rule="evenodd" d="M6.95.435c.58-.58 1.52-.58 2.1 0l6.515 6.516c.58.58.58 1.519 0 2.098L9.05 15.565c-.58.58-1.519.58-2.098 0L.435 9.05a1.48 1.48 0 0 1 0-2.098zm1.4.7a.495.495 0 0 0-.7 0L1.134 7.65a.495.495 0 0 0 0 .7l6.516 6.516a.495.495 0 0 0 .7 0l6.516-6.516a.495.495 0 0 0 0-.7L8.35 1.134Z"/></g></svg>
React
import type { SVGProps } from "react";
export function BiSignTurnLeft(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="M11 8.5A2.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.966A.25.25 0 0 0 7 8.466V7h1.5A1.5 1.5 0 0 1 10 8.5V11h1z"/><path fillRule="evenodd" d="M6.95.435c.58-.58 1.52-.58 2.1 0l6.515 6.516c.58.58.58 1.519 0 2.098L9.05 15.565c-.58.58-1.519.58-2.098 0L.435 9.05a1.48 1.48 0 0 1 0-2.098zm1.4.7a.495.495 0 0 0-.7 0L1.134 7.65a.495.495 0 0 0 0 .7l6.516 6.516a.495.495 0 0 0 .7 0l6.516-6.516a.495.495 0 0 0 0-.7L8.35 1.134Z"/></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="M11 8.5A2.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.966A.25.25 0 0 0 7 8.466V7h1.5A1.5 1.5 0 0 1 10 8.5V11h1z"/><path fill-rule="evenodd" d="M6.95.435c.58-.58 1.52-.58 2.1 0l6.515 6.516c.58.58.58 1.519 0 2.098L9.05 15.565c-.58.58-1.519.58-2.098 0L.435 9.05a1.48 1.48 0 0 1 0-2.098zm1.4.7a.495.495 0 0 0-.7 0L1.134 7.65a.495.495 0 0 0 0 .7l6.516 6.516a.495.495 0 0 0 .7 0l6.516-6.516a.495.495 0 0 0 0-.7L8.35 1.134Z"/></g></svg> </template>
CSS
.icon-sign-turn-left {
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%22M11%208.5A2.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.966A.25.25%200%200%200%207%208.466V7h1.5A1.5%201.5%200%200%201%2010%208.5V11h1z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.95.435c.58-.58%201.52-.58%202.1%200l6.515%206.516c.58.58.58%201.519%200%202.098L9.05%2015.565c-.58.58-1.519.58-2.098%200L.435%209.05a1.48%201.48%200%200%201%200-2.098zm1.4.7a.495.495%200%200%200-.7%200L1.134%207.65a.495.495%200%200%200%200%20.7l6.516%206.516a.495.495%200%200%200%20.7%200l6.516-6.516a.495.495%200%200%200%200-.7L8.35%201.134Z%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%22M11%208.5A2.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.966A.25.25%200%200%200%207%208.466V7h1.5A1.5%201.5%200%200%201%2010%208.5V11h1z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.95.435c.58-.58%201.52-.58%202.1%200l6.515%206.516c.58.58.58%201.519%200%202.098L9.05%2015.565c-.58.58-1.519.58-2.098%200L.435%209.05a1.48%201.48%200%200%201%200-2.098zm1.4.7a.495.495%200%200%200-.7%200L1.134%207.65a.495.495%200%200%200%200%20.7l6.516%206.516a.495.495%200%200%200%20.7%200l6.516-6.516a.495.495%200%200%200%200-.7L8.35%201.134Z%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-turn-left.svg?color=%231a73e8&size=48