data exploration icon
data-exploration-outline-rounded from Material Symbols by Google · Outline Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- data-exploration-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More business icons from Material Symbols
Use the data exploration icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12v8q0 .825-.587 1.413T20 22zm0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12q0 .575.075 1.125T4.3 14.2l3.05-3.05q.275-.275.663-.288t.687.238l2.6 2.175L14.575 10H14q-.425 0-.712-.287T13 9t.288-.712T14 8h3q.425 0 .713.288T18 9v3q0 .425-.288.713T17 13t-.712-.288T16 12v-.575l-3.95 3.925q-.275.275-.663.3t-.687-.25l-2.575-2.2l-2.95 2.95q1.05 1.725 2.838 2.788T12 20m7.5.5q.425 0 .713-.288t.287-.712t-.288-.712t-.712-.288t-.712.288t-.288.712t.288.713t.712.287M11.375 12"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDataExplorationOutlineRounded(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="M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12v8q0 .825-.587 1.413T20 22zm0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12q0 .575.075 1.125T4.3 14.2l3.05-3.05q.275-.275.663-.288t.687.238l2.6 2.175L14.575 10H14q-.425 0-.712-.287T13 9t.288-.712T14 8h3q.425 0 .713.288T18 9v3q0 .425-.288.713T17 13t-.712-.288T16 12v-.575l-3.95 3.925q-.275.275-.663.3t-.687-.25l-2.575-2.2l-2.95 2.95q1.05 1.725 2.838 2.788T12 20m7.5.5q.425 0 .713-.288t.287-.712t-.288-.712t-.712-.288t-.712.288t-.288.712t.288.713t.712.287M11.375 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12v8q0 .825-.587 1.413T20 22zm0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12q0 .575.075 1.125T4.3 14.2l3.05-3.05q.275-.275.663-.288t.687.238l2.6 2.175L14.575 10H14q-.425 0-.712-.287T13 9t.288-.712T14 8h3q.425 0 .713.288T18 9v3q0 .425-.288.713T17 13t-.712-.288T16 12v-.575l-3.95 3.925q-.275.275-.663.3t-.687-.25l-2.575-2.2l-2.95 2.95q1.05 1.725 2.838 2.788T12 20m7.5.5q.425 0 .713-.288t.287-.712t-.288-.712t-.712-.288t-.712.288t-.288.712t.288.713t.712.287M11.375 12"/></svg> </template>
CSS
.icon-data-exploration-outline-rounded {
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%22M12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202t3.9.788t3.175%202.137T21.213%208.1T22%2012v8q0%20.825-.587%201.413T20%2022zm0-2q3.35%200%205.675-2.325T20%2012t-2.325-5.675T12%204T6.325%206.325T4%2012q0%20.575.075%201.125T4.3%2014.2l3.05-3.05q.275-.275.663-.288t.687.238l2.6%202.175L14.575%2010H14q-.425%200-.712-.287T13%209t.288-.712T14%208h3q.425%200%20.713.288T18%209v3q0%20.425-.288.713T17%2013t-.712-.288T16%2012v-.575l-3.95%203.925q-.275.275-.663.3t-.687-.25l-2.575-2.2l-2.95%202.95q1.05%201.725%202.838%202.788T12%2020m7.5.5q.425%200%20.713-.288t.287-.712t-.288-.712t-.712-.288t-.712.288t-.288.712t.288.713t.712.287M11.375%2012%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%22M12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202t3.9.788t3.175%202.137T21.213%208.1T22%2012v8q0%20.825-.587%201.413T20%2022zm0-2q3.35%200%205.675-2.325T20%2012t-2.325-5.675T12%204T6.325%206.325T4%2012q0%20.575.075%201.125T4.3%2014.2l3.05-3.05q.275-.275.663-.288t.687.238l2.6%202.175L14.575%2010H14q-.425%200-.712-.287T13%209t.288-.712T14%208h3q.425%200%20.713.288T18%209v3q0%20.425-.288.713T17%2013t-.712-.288T16%2012v-.575l-3.95%203.925q-.275.275-.663.3t-.687-.25l-2.575-2.2l-2.95%202.95q1.05%201.725%202.838%202.788T12%2020m7.5.5q.425%200%20.713-.288t.287-.712t-.288-.712t-.712-.288t-.712.288t-.288.712t.288.713t.712.287M11.375%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/data-exploration-outline-rounded.svg?color=%231a73e8&size=48