lab research icon
lab-research-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- lab-research-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the lab research icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 17q-.425 0-.712-.288T8 16t.288-.712T9 15h1q.425 0 .713.288T11 16t-.288.713T10 17zm-1 5q-2.075 0-3.537-1.463T3 17V8q-.825 0-1.412-.587T1 6V4q0-.825.588-1.412T3 2h10q.825 0 1.413.588T15 4v2q0 .825-.587 1.413T13 8v3q0 .825-.587 1.413T11 13H9q-.425 0-.712-.288T8 12t.288-.712T9 11h2V8H5v9q0 1.25.875 2.125T8 20q.45 0 .863-.125t.762-.35q.325-.2.7-.1t.575.45q.225.35.125.762t-.45.638q-.575.35-1.212.538T8 22m10.275-3.725Q19 17.55 19 16.5t-.725-1.775T16.5 14t-1.775.725T14 16.5t.725 1.775T16.5 19t1.775-.725M16.5 21q-1.875 0-3.187-1.312T12 16.5t1.313-3.187T16.5 12t3.188 1.313T21 16.5q0 .65-.175 1.25T20.3 18.9l2 2q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-2-2q-.55.35-1.15.525T16.5 21"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLabResearchRounded(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="M9 17q-.425 0-.712-.288T8 16t.288-.712T9 15h1q.425 0 .713.288T11 16t-.288.713T10 17zm-1 5q-2.075 0-3.537-1.463T3 17V8q-.825 0-1.412-.587T1 6V4q0-.825.588-1.412T3 2h10q.825 0 1.413.588T15 4v2q0 .825-.587 1.413T13 8v3q0 .825-.587 1.413T11 13H9q-.425 0-.712-.288T8 12t.288-.712T9 11h2V8H5v9q0 1.25.875 2.125T8 20q.45 0 .863-.125t.762-.35q.325-.2.7-.1t.575.45q.225.35.125.762t-.45.638q-.575.35-1.212.538T8 22m10.275-3.725Q19 17.55 19 16.5t-.725-1.775T16.5 14t-1.775.725T14 16.5t.725 1.775T16.5 19t1.775-.725M16.5 21q-1.875 0-3.187-1.312T12 16.5t1.313-3.187T16.5 12t3.188 1.313T21 16.5q0 .65-.175 1.25T20.3 18.9l2 2q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-2-2q-.55.35-1.15.525T16.5 21"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 17q-.425 0-.712-.288T8 16t.288-.712T9 15h1q.425 0 .713.288T11 16t-.288.713T10 17zm-1 5q-2.075 0-3.537-1.463T3 17V8q-.825 0-1.412-.587T1 6V4q0-.825.588-1.412T3 2h10q.825 0 1.413.588T15 4v2q0 .825-.587 1.413T13 8v3q0 .825-.587 1.413T11 13H9q-.425 0-.712-.288T8 12t.288-.712T9 11h2V8H5v9q0 1.25.875 2.125T8 20q.45 0 .863-.125t.762-.35q.325-.2.7-.1t.575.45q.225.35.125.762t-.45.638q-.575.35-1.212.538T8 22m10.275-3.725Q19 17.55 19 16.5t-.725-1.775T16.5 14t-1.775.725T14 16.5t.725 1.775T16.5 19t1.775-.725M16.5 21q-1.875 0-3.187-1.312T12 16.5t1.313-3.187T16.5 12t3.188 1.313T21 16.5q0 .65-.175 1.25T20.3 18.9l2 2q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-2-2q-.55.35-1.15.525T16.5 21"/></svg> </template>
CSS
.icon-lab-research-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%22M9%2017q-.425%200-.712-.288T8%2016t.288-.712T9%2015h1q.425%200%20.713.288T11%2016t-.288.713T10%2017zm-1%205q-2.075%200-3.537-1.463T3%2017V8q-.825%200-1.412-.587T1%206V4q0-.825.588-1.412T3%202h10q.825%200%201.413.588T15%204v2q0%20.825-.587%201.413T13%208v3q0%20.825-.587%201.413T11%2013H9q-.425%200-.712-.288T8%2012t.288-.712T9%2011h2V8H5v9q0%201.25.875%202.125T8%2020q.45%200%20.863-.125t.762-.35q.325-.2.7-.1t.575.45q.225.35.125.762t-.45.638q-.575.35-1.212.538T8%2022m10.275-3.725Q19%2017.55%2019%2016.5t-.725-1.775T16.5%2014t-1.775.725T14%2016.5t.725%201.775T16.5%2019t1.775-.725M16.5%2021q-1.875%200-3.187-1.312T12%2016.5t1.313-3.187T16.5%2012t3.188%201.313T21%2016.5q0%20.65-.175%201.25T20.3%2018.9l2%202q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-2-2q-.55.35-1.15.525T16.5%2021%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%22M9%2017q-.425%200-.712-.288T8%2016t.288-.712T9%2015h1q.425%200%20.713.288T11%2016t-.288.713T10%2017zm-1%205q-2.075%200-3.537-1.463T3%2017V8q-.825%200-1.412-.587T1%206V4q0-.825.588-1.412T3%202h10q.825%200%201.413.588T15%204v2q0%20.825-.587%201.413T13%208v3q0%20.825-.587%201.413T11%2013H9q-.425%200-.712-.288T8%2012t.288-.712T9%2011h2V8H5v9q0%201.25.875%202.125T8%2020q.45%200%20.863-.125t.762-.35q.325-.2.7-.1t.575.45q.225.35.125.762t-.45.638q-.575.35-1.212.538T8%2022m10.275-3.725Q19%2017.55%2019%2016.5t-.725-1.775T16.5%2014t-1.775.725T14%2016.5t.725%201.775T16.5%2019t1.775-.725M16.5%2021q-1.875%200-3.187-1.312T12%2016.5t1.313-3.187T16.5%2012t3.188%201.313T21%2016.5q0%20.65-.175%201.25T20.3%2018.9l2%202q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-2-2q-.55.35-1.15.525T16.5%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/lab-research-rounded.svg?color=%231a73e8&size=48