bot icon
bot-line-duotone from Solar by 480 Design · Line Duotone · Devices · CC-BY-4.0 Attribution required.
- Name
- bot-line-duotone
- Set
- Solar
- Style
- Line Duotone
- Category
- Devices
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More devices icons from Solar
airbuds-boldairbuds-case-boldairbuds-case-charge-boldairbuds-case-minimalistic-boldairbuds-case-open-boldairbuds-charge-boldairbuds-check-boldairbuds-left-boldairbuds-remove-boldairbuds-right-boldbinoculars-boldbluetooth-boldbluetooth-circle-boldbluetooth-square-boldbluetooth-wave-boldboombox-boldcassette-2-boldcassette-boldcloud-storage-boldcpu-boldcpu-bolt-bolddevices-bolddiskette-bolddisplay-bold
Use the bot 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"><path stroke-width="1.5" d="M19.9458 12.5732C20.5207 12.6331 20.9393 12.7418 21.268 12.9391C22.0003 13.3784 22.0003 14.0855 22.0003 15.4997C22.0003 16.9139 22.0003 17.621 21.268 18.0604C20.9393 18.2576 20.5207 18.3663 19.9458 18.4262"/><path stroke-width="1.5" d="M4.05448 18.4262C3.47962 18.3663 3.06096 18.2576 2.73223 18.0604C2 17.621 2 16.9139 2 15.4997C2 14.0855 2 13.3784 2.73223 12.9391C3.06096 12.7418 3.47962 12.6331 4.05448 12.5732"/><path stroke-width="1.5" d="M4 15.5C4 14.3131 4 13.356 4.05448 12.5735C4.14064 11.336 4.36306 10.5351 4.93726 9.9519C5.87452 9 7.38301 9 10.4 9H13.6C16.617 9 18.1255 9 19.0627 9.9519C19.6369 10.5351 19.8594 11.336 19.9455 12.5735C20 13.356 20 14.3131 20 15.5C20 16.6869 20 17.644 19.9455 18.4265C19.8594 19.664 19.6369 20.4649 19.0627 21.0481C18.1255 22 16.617 22 13.6 22H10.4C7.38301 22 5.87452 22 4.93726 21.0481C4.36306 20.4649 4.14064 19.664 4.05448 18.4265C4 17.644 4 16.6869 4 15.5Z"/><circle cx="12" cy="3.5" r="1.5" stroke-width="1.5"/><path stroke-width="1.5" d="M12 5V9" opacity=".5"/><path stroke-width="1.5" d="M9 18C9.85038 18.6303 10.8846 19 12 19C13.1154 19 14.1496 18.6303 15 18" opacity=".5"/><path d="M15.5 13.5C15.5 14.0523 15.2761 14.5 15 14.5C14.7239 14.5 14.5 14.0523 14.5 13.5C14.5 12.9477 14.7239 12.5 15 12.5C15.2761 12.5 15.5 12.9477 15.5 13.5Z" opacity=".5"/><ellipse cx="9" cy="13.5" opacity=".5" rx=".5" ry="1"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarBotLineDuotone(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"><path strokeWidth="1.5" d="M19.9458 12.5732C20.5207 12.6331 20.9393 12.7418 21.268 12.9391C22.0003 13.3784 22.0003 14.0855 22.0003 15.4997C22.0003 16.9139 22.0003 17.621 21.268 18.0604C20.9393 18.2576 20.5207 18.3663 19.9458 18.4262"/><path strokeWidth="1.5" d="M4.05448 18.4262C3.47962 18.3663 3.06096 18.2576 2.73223 18.0604C2 17.621 2 16.9139 2 15.4997C2 14.0855 2 13.3784 2.73223 12.9391C3.06096 12.7418 3.47962 12.6331 4.05448 12.5732"/><path strokeWidth="1.5" d="M4 15.5C4 14.3131 4 13.356 4.05448 12.5735C4.14064 11.336 4.36306 10.5351 4.93726 9.9519C5.87452 9 7.38301 9 10.4 9H13.6C16.617 9 18.1255 9 19.0627 9.9519C19.6369 10.5351 19.8594 11.336 19.9455 12.5735C20 13.356 20 14.3131 20 15.5C20 16.6869 20 17.644 19.9455 18.4265C19.8594 19.664 19.6369 20.4649 19.0627 21.0481C18.1255 22 16.617 22 13.6 22H10.4C7.38301 22 5.87452 22 4.93726 21.0481C4.36306 20.4649 4.14064 19.664 4.05448 18.4265C4 17.644 4 16.6869 4 15.5Z"/><circle cx="12" cy="3.5" r="1.5" strokeWidth="1.5"/><path strokeWidth="1.5" d="M12 5V9" opacity=".5"/><path strokeWidth="1.5" d="M9 18C9.85038 18.6303 10.8846 19 12 19C13.1154 19 14.1496 18.6303 15 18" opacity=".5"/><path d="M15.5 13.5C15.5 14.0523 15.2761 14.5 15 14.5C14.7239 14.5 14.5 14.0523 14.5 13.5C14.5 12.9477 14.7239 12.5 15 12.5C15.2761 12.5 15.5 12.9477 15.5 13.5Z" opacity=".5"/><ellipse cx="9" cy="13.5" opacity=".5" rx=".5" ry="1"/></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"><path stroke-width="1.5" d="M19.9458 12.5732C20.5207 12.6331 20.9393 12.7418 21.268 12.9391C22.0003 13.3784 22.0003 14.0855 22.0003 15.4997C22.0003 16.9139 22.0003 17.621 21.268 18.0604C20.9393 18.2576 20.5207 18.3663 19.9458 18.4262"/><path stroke-width="1.5" d="M4.05448 18.4262C3.47962 18.3663 3.06096 18.2576 2.73223 18.0604C2 17.621 2 16.9139 2 15.4997C2 14.0855 2 13.3784 2.73223 12.9391C3.06096 12.7418 3.47962 12.6331 4.05448 12.5732"/><path stroke-width="1.5" d="M4 15.5C4 14.3131 4 13.356 4.05448 12.5735C4.14064 11.336 4.36306 10.5351 4.93726 9.9519C5.87452 9 7.38301 9 10.4 9H13.6C16.617 9 18.1255 9 19.0627 9.9519C19.6369 10.5351 19.8594 11.336 19.9455 12.5735C20 13.356 20 14.3131 20 15.5C20 16.6869 20 17.644 19.9455 18.4265C19.8594 19.664 19.6369 20.4649 19.0627 21.0481C18.1255 22 16.617 22 13.6 22H10.4C7.38301 22 5.87452 22 4.93726 21.0481C4.36306 20.4649 4.14064 19.664 4.05448 18.4265C4 17.644 4 16.6869 4 15.5Z"/><circle cx="12" cy="3.5" r="1.5" stroke-width="1.5"/><path stroke-width="1.5" d="M12 5V9" opacity=".5"/><path stroke-width="1.5" d="M9 18C9.85038 18.6303 10.8846 19 12 19C13.1154 19 14.1496 18.6303 15 18" opacity=".5"/><path d="M15.5 13.5C15.5 14.0523 15.2761 14.5 15 14.5C14.7239 14.5 14.5 14.0523 14.5 13.5C14.5 12.9477 14.7239 12.5 15 12.5C15.2761 12.5 15.5 12.9477 15.5 13.5Z" opacity=".5"/><ellipse cx="9" cy="13.5" opacity=".5" rx=".5" ry="1"/></g></svg> </template>
CSS
.icon-bot-line-duotone {
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%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M19.9458%2012.5732C20.5207%2012.6331%2020.9393%2012.7418%2021.268%2012.9391C22.0003%2013.3784%2022.0003%2014.0855%2022.0003%2015.4997C22.0003%2016.9139%2022.0003%2017.621%2021.268%2018.0604C20.9393%2018.2576%2020.5207%2018.3663%2019.9458%2018.4262%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M4.05448%2018.4262C3.47962%2018.3663%203.06096%2018.2576%202.73223%2018.0604C2%2017.621%202%2016.9139%202%2015.4997C2%2014.0855%202%2013.3784%202.73223%2012.9391C3.06096%2012.7418%203.47962%2012.6331%204.05448%2012.5732%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M4%2015.5C4%2014.3131%204%2013.356%204.05448%2012.5735C4.14064%2011.336%204.36306%2010.5351%204.93726%209.9519C5.87452%209%207.38301%209%2010.4%209H13.6C16.617%209%2018.1255%209%2019.0627%209.9519C19.6369%2010.5351%2019.8594%2011.336%2019.9455%2012.5735C20%2013.356%2020%2014.3131%2020%2015.5C20%2016.6869%2020%2017.644%2019.9455%2018.4265C19.8594%2019.664%2019.6369%2020.4649%2019.0627%2021.0481C18.1255%2022%2016.617%2022%2013.6%2022H10.4C7.38301%2022%205.87452%2022%204.93726%2021.0481C4.36306%2020.4649%204.14064%2019.664%204.05448%2018.4265C4%2017.644%204%2016.6869%204%2015.5Z%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%223.5%22%20r%3D%221.5%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M12%205V9%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M9%2018C9.85038%2018.6303%2010.8846%2019%2012%2019C13.1154%2019%2014.1496%2018.6303%2015%2018%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M15.5%2013.5C15.5%2014.0523%2015.2761%2014.5%2015%2014.5C14.7239%2014.5%2014.5%2014.0523%2014.5%2013.5C14.5%2012.9477%2014.7239%2012.5%2015%2012.5C15.2761%2012.5%2015.5%2012.9477%2015.5%2013.5Z%22%20opacity%3D%22.5%22%2F%3E%3Cellipse%20cx%3D%229%22%20cy%3D%2213.5%22%20opacity%3D%22.5%22%20rx%3D%22.5%22%20ry%3D%221%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%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M19.9458%2012.5732C20.5207%2012.6331%2020.9393%2012.7418%2021.268%2012.9391C22.0003%2013.3784%2022.0003%2014.0855%2022.0003%2015.4997C22.0003%2016.9139%2022.0003%2017.621%2021.268%2018.0604C20.9393%2018.2576%2020.5207%2018.3663%2019.9458%2018.4262%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M4.05448%2018.4262C3.47962%2018.3663%203.06096%2018.2576%202.73223%2018.0604C2%2017.621%202%2016.9139%202%2015.4997C2%2014.0855%202%2013.3784%202.73223%2012.9391C3.06096%2012.7418%203.47962%2012.6331%204.05448%2012.5732%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M4%2015.5C4%2014.3131%204%2013.356%204.05448%2012.5735C4.14064%2011.336%204.36306%2010.5351%204.93726%209.9519C5.87452%209%207.38301%209%2010.4%209H13.6C16.617%209%2018.1255%209%2019.0627%209.9519C19.6369%2010.5351%2019.8594%2011.336%2019.9455%2012.5735C20%2013.356%2020%2014.3131%2020%2015.5C20%2016.6869%2020%2017.644%2019.9455%2018.4265C19.8594%2019.664%2019.6369%2020.4649%2019.0627%2021.0481C18.1255%2022%2016.617%2022%2013.6%2022H10.4C7.38301%2022%205.87452%2022%204.93726%2021.0481C4.36306%2020.4649%204.14064%2019.664%204.05448%2018.4265C4%2017.644%204%2016.6869%204%2015.5Z%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%223.5%22%20r%3D%221.5%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M12%205V9%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M9%2018C9.85038%2018.6303%2010.8846%2019%2012%2019C13.1154%2019%2014.1496%2018.6303%2015%2018%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M15.5%2013.5C15.5%2014.0523%2015.2761%2014.5%2015%2014.5C14.7239%2014.5%2014.5%2014.0523%2014.5%2013.5C14.5%2012.9477%2014.7239%2012.5%2015%2012.5C15.2761%2012.5%2015.5%2012.9477%2015.5%2013.5Z%22%20opacity%3D%22.5%22%2F%3E%3Cellipse%20cx%3D%229%22%20cy%3D%2213.5%22%20opacity%3D%22.5%22%20rx%3D%22.5%22%20ry%3D%221%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/bot-line-duotone.svg?color=%231a73e8&size=48