productivity icon
productivity from Material Symbols by Google · Regular · Home · Apache-2.0 Free for personal and commercial use.
- Name
- productivity
- Set
- Material Symbols
- Style
- Regular
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- productivity-rounded, productivity-sharp
1 other variant in Material Symbols
The same icon in other sets
More home icons from Material Symbols
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="M7.175 6.825Q6 5.65 6 4t1.175-2.825T10 0t2.825 1.175T14 4t-1.175 2.825T10 8T7.175 6.825M16 8q-.275 0-.7-.062t-.7-.138q.675-.8 1.038-1.775T16 4t-.363-2.025T14.6.2q.35-.125.7-.163T16 0q1.65 0 2.825 1.175T20 4t-1.175 2.825T16 8m3 12q-2.075 0-3.537-1.463T14 15q0-2.1 1.463-3.55T19 10q2.1 0 3.55 1.45T24 15q0 2.075-1.45 3.538T19 20m-.7-2.75l3.525-3.55l-.7-.7l-2.825 2.825l-1.425-1.425l-.7.725zM2 16v-2.8q0-.85.438-1.562T3.6 10.55q1.55-.775 3.15-1.162T10 9q1.125 0 2.225.175t2.2.55q-1.35 1.175-1.95 2.838t-.4 3.437z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsProductivity(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="M7.175 6.825Q6 5.65 6 4t1.175-2.825T10 0t2.825 1.175T14 4t-1.175 2.825T10 8T7.175 6.825M16 8q-.275 0-.7-.062t-.7-.138q.675-.8 1.038-1.775T16 4t-.363-2.025T14.6.2q.35-.125.7-.163T16 0q1.65 0 2.825 1.175T20 4t-1.175 2.825T16 8m3 12q-2.075 0-3.537-1.463T14 15q0-2.1 1.463-3.55T19 10q2.1 0 3.55 1.45T24 15q0 2.075-1.45 3.538T19 20m-.7-2.75l3.525-3.55l-.7-.7l-2.825 2.825l-1.425-1.425l-.7.725zM2 16v-2.8q0-.85.438-1.562T3.6 10.55q1.55-.775 3.15-1.162T10 9q1.125 0 2.225.175t2.2.55q-1.35 1.175-1.95 2.838t-.4 3.437z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.175 6.825Q6 5.65 6 4t1.175-2.825T10 0t2.825 1.175T14 4t-1.175 2.825T10 8T7.175 6.825M16 8q-.275 0-.7-.062t-.7-.138q.675-.8 1.038-1.775T16 4t-.363-2.025T14.6.2q.35-.125.7-.163T16 0q1.65 0 2.825 1.175T20 4t-1.175 2.825T16 8m3 12q-2.075 0-3.537-1.463T14 15q0-2.1 1.463-3.55T19 10q2.1 0 3.55 1.45T24 15q0 2.075-1.45 3.538T19 20m-.7-2.75l3.525-3.55l-.7-.7l-2.825 2.825l-1.425-1.425l-.7.725zM2 16v-2.8q0-.85.438-1.562T3.6 10.55q1.55-.775 3.15-1.162T10 9q1.125 0 2.225.175t2.2.55q-1.35 1.175-1.95 2.838t-.4 3.437z"/></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%22M7.175%206.825Q6%205.65%206%204t1.175-2.825T10%200t2.825%201.175T14%204t-1.175%202.825T10%208T7.175%206.825M16%208q-.275%200-.7-.062t-.7-.138q.675-.8%201.038-1.775T16%204t-.363-2.025T14.6.2q.35-.125.7-.163T16%200q1.65%200%202.825%201.175T20%204t-1.175%202.825T16%208m3%2012q-2.075%200-3.537-1.463T14%2015q0-2.1%201.463-3.55T19%2010q2.1%200%203.55%201.45T24%2015q0%202.075-1.45%203.538T19%2020m-.7-2.75l3.525-3.55l-.7-.7l-2.825%202.825l-1.425-1.425l-.7.725zM2%2016v-2.8q0-.85.438-1.562T3.6%2010.55q1.55-.775%203.15-1.162T10%209q1.125%200%202.225.175t2.2.55q-1.35%201.175-1.95%202.838t-.4%203.437z%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%22M7.175%206.825Q6%205.65%206%204t1.175-2.825T10%200t2.825%201.175T14%204t-1.175%202.825T10%208T7.175%206.825M16%208q-.275%200-.7-.062t-.7-.138q.675-.8%201.038-1.775T16%204t-.363-2.025T14.6.2q.35-.125.7-.163T16%200q1.65%200%202.825%201.175T20%204t-1.175%202.825T16%208m3%2012q-2.075%200-3.537-1.463T14%2015q0-2.1%201.463-3.55T19%2010q2.1%200%203.55%201.45T24%2015q0%202.075-1.45%203.538T19%2020m-.7-2.75l3.525-3.55l-.7-.7l-2.825%202.825l-1.425-1.425l-.7.725zM2%2016v-2.8q0-.85.438-1.562T3.6%2010.55q1.55-.775%203.15-1.162T10%209q1.125%200%202.225.175t2.2.55q-1.35%201.175-1.95%202.838t-.4%203.437z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/productivity.svg?color=%231a73e8&size=48