productivity icon
productivity from Material Symbols Light by Google · Regular · Home · Apache-2.0 Free for personal and commercial use.
- Name
- productivity
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- productivity-rounded, productivity-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More home icons from Material Symbols Light
activity-zoneairwaveaqaq-indoorarming-countdownarrows-more-downarrows-more-upassistant-on-hubbattery-horiz-000battery-horiz-050battery-horiz-075battery-profilechromecast-2cleaning-bucketclimate-mini-splitcool-to-drydetection-and-zonedetection-and-zone-offdetectordetector-alarmdetector-batterydetector-codetector-offlinedetector-status
Use the productivity icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.473 7.085q-.877-.877-.877-2.123t.877-2.123t2.123-.877t2.123.877t.877 2.123t-.877 2.123t-2.123.877t-2.123-.877m6.393.877q.32-.443.396-.986t.011-1.137q.156-.762.047-1.506q-.108-.745-.454-1.449q0-.242-.084-.467t-.24-.41q.947-.028 1.633.569q.687.597.767 1.463q.381.865.047 1.742q-.335.877-1.2 1.258q0 .38-.272.652q-.27.27-.651.27m3.73 10.481q-1.69 0-2.874-1.183q-1.183-1.184-1.183-2.874q0-1.696 1.183-2.887q1.184-1.19 2.874-1.19q1.696 0 2.887 1.19q1.19 1.19 1.19 2.887q0 1.69-1.19 2.874q-1.19 1.183-2.887 1.183m-.584-1.615l2.794-2.8l-.546-.527l-2.248 2.229l-1.137-1.137l-.546.552zM3.596 15.192v-1.646q0-.696.36-1.197t.971-.799q1.3-.621 2.583-.99q1.282-.368 3.086-.368q1.087 0 1.975.147q.889.146 1.7.405q-.907.868-1.334 2.03t-.381 2.418z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightProductivity(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="M8.473 7.085q-.877-.877-.877-2.123t.877-2.123t2.123-.877t2.123.877t.877 2.123t-.877 2.123t-2.123.877t-2.123-.877m6.393.877q.32-.443.396-.986t.011-1.137q.156-.762.047-1.506q-.108-.745-.454-1.449q0-.242-.084-.467t-.24-.41q.947-.028 1.633.569q.687.597.767 1.463q.381.865.047 1.742q-.335.877-1.2 1.258q0 .38-.272.652q-.27.27-.651.27m3.73 10.481q-1.69 0-2.874-1.183q-1.183-1.184-1.183-2.874q0-1.696 1.183-2.887q1.184-1.19 2.874-1.19q1.696 0 2.887 1.19q1.19 1.19 1.19 2.887q0 1.69-1.19 2.874q-1.19 1.183-2.887 1.183m-.584-1.615l2.794-2.8l-.546-.527l-2.248 2.229l-1.137-1.137l-.546.552zM3.596 15.192v-1.646q0-.696.36-1.197t.971-.799q1.3-.621 2.583-.99q1.282-.368 3.086-.368q1.087 0 1.975.147q.889.146 1.7.405q-.907.868-1.334 2.03t-.381 2.418z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.473 7.085q-.877-.877-.877-2.123t.877-2.123t2.123-.877t2.123.877t.877 2.123t-.877 2.123t-2.123.877t-2.123-.877m6.393.877q.32-.443.396-.986t.011-1.137q.156-.762.047-1.506q-.108-.745-.454-1.449q0-.242-.084-.467t-.24-.41q.947-.028 1.633.569q.687.597.767 1.463q.381.865.047 1.742q-.335.877-1.2 1.258q0 .38-.272.652q-.27.27-.651.27m3.73 10.481q-1.69 0-2.874-1.183q-1.183-1.184-1.183-2.874q0-1.696 1.183-2.887q1.184-1.19 2.874-1.19q1.696 0 2.887 1.19q1.19 1.19 1.19 2.887q0 1.69-1.19 2.874q-1.19 1.183-2.887 1.183m-.584-1.615l2.794-2.8l-.546-.527l-2.248 2.229l-1.137-1.137l-.546.552zM3.596 15.192v-1.646q0-.696.36-1.197t.971-.799q1.3-.621 2.583-.99q1.282-.368 3.086-.368q1.087 0 1.975.147q.889.146 1.7.405q-.907.868-1.334 2.03t-.381 2.418z"/></svg> </template>
CSS
.icon-productivity {
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%22M8.473%207.085q-.877-.877-.877-2.123t.877-2.123t2.123-.877t2.123.877t.877%202.123t-.877%202.123t-2.123.877t-2.123-.877m6.393.877q.32-.443.396-.986t.011-1.137q.156-.762.047-1.506q-.108-.745-.454-1.449q0-.242-.084-.467t-.24-.41q.947-.028%201.633.569q.687.597.767%201.463q.381.865.047%201.742q-.335.877-1.2%201.258q0%20.38-.272.652q-.27.27-.651.27m3.73%2010.481q-1.69%200-2.874-1.183q-1.183-1.184-1.183-2.874q0-1.696%201.183-2.887q1.184-1.19%202.874-1.19q1.696%200%202.887%201.19q1.19%201.19%201.19%202.887q0%201.69-1.19%202.874q-1.19%201.183-2.887%201.183m-.584-1.615l2.794-2.8l-.546-.527l-2.248%202.229l-1.137-1.137l-.546.552zM3.596%2015.192v-1.646q0-.696.36-1.197t.971-.799q1.3-.621%202.583-.99q1.282-.368%203.086-.368q1.087%200%201.975.147q.889.146%201.7.405q-.907.868-1.334%202.03t-.381%202.418z%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%22M8.473%207.085q-.877-.877-.877-2.123t.877-2.123t2.123-.877t2.123.877t.877%202.123t-.877%202.123t-2.123.877t-2.123-.877m6.393.877q.32-.443.396-.986t.011-1.137q.156-.762.047-1.506q-.108-.745-.454-1.449q0-.242-.084-.467t-.24-.41q.947-.028%201.633.569q.687.597.767%201.463q.381.865.047%201.742q-.335.877-1.2%201.258q0%20.38-.272.652q-.27.27-.651.27m3.73%2010.481q-1.69%200-2.874-1.183q-1.183-1.184-1.183-2.874q0-1.696%201.183-2.887q1.184-1.19%202.874-1.19q1.696%200%202.887%201.19q1.19%201.19%201.19%202.887q0%201.69-1.19%202.874q-1.19%201.183-2.887%201.183m-.584-1.615l2.794-2.8l-.546-.527l-2.248%202.229l-1.137-1.137l-.546.552zM3.596%2015.192v-1.646q0-.696.36-1.197t.971-.799q1.3-.621%202.583-.99q1.282-.368%203.086-.368q1.087%200%201.975.147q.889.146%201.7.405q-.907.868-1.334%202.03t-.381%202.418z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/productivity.svg?color=%231a73e8&size=48