sign no parking icon

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

Name
sign-no-parking
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 parking icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m5.29-3.416L9.63 8.923C10.5 8.523 11 7.66 11 6.586c0-1.482-.955-2.584-2.538-2.584H5.5v.79L3.416 2.71a7 7 0 0 1 9.874 9.874m-.706.707A7 7 0 0 1 2.71 3.417l2.79 2.79V12h1.283V9.164h1.674zM8.726 8.019L6.777 6.07v-.966H8.27c.893 0 1.419.539 1.419 1.482c0 .769-.35 1.273-.963 1.433m-1.949-.534l.59.59h-.59z"/></svg>

React

import type { SVGProps } from "react";

export function BiSignNoParking(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="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m5.29-3.416L9.63 8.923C10.5 8.523 11 7.66 11 6.586c0-1.482-.955-2.584-2.538-2.584H5.5v.79L3.416 2.71a7 7 0 0 1 9.874 9.874m-.706.707A7 7 0 0 1 2.71 3.417l2.79 2.79V12h1.283V9.164h1.674zM8.726 8.019L6.777 6.07v-.966H8.27c.893 0 1.419.539 1.419 1.482c0 .769-.35 1.273-.963 1.433m-1.949-.534l.59.59h-.59z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m5.29-3.416L9.63 8.923C10.5 8.523 11 7.66 11 6.586c0-1.482-.955-2.584-2.538-2.584H5.5v.79L3.416 2.71a7 7 0 0 1 9.874 9.874m-.706.707A7 7 0 0 1 2.71 3.417l2.79 2.79V12h1.283V9.164h1.674zM8.726 8.019L6.777 6.07v-.966H8.27c.893 0 1.419.539 1.419 1.482c0 .769-.35 1.273-.963 1.433m-1.949-.534l.59.59h-.59z"/></svg>
</template>

CSS

.icon-sign-no-parking {
  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%22M8%2016A8%208%200%201%200%208%200a8%208%200%200%200%200%2016m5.29-3.416L9.63%208.923C10.5%208.523%2011%207.66%2011%206.586c0-1.482-.955-2.584-2.538-2.584H5.5v.79L3.416%202.71a7%207%200%200%201%209.874%209.874m-.706.707A7%207%200%200%201%202.71%203.417l2.79%202.79V12h1.283V9.164h1.674zM8.726%208.019L6.777%206.07v-.966H8.27c.893%200%201.419.539%201.419%201.482c0%20.769-.35%201.273-.963%201.433m-1.949-.534l.59.59h-.59z%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%22M8%2016A8%208%200%201%200%208%200a8%208%200%200%200%200%2016m5.29-3.416L9.63%208.923C10.5%208.523%2011%207.66%2011%206.586c0-1.482-.955-2.584-2.538-2.584H5.5v.79L3.416%202.71a7%207%200%200%201%209.874%209.874m-.706.707A7%207%200%200%201%202.71%203.417l2.79%202.79V12h1.283V9.164h1.674zM8.726%208.019L6.777%206.07v-.966H8.27c.893%200%201.419.539%201.419%201.482c0%20.769-.35%201.273-.963%201.433m-1.949-.534l.59.59h-.59z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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