ban from Font Awesome 6 Solid by Dave Gandy · Regular · Interfaces · CC-BY-4.0 Attribution required.

Name
ban
Set
Font Awesome 6 Solid
Style
Regular
Category
Interfaces
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

More interfaces icons from Font Awesome 6 Solid

Use the ban icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M367.2 412.5L99.5 144.8C77.1 176.1 64 214.5 64 256c0 106 86 192 192 192c41.5 0 79.9-13.1 111.2-35.5m45.3-45.3C434.9 335.9 448 297.5 448 256c0-106-86-192-192-192c-41.5 0-79.9 13.1-111.2 35.5zM0 256a256 256 0 1 1 512 0a256 256 0 1 1-512 0"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidBan(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M367.2 412.5L99.5 144.8C77.1 176.1 64 214.5 64 256c0 106 86 192 192 192c41.5 0 79.9-13.1 111.2-35.5m45.3-45.3C434.9 335.9 448 297.5 448 256c0-106-86-192-192-192c-41.5 0-79.9 13.1-111.2 35.5zM0 256a256 256 0 1 1 512 0a256 256 0 1 1-512 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M367.2 412.5L99.5 144.8C77.1 176.1 64 214.5 64 256c0 106 86 192 192 192c41.5 0 79.9-13.1 111.2-35.5m45.3-45.3C434.9 335.9 448 297.5 448 256c0-106-86-192-192-192c-41.5 0-79.9 13.1-111.2 35.5zM0 256a256 256 0 1 1 512 0a256 256 0 1 1-512 0"/></svg>
</template>

CSS

.icon-ban {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M367.2%20412.5L99.5%20144.8C77.1%20176.1%2064%20214.5%2064%20256c0%20106%2086%20192%20192%20192c41.5%200%2079.9-13.1%20111.2-35.5m45.3-45.3C434.9%20335.9%20448%20297.5%20448%20256c0-106-86-192-192-192c-41.5%200-79.9%2013.1-111.2%2035.5zM0%20256a256%20256%200%201%201%20512%200a256%20256%200%201%201-512%200%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M367.2%20412.5L99.5%20144.8C77.1%20176.1%2064%20214.5%2064%20256c0%20106%2086%20192%20192%20192c41.5%200%2079.9-13.1%20111.2-35.5m45.3-45.3C434.9%20335.9%20448%20297.5%20448%20256c0-106-86-192-192-192c-41.5%200-79.9%2013.1-111.2%2035.5zM0%20256a256%20256%200%201%201%20512%200a256%20256%200%201%201-512%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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