forbidden icon

forbidden-bold from Solar by 480 Design · Bold · UI · CC-BY-4.0 Attribution required.

Name
forbidden-bold
Set
Solar
Style
Bold
Category
UI
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More ui icons from Solar

Use the forbidden icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M22 13.1511V10.8489C22 9.62267 22 9.00954 21.7716 8.45823C21.5433 7.90691 21.1097 7.47337 20.2426 6.60628L19.3485 5.71214L5.71203 19.3484L6.60628 20.2426C7.47337 21.1097 7.90691 21.5433 8.45823 21.7716C9.00954 22 9.62267 22 10.8489 22H13.1511C14.3773 22 14.9905 22 15.5418 21.7716C16.0931 21.5433 16.5266 21.1097 17.3937 20.2426L20.2426 17.3937C21.1097 16.5266 21.5433 16.0931 21.7716 15.5418C22 14.9905 22 14.3773 22 13.1511Z"/><path d="M4.65137 18.2877L3.75736 17.3937C2.89027 16.5266 2.45672 16.0931 2.22836 15.5418C2 14.9905 2 14.3773 2 13.1511V10.8489C2 9.62267 2 9.00954 2.22836 8.45823C2.45672 7.90691 2.89027 7.47337 3.75736 6.60628L6.60628 3.75736C7.47337 2.89027 7.90691 2.45672 8.45823 2.22836C9.00954 2 9.62267 2 10.8489 2H13.1511C14.3773 2 14.9905 2 15.5418 2.22836C16.0931 2.45672 16.5266 2.89027 17.3937 3.75736L18.2878 4.65148L4.65137 18.2877Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarForbiddenBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M22 13.1511V10.8489C22 9.62267 22 9.00954 21.7716 8.45823C21.5433 7.90691 21.1097 7.47337 20.2426 6.60628L19.3485 5.71214L5.71203 19.3484L6.60628 20.2426C7.47337 21.1097 7.90691 21.5433 8.45823 21.7716C9.00954 22 9.62267 22 10.8489 22H13.1511C14.3773 22 14.9905 22 15.5418 21.7716C16.0931 21.5433 16.5266 21.1097 17.3937 20.2426L20.2426 17.3937C21.1097 16.5266 21.5433 16.0931 21.7716 15.5418C22 14.9905 22 14.3773 22 13.1511Z"/><path d="M4.65137 18.2877L3.75736 17.3937C2.89027 16.5266 2.45672 16.0931 2.22836 15.5418C2 14.9905 2 14.3773 2 13.1511V10.8489C2 9.62267 2 9.00954 2.22836 8.45823C2.45672 7.90691 2.89027 7.47337 3.75736 6.60628L6.60628 3.75736C7.47337 2.89027 7.90691 2.45672 8.45823 2.22836C9.00954 2 9.62267 2 10.8489 2H13.1511C14.3773 2 14.9905 2 15.5418 2.22836C16.0931 2.45672 16.5266 2.89027 17.3937 3.75736L18.2878 4.65148L4.65137 18.2877Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M22 13.1511V10.8489C22 9.62267 22 9.00954 21.7716 8.45823C21.5433 7.90691 21.1097 7.47337 20.2426 6.60628L19.3485 5.71214L5.71203 19.3484L6.60628 20.2426C7.47337 21.1097 7.90691 21.5433 8.45823 21.7716C9.00954 22 9.62267 22 10.8489 22H13.1511C14.3773 22 14.9905 22 15.5418 21.7716C16.0931 21.5433 16.5266 21.1097 17.3937 20.2426L20.2426 17.3937C21.1097 16.5266 21.5433 16.0931 21.7716 15.5418C22 14.9905 22 14.3773 22 13.1511Z"/><path d="M4.65137 18.2877L3.75736 17.3937C2.89027 16.5266 2.45672 16.0931 2.22836 15.5418C2 14.9905 2 14.3773 2 13.1511V10.8489C2 9.62267 2 9.00954 2.22836 8.45823C2.45672 7.90691 2.89027 7.47337 3.75736 6.60628L6.60628 3.75736C7.47337 2.89027 7.90691 2.45672 8.45823 2.22836C9.00954 2 9.62267 2 10.8489 2H13.1511C14.3773 2 14.9905 2 15.5418 2.22836C16.0931 2.45672 16.5266 2.89027 17.3937 3.75736L18.2878 4.65148L4.65137 18.2877Z"/></g></svg>
</template>

CSS

.icon-forbidden-bold {
  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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M22%2013.1511V10.8489C22%209.62267%2022%209.00954%2021.7716%208.45823C21.5433%207.90691%2021.1097%207.47337%2020.2426%206.60628L19.3485%205.71214L5.71203%2019.3484L6.60628%2020.2426C7.47337%2021.1097%207.90691%2021.5433%208.45823%2021.7716C9.00954%2022%209.62267%2022%2010.8489%2022H13.1511C14.3773%2022%2014.9905%2022%2015.5418%2021.7716C16.0931%2021.5433%2016.5266%2021.1097%2017.3937%2020.2426L20.2426%2017.3937C21.1097%2016.5266%2021.5433%2016.0931%2021.7716%2015.5418C22%2014.9905%2022%2014.3773%2022%2013.1511Z%22%2F%3E%3Cpath%20d%3D%22M4.65137%2018.2877L3.75736%2017.3937C2.89027%2016.5266%202.45672%2016.0931%202.22836%2015.5418C2%2014.9905%202%2014.3773%202%2013.1511V10.8489C2%209.62267%202%209.00954%202.22836%208.45823C2.45672%207.90691%202.89027%207.47337%203.75736%206.60628L6.60628%203.75736C7.47337%202.89027%207.90691%202.45672%208.45823%202.22836C9.00954%202%209.62267%202%2010.8489%202H13.1511C14.3773%202%2014.9905%202%2015.5418%202.22836C16.0931%202.45672%2016.5266%202.89027%2017.3937%203.75736L18.2878%204.65148L4.65137%2018.2877Z%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M22%2013.1511V10.8489C22%209.62267%2022%209.00954%2021.7716%208.45823C21.5433%207.90691%2021.1097%207.47337%2020.2426%206.60628L19.3485%205.71214L5.71203%2019.3484L6.60628%2020.2426C7.47337%2021.1097%207.90691%2021.5433%208.45823%2021.7716C9.00954%2022%209.62267%2022%2010.8489%2022H13.1511C14.3773%2022%2014.9905%2022%2015.5418%2021.7716C16.0931%2021.5433%2016.5266%2021.1097%2017.3937%2020.2426L20.2426%2017.3937C21.1097%2016.5266%2021.5433%2016.0931%2021.7716%2015.5418C22%2014.9905%2022%2014.3773%2022%2013.1511Z%22%2F%3E%3Cpath%20d%3D%22M4.65137%2018.2877L3.75736%2017.3937C2.89027%2016.5266%202.45672%2016.0931%202.22836%2015.5418C2%2014.9905%202%2014.3773%202%2013.1511V10.8489C2%209.62267%202%209.00954%202.22836%208.45823C2.45672%207.90691%202.89027%207.47337%203.75736%206.60628L6.60628%203.75736C7.47337%202.89027%207.90691%202.45672%208.45823%202.22836C9.00954%202%209.62267%202%2010.8489%202H13.1511C14.3773%202%2014.9905%202%2015.5418%202.22836C16.0931%202.45672%2016.5266%202.89027%2017.3937%203.75736L18.2878%204.65148L4.65137%2018.2877Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/forbidden-bold.svg?color=%231a73e8&size=48