bxs analyse icon
bxs-analyse from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- bxs-analyse
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
Related icons in BoxIcons v2
bxs-add-to-queuebxs-adjustbxs-adjust-altbxs-alarmbxs-alarm-addbxs-alarm-exclamationbxs-alarm-offbxs-alarm-snoozebxs-albumbxs-ambulancebxs-angrybxs-archbxs-archivebxs-archive-inbxs-archive-outbxs-areabxs-arrow-from-bottombxs-arrow-from-leftbxs-arrow-from-rightbxs-arrow-from-topbxs-arrow-to-bottombxs-arrow-to-leftbxs-arrow-to-rightbxs-arrow-to-top
Use the bxs analyse icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M4.626 8.878a7.937 7.937 0 0 1 1.71-2.541a7.92 7.92 0 0 1 2.542-1.71a8.12 8.12 0 0 1 6.13-.041A2.49 2.49 0 0 0 17.5 7C18.886 7 20 5.886 20 4.5S18.886 2 17.5 2c-.689 0-1.312.276-1.763.725c-2.431-.973-5.223-.958-7.635.059c-1.19.5-2.26 1.22-3.18 2.139A9.98 9.98 0 0 0 2 12h2c0-1.086.211-2.136.626-3.122zm14.747 6.244c-.401.952-.977 1.808-1.71 2.541s-1.589 1.309-2.542 1.71a8.12 8.12 0 0 1-6.13.041A2.488 2.488 0 0 0 6.5 17C5.114 17 4 18.114 4 19.5S5.114 22 6.5 22c.689 0 1.312-.276 1.763-.725A9.973 9.973 0 0 0 12 22a9.983 9.983 0 0 0 9.217-6.102A9.992 9.992 0 0 0 22 12h-2a7.993 7.993 0 0 1-.627 3.122z" fill="currentColor"/><path d="M12 7.462c-2.502 0-4.538 2.036-4.538 4.538S9.498 16.538 12 16.538c2.502 0 4.538-2.036 4.538-4.538S14.502 7.462 12 7.462z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function BxBxsAnalyse(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M4.626 8.878a7.937 7.937 0 0 1 1.71-2.541a7.92 7.92 0 0 1 2.542-1.71a8.12 8.12 0 0 1 6.13-.041A2.49 2.49 0 0 0 17.5 7C18.886 7 20 5.886 20 4.5S18.886 2 17.5 2c-.689 0-1.312.276-1.763.725c-2.431-.973-5.223-.958-7.635.059c-1.19.5-2.26 1.22-3.18 2.139A9.98 9.98 0 0 0 2 12h2c0-1.086.211-2.136.626-3.122zm14.747 6.244c-.401.952-.977 1.808-1.71 2.541s-1.589 1.309-2.542 1.71a8.12 8.12 0 0 1-6.13.041A2.488 2.488 0 0 0 6.5 17C5.114 17 4 18.114 4 19.5S5.114 22 6.5 22c.689 0 1.312-.276 1.763-.725A9.973 9.973 0 0 0 12 22a9.983 9.983 0 0 0 9.217-6.102A9.992 9.992 0 0 0 22 12h-2a7.993 7.993 0 0 1-.627 3.122z" fill="currentColor"/><path d="M12 7.462c-2.502 0-4.538 2.036-4.538 4.538S9.498 16.538 12 16.538c2.502 0 4.538-2.036 4.538-4.538S14.502 7.462 12 7.462z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M4.626 8.878a7.937 7.937 0 0 1 1.71-2.541a7.92 7.92 0 0 1 2.542-1.71a8.12 8.12 0 0 1 6.13-.041A2.49 2.49 0 0 0 17.5 7C18.886 7 20 5.886 20 4.5S18.886 2 17.5 2c-.689 0-1.312.276-1.763.725c-2.431-.973-5.223-.958-7.635.059c-1.19.5-2.26 1.22-3.18 2.139A9.98 9.98 0 0 0 2 12h2c0-1.086.211-2.136.626-3.122zm14.747 6.244c-.401.952-.977 1.808-1.71 2.541s-1.589 1.309-2.542 1.71a8.12 8.12 0 0 1-6.13.041A2.488 2.488 0 0 0 6.5 17C5.114 17 4 18.114 4 19.5S5.114 22 6.5 22c.689 0 1.312-.276 1.763-.725A9.973 9.973 0 0 0 12 22a9.983 9.983 0 0 0 9.217-6.102A9.992 9.992 0 0 0 22 12h-2a7.993 7.993 0 0 1-.627 3.122z" fill="currentColor"/><path d="M12 7.462c-2.502 0-4.538 2.036-4.538 4.538S9.498 16.538 12 16.538c2.502 0 4.538-2.036 4.538-4.538S14.502 7.462 12 7.462z" fill="currentColor"/></svg> </template>
CSS
.icon-bxs-analyse {
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%3Cpath%20d%3D%22M4.626%208.878a7.937%207.937%200%200%201%201.71-2.541a7.92%207.92%200%200%201%202.542-1.71a8.12%208.12%200%200%201%206.13-.041A2.49%202.49%200%200%200%2017.5%207C18.886%207%2020%205.886%2020%204.5S18.886%202%2017.5%202c-.689%200-1.312.276-1.763.725c-2.431-.973-5.223-.958-7.635.059c-1.19.5-2.26%201.22-3.18%202.139A9.98%209.98%200%200%200%202%2012h2c0-1.086.211-2.136.626-3.122zm14.747%206.244c-.401.952-.977%201.808-1.71%202.541s-1.589%201.309-2.542%201.71a8.12%208.12%200%200%201-6.13.041A2.488%202.488%200%200%200%206.5%2017C5.114%2017%204%2018.114%204%2019.5S5.114%2022%206.5%2022c.689%200%201.312-.276%201.763-.725A9.973%209.973%200%200%200%2012%2022a9.983%209.983%200%200%200%209.217-6.102A9.992%209.992%200%200%200%2022%2012h-2a7.993%207.993%200%200%201-.627%203.122z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M12%207.462c-2.502%200-4.538%202.036-4.538%204.538S9.498%2016.538%2012%2016.538c2.502%200%204.538-2.036%204.538-4.538S14.502%207.462%2012%207.462z%22%20fill%3D%22currentColor%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%2024%2024%22%3E%3Cpath%20d%3D%22M4.626%208.878a7.937%207.937%200%200%201%201.71-2.541a7.92%207.92%200%200%201%202.542-1.71a8.12%208.12%200%200%201%206.13-.041A2.49%202.49%200%200%200%2017.5%207C18.886%207%2020%205.886%2020%204.5S18.886%202%2017.5%202c-.689%200-1.312.276-1.763.725c-2.431-.973-5.223-.958-7.635.059c-1.19.5-2.26%201.22-3.18%202.139A9.98%209.98%200%200%200%202%2012h2c0-1.086.211-2.136.626-3.122zm14.747%206.244c-.401.952-.977%201.808-1.71%202.541s-1.589%201.309-2.542%201.71a8.12%208.12%200%200%201-6.13.041A2.488%202.488%200%200%200%206.5%2017C5.114%2017%204%2018.114%204%2019.5S5.114%2022%206.5%2022c.689%200%201.312-.276%201.763-.725A9.973%209.973%200%200%200%2012%2022a9.983%209.983%200%200%200%209.217-6.102A9.992%209.992%200%200%200%2022%2012h-2a7.993%207.993%200%200%201-.627%203.122z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M12%207.462c-2.502%200-4.538%202.036-4.538%204.538S9.498%2016.538%2012%2016.538c2.502%200%204.538-2.036%204.538-4.538S14.502%207.462%2012%207.462z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/bxs-analyse.svg?color=%231a73e8&size=48