forbidden circle icon

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

Name
forbidden-circle-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 circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 22C17.5228 22 22 17.5228 22 12C22 9.50853 21.0889 7.22987 19.5816 5.47906L5.47905 19.5816C7.22987 21.0889 9.50853 22 12 22Z"/><path d="M12 2C6.47715 2 2 6.47715 2 12C2 14.4915 2.91114 16.7701 4.41839 18.5209L18.5209 4.41839C16.7701 2.91114 14.4915 2 12 2Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarForbiddenCircleBold(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="M12 22C17.5228 22 22 17.5228 22 12C22 9.50853 21.0889 7.22987 19.5816 5.47906L5.47905 19.5816C7.22987 21.0889 9.50853 22 12 22Z"/><path d="M12 2C6.47715 2 2 6.47715 2 12C2 14.4915 2.91114 16.7701 4.41839 18.5209L18.5209 4.41839C16.7701 2.91114 14.4915 2 12 2Z"/></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="M12 22C17.5228 22 22 17.5228 22 12C22 9.50853 21.0889 7.22987 19.5816 5.47906L5.47905 19.5816C7.22987 21.0889 9.50853 22 12 22Z"/><path d="M12 2C6.47715 2 2 6.47715 2 12C2 14.4915 2.91114 16.7701 4.41839 18.5209L18.5209 4.41839C16.7701 2.91114 14.4915 2 12 2Z"/></g></svg>
</template>

CSS

.icon-forbidden-circle-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%22M12%2022C17.5228%2022%2022%2017.5228%2022%2012C22%209.50853%2021.0889%207.22987%2019.5816%205.47906L5.47905%2019.5816C7.22987%2021.0889%209.50853%2022%2012%2022Z%22%2F%3E%3Cpath%20d%3D%22M12%202C6.47715%202%202%206.47715%202%2012C2%2014.4915%202.91114%2016.7701%204.41839%2018.5209L18.5209%204.41839C16.7701%202.91114%2014.4915%202%2012%202Z%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%22M12%2022C17.5228%2022%2022%2017.5228%2022%2012C22%209.50853%2021.0889%207.22987%2019.5816%205.47906L5.47905%2019.5816C7.22987%2021.0889%209.50853%2022%2012%2022Z%22%2F%3E%3Cpath%20d%3D%22M12%202C6.47715%202%202%206.47715%202%2012C2%2014.4915%202.91114%2016.7701%204.41839%2018.5209L18.5209%204.41839C16.7701%202.91114%2014.4915%202%2012%202Z%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-circle-bold.svg?color=%231a73e8&size=48