bot-off-sharp-fill from Keyline Icons by Keyline Icons · Sharp Fill · MIT Free for personal and commercial use.

Name
bot-off-sharp-fill
Set
Keyline Icons
Style
Sharp Fill
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Use the bot off 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-linejoin="round" stroke-width="2"><path fill="currentColor" fill-rule="evenodd" d="M21 21C21 21.5523 20.5523 22 20 22L4 22C3.4477 22 3 21.5523 3 21L3 8C3 7.4477 3.4477 7 4 7L7 7L21 21ZM8 12.5858L8 14L10 14L10 12.5858L8 12.5858ZM9 16L9 18L13 18L13 16L9 16ZM9.5858 7L20 7C20.5523 7 21 7.4477 21 8L21 18.4142L9.5858 7Z" clip-rule="evenodd" stroke="none"/><path d="M1 14.5L4 14.5M12 8L12 3.5M20 14.5L23 14.5M1.7071 1.7071L22.2929 22.2929"/><path fill="currentColor" d="M13.5 3.5C13.5 4.3284 12.8284 5 12 5C11.1716 5 10.5 4.3284 10.5 3.5C10.5 2.6716 11.1716 2 12 2C12.8284 2 13.5 2.6716 13.5 3.5Z" stroke="none"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsBotOffSharpFill(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" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillRule="evenodd" d="M21 21C21 21.5523 20.5523 22 20 22L4 22C3.4477 22 3 21.5523 3 21L3 8C3 7.4477 3.4477 7 4 7L7 7L21 21ZM8 12.5858L8 14L10 14L10 12.5858L8 12.5858ZM9 16L9 18L13 18L13 16L9 16ZM9.5858 7L20 7C20.5523 7 21 7.4477 21 8L21 18.4142L9.5858 7Z" clipRule="evenodd" stroke="none"/><path d="M1 14.5L4 14.5M12 8L12 3.5M20 14.5L23 14.5M1.7071 1.7071L22.2929 22.2929"/><path fill="currentColor" d="M13.5 3.5C13.5 4.3284 12.8284 5 12 5C11.1716 5 10.5 4.3284 10.5 3.5C10.5 2.6716 11.1716 2 12 2C12.8284 2 13.5 2.6716 13.5 3.5Z" stroke="none"/></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-linejoin="round" stroke-width="2"><path fill="currentColor" fill-rule="evenodd" d="M21 21C21 21.5523 20.5523 22 20 22L4 22C3.4477 22 3 21.5523 3 21L3 8C3 7.4477 3.4477 7 4 7L7 7L21 21ZM8 12.5858L8 14L10 14L10 12.5858L8 12.5858ZM9 16L9 18L13 18L13 16L9 16ZM9.5858 7L20 7C20.5523 7 21 7.4477 21 8L21 18.4142L9.5858 7Z" clip-rule="evenodd" stroke="none"/><path d="M1 14.5L4 14.5M12 8L12 3.5M20 14.5L23 14.5M1.7071 1.7071L22.2929 22.2929"/><path fill="currentColor" d="M13.5 3.5C13.5 4.3284 12.8284 5 12 5C11.1716 5 10.5 4.3284 10.5 3.5C10.5 2.6716 11.1716 2 12 2C12.8284 2 13.5 2.6716 13.5 3.5Z" stroke="none"/></g></svg>
</template>

CSS

.icon-bot-off-sharp-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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M21%2021C21%2021.5523%2020.5523%2022%2020%2022L4%2022C3.4477%2022%203%2021.5523%203%2021L3%208C3%207.4477%203.4477%207%204%207L7%207L21%2021ZM8%2012.5858L8%2014L10%2014L10%2012.5858L8%2012.5858ZM9%2016L9%2018L13%2018L13%2016L9%2016ZM9.5858%207L20%207C20.5523%207%2021%207.4477%2021%208L21%2018.4142L9.5858%207Z%22%20clip-rule%3D%22evenodd%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M1%2014.5L4%2014.5M12%208L12%203.5M20%2014.5L23%2014.5M1.7071%201.7071L22.2929%2022.2929%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5%203.5C13.5%204.3284%2012.8284%205%2012%205C11.1716%205%2010.5%204.3284%2010.5%203.5C10.5%202.6716%2011.1716%202%2012%202C12.8284%202%2013.5%202.6716%2013.5%203.5Z%22%20stroke%3D%22none%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M21%2021C21%2021.5523%2020.5523%2022%2020%2022L4%2022C3.4477%2022%203%2021.5523%203%2021L3%208C3%207.4477%203.4477%207%204%207L7%207L21%2021ZM8%2012.5858L8%2014L10%2014L10%2012.5858L8%2012.5858ZM9%2016L9%2018L13%2018L13%2016L9%2016ZM9.5858%207L20%207C20.5523%207%2021%207.4477%2021%208L21%2018.4142L9.5858%207Z%22%20clip-rule%3D%22evenodd%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M1%2014.5L4%2014.5M12%208L12%203.5M20%2014.5L23%2014.5M1.7071%201.7071L22.2929%2022.2929%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5%203.5C13.5%204.3284%2012.8284%205%2012%205C11.1716%205%2010.5%204.3284%2010.5%203.5C10.5%202.6716%2011.1716%202%2012%202C12.8284%202%2013.5%202.6716%2013.5%203.5Z%22%20stroke%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/bot-off-sharp-fill.svg?color=%231a73e8&size=48