data exploration icon
data-exploration-sharp from Material Symbols by Google · Sharp · Business · Apache-2.0 Free for personal and commercial use.
- Name
- data-exploration-sharp
- Set
- Material Symbols
- Style
- Sharp
- 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="M19.5 20.5q.425 0 .713-.288t.287-.712t-.288-.712t-.712-.288t-.712.288t-.288.712t.288.713t.712.287M12 22q-2.575 0-4.788-1.225T3.725 17.6l4.4-4.4L11.4 16l4.6-4.575V13h2V8h-5v2h1.575L11.3 13.275L8 10.5l-5.275 5.275q-.35-.825-.538-1.862T2 12q0-2.075.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12v10z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDataExplorationSharp(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="M19.5 20.5q.425 0 .713-.288t.287-.712t-.288-.712t-.712-.288t-.712.288t-.288.712t.288.713t.712.287M12 22q-2.575 0-4.788-1.225T3.725 17.6l4.4-4.4L11.4 16l4.6-4.575V13h2V8h-5v2h1.575L11.3 13.275L8 10.5l-5.275 5.275q-.35-.825-.538-1.862T2 12q0-2.075.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12v10z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.5 20.5q.425 0 .713-.288t.287-.712t-.288-.712t-.712-.288t-.712.288t-.288.712t.288.713t.712.287M12 22q-2.575 0-4.788-1.225T3.725 17.6l4.4-4.4L11.4 16l4.6-4.575V13h2V8h-5v2h1.575L11.3 13.275L8 10.5l-5.275 5.275q-.35-.825-.538-1.862T2 12q0-2.075.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12v10z"/></svg> </template>
CSS
.icon-data-exploration-sharp {
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%22M19.5%2020.5q.425%200%20.713-.288t.287-.712t-.288-.712t-.712-.288t-.712.288t-.288.712t.288.713t.712.287M12%2022q-2.575%200-4.788-1.225T3.725%2017.6l4.4-4.4L11.4%2016l4.6-4.575V13h2V8h-5v2h1.575L11.3%2013.275L8%2010.5l-5.275%205.275q-.35-.825-.538-1.862T2%2012q0-2.075.788-3.9t2.137-3.175T8.1%202.788T12%202t3.9.788t3.175%202.137T21.213%208.1T22%2012v10z%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%22M19.5%2020.5q.425%200%20.713-.288t.287-.712t-.288-.712t-.712-.288t-.712.288t-.288.712t.288.713t.712.287M12%2022q-2.575%200-4.788-1.225T3.725%2017.6l4.4-4.4L11.4%2016l4.6-4.575V13h2V8h-5v2h1.575L11.3%2013.275L8%2010.5l-5.275%205.275q-.35-.825-.538-1.862T2%2012q0-2.075.788-3.9t2.137-3.175T8.1%202.788T12%202t3.9.788t3.175%202.137T21.213%208.1T22%2012v10z%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-sharp.svg?color=%231a73e8&size=48