bot icon
bot-bold from Solar by 480 Design · Bold · Devices · CC-BY-4.0 Attribution required.
- Name
- bot-bold
- Set
- Solar
- Style
- Bold
- 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"><circle cx="12" cy="3.5" r="1.5" fill="currentColor"/><path stroke="currentColor" stroke-width="1.5" d="M12 4V9"/><path fill="currentColor" d="M13.5996 9C16.6166 9 18.1252 9.00025 19.0625 9.95215C19.6367 10.5353 19.8601 11.3357 19.9463 12.5732C20.5208 12.6331 20.939 12.7423 21.2676 12.9395C21.9998 13.3788 22 14.0858 22 15.5C22 16.914 21.9998 17.6212 21.2676 18.0605C20.939 18.2576 20.5206 18.3659 19.9463 18.4258C19.8601 19.6633 19.6367 20.4647 19.0625 21.0479C18.1252 21.9998 16.6166 22 13.5996 22H10.4004C7.3834 22 5.87476 21.9998 4.9375 21.0479C4.36331 20.4647 4.14085 19.6633 4.05469 18.4258C3.47995 18.3659 3.06111 18.2577 2.73242 18.0605C2.00024 17.6212 2 16.914 2 15.5C2 14.0858 2.00022 13.3788 2.73242 12.9395C3.06114 12.7422 3.47983 12.6331 4.05469 12.5732C4.14085 11.3357 4.36331 10.5353 4.9375 9.95215C5.87476 9.00025 7.3834 9 10.4004 9H13.5996ZM15.6025 17.5537C15.3559 17.221 14.8865 17.151 14.5537 17.3975C13.8254 17.9373 12.9458 18.25 12 18.25C11.0542 18.25 10.1746 17.9372 9.44629 17.3975C9.11354 17.151 8.64406 17.221 8.39746 17.5537C8.15102 17.8865 8.22103 18.3559 8.55371 18.6025C9.52605 19.3231 10.7152 19.75 12 19.75C13.2848 19.75 14.474 19.3232 15.4463 18.6025C15.7789 18.356 15.8488 17.8864 15.6025 17.5537ZM9 12C8.57051 12 8.31628 12.3352 8.19922 12.5693C8.06722 12.8334 8 13.1631 8 13.5C8 13.8369 8.06722 14.1666 8.19922 14.4307C8.31628 14.6648 8.57051 15 9 15C9.42949 15 9.68372 14.6648 9.80078 14.4307C9.93278 14.1666 10 13.8369 10 13.5C10 13.1631 9.93278 12.8334 9.80078 12.5693C9.68372 12.3352 9.42949 12 9 12ZM15 12C14.5705 12 14.3163 12.3352 14.1992 12.5693C14.0672 12.8334 14 13.1631 14 13.5C14 13.8369 14.0672 14.1666 14.1992 14.4307C14.3163 14.6648 14.5705 15 15 15C15.4295 15 15.6837 14.6648 15.8008 14.4307C15.9328 14.1666 16 13.8369 16 13.5C16 13.1631 15.9328 12.8334 15.8008 12.5693C15.6837 12.3352 15.4295 12 15 12Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarBotBold(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"><circle cx="12" cy="3.5" r="1.5" fill="currentColor"/><path stroke="currentColor" strokeWidth="1.5" d="M12 4V9"/><path fill="currentColor" d="M13.5996 9C16.6166 9 18.1252 9.00025 19.0625 9.95215C19.6367 10.5353 19.8601 11.3357 19.9463 12.5732C20.5208 12.6331 20.939 12.7423 21.2676 12.9395C21.9998 13.3788 22 14.0858 22 15.5C22 16.914 21.9998 17.6212 21.2676 18.0605C20.939 18.2576 20.5206 18.3659 19.9463 18.4258C19.8601 19.6633 19.6367 20.4647 19.0625 21.0479C18.1252 21.9998 16.6166 22 13.5996 22H10.4004C7.3834 22 5.87476 21.9998 4.9375 21.0479C4.36331 20.4647 4.14085 19.6633 4.05469 18.4258C3.47995 18.3659 3.06111 18.2577 2.73242 18.0605C2.00024 17.6212 2 16.914 2 15.5C2 14.0858 2.00022 13.3788 2.73242 12.9395C3.06114 12.7422 3.47983 12.6331 4.05469 12.5732C4.14085 11.3357 4.36331 10.5353 4.9375 9.95215C5.87476 9.00025 7.3834 9 10.4004 9H13.5996ZM15.6025 17.5537C15.3559 17.221 14.8865 17.151 14.5537 17.3975C13.8254 17.9373 12.9458 18.25 12 18.25C11.0542 18.25 10.1746 17.9372 9.44629 17.3975C9.11354 17.151 8.64406 17.221 8.39746 17.5537C8.15102 17.8865 8.22103 18.3559 8.55371 18.6025C9.52605 19.3231 10.7152 19.75 12 19.75C13.2848 19.75 14.474 19.3232 15.4463 18.6025C15.7789 18.356 15.8488 17.8864 15.6025 17.5537ZM9 12C8.57051 12 8.31628 12.3352 8.19922 12.5693C8.06722 12.8334 8 13.1631 8 13.5C8 13.8369 8.06722 14.1666 8.19922 14.4307C8.31628 14.6648 8.57051 15 9 15C9.42949 15 9.68372 14.6648 9.80078 14.4307C9.93278 14.1666 10 13.8369 10 13.5C10 13.1631 9.93278 12.8334 9.80078 12.5693C9.68372 12.3352 9.42949 12 9 12ZM15 12C14.5705 12 14.3163 12.3352 14.1992 12.5693C14.0672 12.8334 14 13.1631 14 13.5C14 13.8369 14.0672 14.1666 14.1992 14.4307C14.3163 14.6648 14.5705 15 15 15C15.4295 15 15.6837 14.6648 15.8008 14.4307C15.9328 14.1666 16 13.8369 16 13.5C16 13.1631 15.9328 12.8334 15.8008 12.5693C15.6837 12.3352 15.4295 12 15 12Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><circle cx="12" cy="3.5" r="1.5" fill="currentColor"/><path stroke="currentColor" stroke-width="1.5" d="M12 4V9"/><path fill="currentColor" d="M13.5996 9C16.6166 9 18.1252 9.00025 19.0625 9.95215C19.6367 10.5353 19.8601 11.3357 19.9463 12.5732C20.5208 12.6331 20.939 12.7423 21.2676 12.9395C21.9998 13.3788 22 14.0858 22 15.5C22 16.914 21.9998 17.6212 21.2676 18.0605C20.939 18.2576 20.5206 18.3659 19.9463 18.4258C19.8601 19.6633 19.6367 20.4647 19.0625 21.0479C18.1252 21.9998 16.6166 22 13.5996 22H10.4004C7.3834 22 5.87476 21.9998 4.9375 21.0479C4.36331 20.4647 4.14085 19.6633 4.05469 18.4258C3.47995 18.3659 3.06111 18.2577 2.73242 18.0605C2.00024 17.6212 2 16.914 2 15.5C2 14.0858 2.00022 13.3788 2.73242 12.9395C3.06114 12.7422 3.47983 12.6331 4.05469 12.5732C4.14085 11.3357 4.36331 10.5353 4.9375 9.95215C5.87476 9.00025 7.3834 9 10.4004 9H13.5996ZM15.6025 17.5537C15.3559 17.221 14.8865 17.151 14.5537 17.3975C13.8254 17.9373 12.9458 18.25 12 18.25C11.0542 18.25 10.1746 17.9372 9.44629 17.3975C9.11354 17.151 8.64406 17.221 8.39746 17.5537C8.15102 17.8865 8.22103 18.3559 8.55371 18.6025C9.52605 19.3231 10.7152 19.75 12 19.75C13.2848 19.75 14.474 19.3232 15.4463 18.6025C15.7789 18.356 15.8488 17.8864 15.6025 17.5537ZM9 12C8.57051 12 8.31628 12.3352 8.19922 12.5693C8.06722 12.8334 8 13.1631 8 13.5C8 13.8369 8.06722 14.1666 8.19922 14.4307C8.31628 14.6648 8.57051 15 9 15C9.42949 15 9.68372 14.6648 9.80078 14.4307C9.93278 14.1666 10 13.8369 10 13.5C10 13.1631 9.93278 12.8334 9.80078 12.5693C9.68372 12.3352 9.42949 12 9 12ZM15 12C14.5705 12 14.3163 12.3352 14.1992 12.5693C14.0672 12.8334 14 13.1631 14 13.5C14 13.8369 14.0672 14.1666 14.1992 14.4307C14.3163 14.6648 14.5705 15 15 15C15.4295 15 15.6837 14.6648 15.8008 14.4307C15.9328 14.1666 16 13.8369 16 13.5C16 13.1631 15.9328 12.8334 15.8008 12.5693C15.6837 12.3352 15.4295 12 15 12Z"/></g></svg> </template>
CSS
.icon-bot-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%22none%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%223.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20d%3D%22M12%204V9%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5996%209C16.6166%209%2018.1252%209.00025%2019.0625%209.95215C19.6367%2010.5353%2019.8601%2011.3357%2019.9463%2012.5732C20.5208%2012.6331%2020.939%2012.7423%2021.2676%2012.9395C21.9998%2013.3788%2022%2014.0858%2022%2015.5C22%2016.914%2021.9998%2017.6212%2021.2676%2018.0605C20.939%2018.2576%2020.5206%2018.3659%2019.9463%2018.4258C19.8601%2019.6633%2019.6367%2020.4647%2019.0625%2021.0479C18.1252%2021.9998%2016.6166%2022%2013.5996%2022H10.4004C7.3834%2022%205.87476%2021.9998%204.9375%2021.0479C4.36331%2020.4647%204.14085%2019.6633%204.05469%2018.4258C3.47995%2018.3659%203.06111%2018.2577%202.73242%2018.0605C2.00024%2017.6212%202%2016.914%202%2015.5C2%2014.0858%202.00022%2013.3788%202.73242%2012.9395C3.06114%2012.7422%203.47983%2012.6331%204.05469%2012.5732C4.14085%2011.3357%204.36331%2010.5353%204.9375%209.95215C5.87476%209.00025%207.3834%209%2010.4004%209H13.5996ZM15.6025%2017.5537C15.3559%2017.221%2014.8865%2017.151%2014.5537%2017.3975C13.8254%2017.9373%2012.9458%2018.25%2012%2018.25C11.0542%2018.25%2010.1746%2017.9372%209.44629%2017.3975C9.11354%2017.151%208.64406%2017.221%208.39746%2017.5537C8.15102%2017.8865%208.22103%2018.3559%208.55371%2018.6025C9.52605%2019.3231%2010.7152%2019.75%2012%2019.75C13.2848%2019.75%2014.474%2019.3232%2015.4463%2018.6025C15.7789%2018.356%2015.8488%2017.8864%2015.6025%2017.5537ZM9%2012C8.57051%2012%208.31628%2012.3352%208.19922%2012.5693C8.06722%2012.8334%208%2013.1631%208%2013.5C8%2013.8369%208.06722%2014.1666%208.19922%2014.4307C8.31628%2014.6648%208.57051%2015%209%2015C9.42949%2015%209.68372%2014.6648%209.80078%2014.4307C9.93278%2014.1666%2010%2013.8369%2010%2013.5C10%2013.1631%209.93278%2012.8334%209.80078%2012.5693C9.68372%2012.3352%209.42949%2012%209%2012ZM15%2012C14.5705%2012%2014.3163%2012.3352%2014.1992%2012.5693C14.0672%2012.8334%2014%2013.1631%2014%2013.5C14%2013.8369%2014.0672%2014.1666%2014.1992%2014.4307C14.3163%2014.6648%2014.5705%2015%2015%2015C15.4295%2015%2015.6837%2014.6648%2015.8008%2014.4307C15.9328%2014.1666%2016%2013.8369%2016%2013.5C16%2013.1631%2015.9328%2012.8334%2015.8008%2012.5693C15.6837%2012.3352%2015.4295%2012%2015%2012Z%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%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%223.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20d%3D%22M12%204V9%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5996%209C16.6166%209%2018.1252%209.00025%2019.0625%209.95215C19.6367%2010.5353%2019.8601%2011.3357%2019.9463%2012.5732C20.5208%2012.6331%2020.939%2012.7423%2021.2676%2012.9395C21.9998%2013.3788%2022%2014.0858%2022%2015.5C22%2016.914%2021.9998%2017.6212%2021.2676%2018.0605C20.939%2018.2576%2020.5206%2018.3659%2019.9463%2018.4258C19.8601%2019.6633%2019.6367%2020.4647%2019.0625%2021.0479C18.1252%2021.9998%2016.6166%2022%2013.5996%2022H10.4004C7.3834%2022%205.87476%2021.9998%204.9375%2021.0479C4.36331%2020.4647%204.14085%2019.6633%204.05469%2018.4258C3.47995%2018.3659%203.06111%2018.2577%202.73242%2018.0605C2.00024%2017.6212%202%2016.914%202%2015.5C2%2014.0858%202.00022%2013.3788%202.73242%2012.9395C3.06114%2012.7422%203.47983%2012.6331%204.05469%2012.5732C4.14085%2011.3357%204.36331%2010.5353%204.9375%209.95215C5.87476%209.00025%207.3834%209%2010.4004%209H13.5996ZM15.6025%2017.5537C15.3559%2017.221%2014.8865%2017.151%2014.5537%2017.3975C13.8254%2017.9373%2012.9458%2018.25%2012%2018.25C11.0542%2018.25%2010.1746%2017.9372%209.44629%2017.3975C9.11354%2017.151%208.64406%2017.221%208.39746%2017.5537C8.15102%2017.8865%208.22103%2018.3559%208.55371%2018.6025C9.52605%2019.3231%2010.7152%2019.75%2012%2019.75C13.2848%2019.75%2014.474%2019.3232%2015.4463%2018.6025C15.7789%2018.356%2015.8488%2017.8864%2015.6025%2017.5537ZM9%2012C8.57051%2012%208.31628%2012.3352%208.19922%2012.5693C8.06722%2012.8334%208%2013.1631%208%2013.5C8%2013.8369%208.06722%2014.1666%208.19922%2014.4307C8.31628%2014.6648%208.57051%2015%209%2015C9.42949%2015%209.68372%2014.6648%209.80078%2014.4307C9.93278%2014.1666%2010%2013.8369%2010%2013.5C10%2013.1631%209.93278%2012.8334%209.80078%2012.5693C9.68372%2012.3352%209.42949%2012%209%2012ZM15%2012C14.5705%2012%2014.3163%2012.3352%2014.1992%2012.5693C14.0672%2012.8334%2014%2013.1631%2014%2013.5C14%2013.8369%2014.0672%2014.1666%2014.1992%2014.4307C14.3163%2014.6648%2014.5705%2015%2015%2015C15.4295%2015%2015.6837%2014.6648%2015.8008%2014.4307C15.9328%2014.1666%2016%2013.8369%2016%2013.5C16%2013.1631%2015.9328%2012.8334%2015.8008%2012.5693C15.6837%2012.3352%2015.4295%2012%2015%2012Z%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-bold.svg?color=%231a73e8&size=48