data exploration icon
data-exploration-rounded from Material Symbols by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- data-exploration-rounded
- Set
- Material Symbols
- Style
- 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="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.4l2.575 2.2q.3.275.688.25t.662-.3L16 11.425V12q0 .425.288.713T17 13t.713-.288T18 12V9q0-.425-.288-.712T17 8h-3q-.425 0-.712.288T13 9t.288.713T14 10h.575L11.3 13.275L8.7 11.1q-.3-.25-.687-.238t-.663.288l-4.625 4.625q-.35-.825-.537-1.862T2 12q0-2.075.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12v8q0 .825-.587 1.413T20 22z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDataExplorationRounded(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.4l2.575 2.2q.3.275.688.25t.662-.3L16 11.425V12q0 .425.288.713T17 13t.713-.288T18 12V9q0-.425-.288-.712T17 8h-3q-.425 0-.712.288T13 9t.288.713T14 10h.575L11.3 13.275L8.7 11.1q-.3-.25-.687-.238t-.663.288l-4.625 4.625q-.35-.825-.537-1.862T2 12q0-2.075.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12v8q0 .825-.587 1.413T20 22z"/></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.4l2.575 2.2q.3.275.688.25t.662-.3L16 11.425V12q0 .425.288.713T17 13t.713-.288T18 12V9q0-.425-.288-.712T17 8h-3q-.425 0-.712.288T13 9t.288.713T14 10h.575L11.3 13.275L8.7 11.1q-.3-.25-.687-.238t-.663.288l-4.625 4.625q-.35-.825-.537-1.862T2 12q0-2.075.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12v8q0 .825-.587 1.413T20 22z"/></svg> </template>
CSS
.icon-data-exploration-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%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.4l2.575%202.2q.3.275.688.25t.662-.3L16%2011.425V12q0%20.425.288.713T17%2013t.713-.288T18%2012V9q0-.425-.288-.712T17%208h-3q-.425%200-.712.288T13%209t.288.713T14%2010h.575L11.3%2013.275L8.7%2011.1q-.3-.25-.687-.238t-.663.288l-4.625%204.625q-.35-.825-.537-1.862T2%2012q0-2.075.788-3.9t2.137-3.175T8.1%202.788T12%202t3.9.788t3.175%202.137T21.213%208.1T22%2012v8q0%20.825-.587%201.413T20%2022z%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.4l2.575%202.2q.3.275.688.25t.662-.3L16%2011.425V12q0%20.425.288.713T17%2013t.713-.288T18%2012V9q0-.425-.288-.712T17%208h-3q-.425%200-.712.288T13%209t.288.713T14%2010h.575L11.3%2013.275L8.7%2011.1q-.3-.25-.687-.238t-.663.288l-4.625%204.625q-.35-.825-.537-1.862T2%2012q0-2.075.788-3.9t2.137-3.175T8.1%202.788T12%202t3.9.788t3.175%202.137T21.213%208.1T22%2012v8q0%20.825-.587%201.413T20%2022z%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-rounded.svg?color=%231a73e8&size=48