productivity-outline from Material Symbols by Google · Outline · Home · Apache-2.0 Free for personal and commercial use.

Name
productivity-outline
Set
Material Symbols
Style
Outline
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
productivity-outline-rounded, productivity-outline-sharp

1 other variant in Material Symbols

The same icon in other sets

More home icons from Material Symbols

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="M2 16v-2.8q0-.85.438-1.562T3.6 10.55q1.55-.775 3.15-1.162T10 9q1.125 0 2.225.175t2.2.55q-.425.35-.775.763t-.625.887q-.75-.2-1.5-.288T10 11q-1.4 0-2.775.338T4.5 12.35q-.225.125-.363.35T4 13.2v.8h8.075q-.05.5-.05 1t.05 1zm5.175-9.175Q6 5.65 6 4t1.175-2.825T10 0t2.825 1.175T14 4t-1.175 2.825T10 8T7.175 6.825m4.238-1.412Q12 4.825 12 4t-.587-1.412T10 2t-1.412.588T8 4t.588 1.413T10 6t1.413-.587m7.412 1.412Q17.65 8 16 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.825M19 20q-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.725z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsProductivityOutline(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="M2 16v-2.8q0-.85.438-1.562T3.6 10.55q1.55-.775 3.15-1.162T10 9q1.125 0 2.225.175t2.2.55q-.425.35-.775.763t-.625.887q-.75-.2-1.5-.288T10 11q-1.4 0-2.775.338T4.5 12.35q-.225.125-.363.35T4 13.2v.8h8.075q-.05.5-.05 1t.05 1zm5.175-9.175Q6 5.65 6 4t1.175-2.825T10 0t2.825 1.175T14 4t-1.175 2.825T10 8T7.175 6.825m4.238-1.412Q12 4.825 12 4t-.587-1.412T10 2t-1.412.588T8 4t.588 1.413T10 6t1.413-.587m7.412 1.412Q17.65 8 16 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.825M19 20q-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.725z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 16v-2.8q0-.85.438-1.562T3.6 10.55q1.55-.775 3.15-1.162T10 9q1.125 0 2.225.175t2.2.55q-.425.35-.775.763t-.625.887q-.75-.2-1.5-.288T10 11q-1.4 0-2.775.338T4.5 12.35q-.225.125-.363.35T4 13.2v.8h8.075q-.05.5-.05 1t.05 1zm5.175-9.175Q6 5.65 6 4t1.175-2.825T10 0t2.825 1.175T14 4t-1.175 2.825T10 8T7.175 6.825m4.238-1.412Q12 4.825 12 4t-.587-1.412T10 2t-1.412.588T8 4t.588 1.413T10 6t1.413-.587m7.412 1.412Q17.65 8 16 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.825M19 20q-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.725z"/></svg>
</template>

CSS

.icon-productivity-outline {
  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%22M2%2016v-2.8q0-.85.438-1.562T3.6%2010.55q1.55-.775%203.15-1.162T10%209q1.125%200%202.225.175t2.2.55q-.425.35-.775.763t-.625.887q-.75-.2-1.5-.288T10%2011q-1.4%200-2.775.338T4.5%2012.35q-.225.125-.363.35T4%2013.2v.8h8.075q-.05.5-.05%201t.05%201zm5.175-9.175Q6%205.65%206%204t1.175-2.825T10%200t2.825%201.175T14%204t-1.175%202.825T10%208T7.175%206.825m4.238-1.412Q12%204.825%2012%204t-.587-1.412T10%202t-1.412.588T8%204t.588%201.413T10%206t1.413-.587m7.412%201.412Q17.65%208%2016%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.825M19%2020q-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.725z%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%22M2%2016v-2.8q0-.85.438-1.562T3.6%2010.55q1.55-.775%203.15-1.162T10%209q1.125%200%202.225.175t2.2.55q-.425.35-.775.763t-.625.887q-.75-.2-1.5-.288T10%2011q-1.4%200-2.775.338T4.5%2012.35q-.225.125-.363.35T4%2013.2v.8h8.075q-.05.5-.05%201t.05%201zm5.175-9.175Q6%205.65%206%204t1.175-2.825T10%200t2.825%201.175T14%204t-1.175%202.825T10%208T7.175%206.825m4.238-1.412Q12%204.825%2012%204t-.587-1.412T10%202t-1.412.588T8%204t.588%201.413T10%206t1.413-.587m7.412%201.412Q17.65%208%2016%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.825M19%2020q-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.725z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/productivity-outline.svg?color=%231a73e8&size=48