sign no parking icon

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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M13.292 14A8 8 0 0 1 2 2.707l3.5 3.5V12h1.283V9.164h1.674zm.708-.708l-4.37-4.37C10.5 8.524 11 7.662 11 6.587c0-1.482-.955-2.584-2.538-2.584H5.5v.79L2.708 2.002A8 8 0 0 1 14 13.293Z"/><path d="M6.777 7.485v.59h.59zm1.949.535L6.777 6.07v-.966H8.27c.893 0 1.419.539 1.419 1.482c0 .769-.35 1.273-.963 1.433Z"/></g></svg>

React

import type { SVGProps } from "react";

export function BiSignNoParkingFill(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="M13.292 14A8 8 0 0 1 2 2.707l3.5 3.5V12h1.283V9.164h1.674zm.708-.708l-4.37-4.37C10.5 8.524 11 7.662 11 6.587c0-1.482-.955-2.584-2.538-2.584H5.5v.79L2.708 2.002A8 8 0 0 1 14 13.293Z"/><path d="M6.777 7.485v.59h.59zm1.949.535L6.777 6.07v-.966H8.27c.893 0 1.419.539 1.419 1.482c0 .769-.35 1.273-.963 1.433Z"/></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="M13.292 14A8 8 0 0 1 2 2.707l3.5 3.5V12h1.283V9.164h1.674zm.708-.708l-4.37-4.37C10.5 8.524 11 7.662 11 6.587c0-1.482-.955-2.584-2.538-2.584H5.5v.79L2.708 2.002A8 8 0 0 1 14 13.293Z"/><path d="M6.777 7.485v.59h.59zm1.949.535L6.777 6.07v-.966H8.27c.893 0 1.419.539 1.419 1.482c0 .769-.35 1.273-.963 1.433Z"/></g></svg>
</template>

CSS

.icon-sign-no-parking-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%22M13.292%2014A8%208%200%200%201%202%202.707l3.5%203.5V12h1.283V9.164h1.674zm.708-.708l-4.37-4.37C10.5%208.524%2011%207.662%2011%206.587c0-1.482-.955-2.584-2.538-2.584H5.5v.79L2.708%202.002A8%208%200%200%201%2014%2013.293Z%22%2F%3E%3Cpath%20d%3D%22M6.777%207.485v.59h.59zm1.949.535L6.777%206.07v-.966H8.27c.893%200%201.419.539%201.419%201.482c0%20.769-.35%201.273-.963%201.433Z%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%22M13.292%2014A8%208%200%200%201%202%202.707l3.5%203.5V12h1.283V9.164h1.674zm.708-.708l-4.37-4.37C10.5%208.524%2011%207.662%2011%206.587c0-1.482-.955-2.584-2.538-2.584H5.5v.79L2.708%202.002A8%208%200%200%201%2014%2013.293Z%22%2F%3E%3Cpath%20d%3D%22M6.777%207.485v.59h.59zm1.949.535L6.777%206.07v-.966H8.27c.893%200%201.419.539%201.419%201.482c0%20.769-.35%201.273-.963%201.433Z%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-parking-fill.svg?color=%231a73e8&size=48