forbidden icon

forbidden-broken from Solar by 480 Design · Broken · UI · CC-BY-4.0 Attribution required.

Name
forbidden-broken
Set
Solar
Style
Broken
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="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M18.5 5.5L5.50002 18.4998"/><path d="M6.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.75736L20.2426 6.60628C21.1097 7.47337 21.5433 7.90691 21.7716 8.45823C22 9.00954 22 9.62267 22 10.8489V13.1511C22 14.3773 22 14.9905 21.7716 15.5418C21.5433 16.0931 21.1097 16.5266 20.2426 17.3937L17.3937 20.2426C16.5266 21.1097 16.0931 21.5433 15.5418 21.7716C14.9905 22 14.3773 22 13.1511 22H10.8489C9.62267 22 9.00954 22 8.45823 21.7716C7.90691 21.5433 7.47337 21.1097 6.60628 20.2426L3.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.60628"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarForbiddenBroken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M18.5 5.5L5.50002 18.4998"/><path d="M6.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.75736L20.2426 6.60628C21.1097 7.47337 21.5433 7.90691 21.7716 8.45823C22 9.00954 22 9.62267 22 10.8489V13.1511C22 14.3773 22 14.9905 21.7716 15.5418C21.5433 16.0931 21.1097 16.5266 20.2426 17.3937L17.3937 20.2426C16.5266 21.1097 16.0931 21.5433 15.5418 21.7716C14.9905 22 14.3773 22 13.1511 22H10.8489C9.62267 22 9.00954 22 8.45823 21.7716C7.90691 21.5433 7.47337 21.1097 6.60628 20.2426L3.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.60628"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M18.5 5.5L5.50002 18.4998"/><path d="M6.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.75736L20.2426 6.60628C21.1097 7.47337 21.5433 7.90691 21.7716 8.45823C22 9.00954 22 9.62267 22 10.8489V13.1511C22 14.3773 22 14.9905 21.7716 15.5418C21.5433 16.0931 21.1097 16.5266 20.2426 17.3937L17.3937 20.2426C16.5266 21.1097 16.0931 21.5433 15.5418 21.7716C14.9905 22 14.3773 22 13.1511 22H10.8489C9.62267 22 9.00954 22 8.45823 21.7716C7.90691 21.5433 7.47337 21.1097 6.60628 20.2426L3.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.60628"/></g></svg>
</template>

CSS

.icon-forbidden-broken {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18.5%205.5L5.50002%2018.4998%22%2F%3E%3Cpath%20d%3D%22M6.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.75736L20.2426%206.60628C21.1097%207.47337%2021.5433%207.90691%2021.7716%208.45823C22%209.00954%2022%209.62267%2022%2010.8489V13.1511C22%2014.3773%2022%2014.9905%2021.7716%2015.5418C21.5433%2016.0931%2021.1097%2016.5266%2020.2426%2017.3937L17.3937%2020.2426C16.5266%2021.1097%2016.0931%2021.5433%2015.5418%2021.7716C14.9905%2022%2014.3773%2022%2013.1511%2022H10.8489C9.62267%2022%209.00954%2022%208.45823%2021.7716C7.90691%2021.5433%207.47337%2021.1097%206.60628%2020.2426L3.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.60628%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18.5%205.5L5.50002%2018.4998%22%2F%3E%3Cpath%20d%3D%22M6.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.75736L20.2426%206.60628C21.1097%207.47337%2021.5433%207.90691%2021.7716%208.45823C22%209.00954%2022%209.62267%2022%2010.8489V13.1511C22%2014.3773%2022%2014.9905%2021.7716%2015.5418C21.5433%2016.0931%2021.1097%2016.5266%2020.2426%2017.3937L17.3937%2020.2426C16.5266%2021.1097%2016.0931%2021.5433%2015.5418%2021.7716C14.9905%2022%2014.3773%2022%2013.1511%2022H10.8489C9.62267%2022%209.00954%2022%208.45823%2021.7716C7.90691%2021.5433%207.47337%2021.1097%206.60628%2020.2426L3.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.60628%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-broken.svg?color=%231a73e8&size=48