analyse icon
analyse from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- analyse
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-analyse
The same icon in other sets
Use the analyse icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 12h2a8 8 0 0 1 2.337-5.663a7.9 7.9 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.059a9.9 9.9 0 0 0-3.18 2.139a9.9 9.9 0 0 0-2.14 3.179A10 10 0 0 0 2 12m17.373 3.122c-.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.49 2.49 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-.725A10 10 0 0 0 12 22a9.98 9.98 0 0 0 9.217-6.102A10 10 0 0 0 22 12h-2a8 8 0 0 1-.627 3.122"/><path fill="currentColor" d="M12 7.462c-2.502 0-4.538 2.036-4.538 4.538S9.498 16.538 12 16.538s4.538-2.036 4.538-4.538S14.502 7.462 12 7.462m0 7.076c-1.399 0-2.538-1.139-2.538-2.538S10.601 9.462 12 9.462s2.538 1.139 2.538 2.538s-1.139 2.538-2.538 2.538"/></svg>
React
import type { SVGProps } from "react";
export function BxAnalyse(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 12h2a8 8 0 0 1 2.337-5.663a7.9 7.9 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.059a9.9 9.9 0 0 0-3.18 2.139a9.9 9.9 0 0 0-2.14 3.179A10 10 0 0 0 2 12m17.373 3.122c-.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.49 2.49 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-.725A10 10 0 0 0 12 22a9.98 9.98 0 0 0 9.217-6.102A10 10 0 0 0 22 12h-2a8 8 0 0 1-.627 3.122"/><path fill="currentColor" d="M12 7.462c-2.502 0-4.538 2.036-4.538 4.538S9.498 16.538 12 16.538s4.538-2.036 4.538-4.538S14.502 7.462 12 7.462m0 7.076c-1.399 0-2.538-1.139-2.538-2.538S10.601 9.462 12 9.462s2.538 1.139 2.538 2.538s-1.139 2.538-2.538 2.538"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 12h2a8 8 0 0 1 2.337-5.663a7.9 7.9 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.059a9.9 9.9 0 0 0-3.18 2.139a9.9 9.9 0 0 0-2.14 3.179A10 10 0 0 0 2 12m17.373 3.122c-.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.49 2.49 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-.725A10 10 0 0 0 12 22a9.98 9.98 0 0 0 9.217-6.102A10 10 0 0 0 22 12h-2a8 8 0 0 1-.627 3.122"/><path fill="currentColor" d="M12 7.462c-2.502 0-4.538 2.036-4.538 4.538S9.498 16.538 12 16.538s4.538-2.036 4.538-4.538S14.502 7.462 12 7.462m0 7.076c-1.399 0-2.538-1.139-2.538-2.538S10.601 9.462 12 9.462s2.538 1.139 2.538 2.538s-1.139 2.538-2.538 2.538"/></svg> </template>
CSS
.icon-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%20fill%3D%22currentColor%22%20d%3D%22M2%2012h2a8%208%200%200%201%202.337-5.663a7.9%207.9%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.059a9.9%209.9%200%200%200-3.18%202.139a9.9%209.9%200%200%200-2.14%203.179A10%2010%200%200%200%202%2012m17.373%203.122c-.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.49%202.49%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-.725A10%2010%200%200%200%2012%2022a9.98%209.98%200%200%200%209.217-6.102A10%2010%200%200%200%2022%2012h-2a8%208%200%200%201-.627%203.122%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%207.462c-2.502%200-4.538%202.036-4.538%204.538S9.498%2016.538%2012%2016.538s4.538-2.036%204.538-4.538S14.502%207.462%2012%207.462m0%207.076c-1.399%200-2.538-1.139-2.538-2.538S10.601%209.462%2012%209.462s2.538%201.139%202.538%202.538s-1.139%202.538-2.538%202.538%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%20fill%3D%22currentColor%22%20d%3D%22M2%2012h2a8%208%200%200%201%202.337-5.663a7.9%207.9%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.059a9.9%209.9%200%200%200-3.18%202.139a9.9%209.9%200%200%200-2.14%203.179A10%2010%200%200%200%202%2012m17.373%203.122c-.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.49%202.49%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-.725A10%2010%200%200%200%2012%2022a9.98%209.98%200%200%200%209.217-6.102A10%2010%200%200%200%2022%2012h-2a8%208%200%200%201-.627%203.122%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%207.462c-2.502%200-4.538%202.036-4.538%204.538S9.498%2016.538%2012%2016.538s4.538-2.036%204.538-4.538S14.502%207.462%2012%207.462m0%207.076c-1.399%200-2.538-1.139-2.538-2.538S10.601%209.462%2012%209.462s2.538%201.139%202.538%202.538s-1.139%202.538-2.538%202.538%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/analyse.svg?color=%231a73e8&size=48