assured workload icon

assured-workload-rounded from Material Symbols by Google · Rounded · Privacy · Apache-2.0 Free for personal and commercial use.

Name
assured-workload-rounded
Set
Material Symbols
Style
Rounded
Category
Privacy
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More privacy icons from Material Symbols

Use the assured workload icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 16v-5q0-.425.288-.712T6 10t.713.288T7 11v5q0 .425-.288.713T6 17t-.712-.288T5 16m6 0v-5q0-.425.288-.712T12 10t.713.288T13 11v5q0 .425-.288.713T12 17t-.712-.288T11 16m10-8H2.9q-.375 0-.638-.262T2 7.1v-.55q0-.275.138-.475T2.5 5.75l8.6-4.3q.425-.2.9-.2t.9.2l8.55 4.275q.275.125.413.375t.137.525V7q0 .425-.287.713T21 8M3 21q-.425 0-.712-.288T2 20t.288-.712T3 19h10.05q.425 0 .713.288t.287.712t-.288.713t-.712.287zm14.288-8.537Q17 12.175 17 11.75V11q0-.425.288-.712T18 10t.713.288T19 11v.75q0 .425-.288.713T18 12.75t-.712-.288M16 18.55v-1.925q0-.275.138-.525t.412-.375l3-1.5q.2-.125.45-.125t.45.125l3 1.5q.275.125.413.375t.137.525v1.925q0 1.875-.975 3.238t-2.65 2.062q-.05.025-.375.075q-.05 0-.375-.075q-1.675-.7-2.65-2.062T16 18.55m3.275.325l-.45-.45q-.225-.225-.525-.213t-.525.238t-.225.525t.225.525l.8.8q.3.3.7.3t.7-.3l2.25-2.225q.225-.225.225-.525t-.225-.525t-.525-.212t-.525.212z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAssuredWorkloadRounded(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="M5 16v-5q0-.425.288-.712T6 10t.713.288T7 11v5q0 .425-.288.713T6 17t-.712-.288T5 16m6 0v-5q0-.425.288-.712T12 10t.713.288T13 11v5q0 .425-.288.713T12 17t-.712-.288T11 16m10-8H2.9q-.375 0-.638-.262T2 7.1v-.55q0-.275.138-.475T2.5 5.75l8.6-4.3q.425-.2.9-.2t.9.2l8.55 4.275q.275.125.413.375t.137.525V7q0 .425-.287.713T21 8M3 21q-.425 0-.712-.288T2 20t.288-.712T3 19h10.05q.425 0 .713.288t.287.712t-.288.713t-.712.287zm14.288-8.537Q17 12.175 17 11.75V11q0-.425.288-.712T18 10t.713.288T19 11v.75q0 .425-.288.713T18 12.75t-.712-.288M16 18.55v-1.925q0-.275.138-.525t.412-.375l3-1.5q.2-.125.45-.125t.45.125l3 1.5q.275.125.413.375t.137.525v1.925q0 1.875-.975 3.238t-2.65 2.062q-.05.025-.375.075q-.05 0-.375-.075q-1.675-.7-2.65-2.062T16 18.55m3.275.325l-.45-.45q-.225-.225-.525-.213t-.525.238t-.225.525t.225.525l.8.8q.3.3.7.3t.7-.3l2.25-2.225q.225-.225.225-.525t-.225-.525t-.525-.212t-.525.212z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 16v-5q0-.425.288-.712T6 10t.713.288T7 11v5q0 .425-.288.713T6 17t-.712-.288T5 16m6 0v-5q0-.425.288-.712T12 10t.713.288T13 11v5q0 .425-.288.713T12 17t-.712-.288T11 16m10-8H2.9q-.375 0-.638-.262T2 7.1v-.55q0-.275.138-.475T2.5 5.75l8.6-4.3q.425-.2.9-.2t.9.2l8.55 4.275q.275.125.413.375t.137.525V7q0 .425-.287.713T21 8M3 21q-.425 0-.712-.288T2 20t.288-.712T3 19h10.05q.425 0 .713.288t.287.712t-.288.713t-.712.287zm14.288-8.537Q17 12.175 17 11.75V11q0-.425.288-.712T18 10t.713.288T19 11v.75q0 .425-.288.713T18 12.75t-.712-.288M16 18.55v-1.925q0-.275.138-.525t.412-.375l3-1.5q.2-.125.45-.125t.45.125l3 1.5q.275.125.413.375t.137.525v1.925q0 1.875-.975 3.238t-2.65 2.062q-.05.025-.375.075q-.05 0-.375-.075q-1.675-.7-2.65-2.062T16 18.55m3.275.325l-.45-.45q-.225-.225-.525-.213t-.525.238t-.225.525t.225.525l.8.8q.3.3.7.3t.7-.3l2.25-2.225q.225-.225.225-.525t-.225-.525t-.525-.212t-.525.212z"/></svg>
</template>

CSS

.icon-assured-workload-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%22M5%2016v-5q0-.425.288-.712T6%2010t.713.288T7%2011v5q0%20.425-.288.713T6%2017t-.712-.288T5%2016m6%200v-5q0-.425.288-.712T12%2010t.713.288T13%2011v5q0%20.425-.288.713T12%2017t-.712-.288T11%2016m10-8H2.9q-.375%200-.638-.262T2%207.1v-.55q0-.275.138-.475T2.5%205.75l8.6-4.3q.425-.2.9-.2t.9.2l8.55%204.275q.275.125.413.375t.137.525V7q0%20.425-.287.713T21%208M3%2021q-.425%200-.712-.288T2%2020t.288-.712T3%2019h10.05q.425%200%20.713.288t.287.712t-.288.713t-.712.287zm14.288-8.537Q17%2012.175%2017%2011.75V11q0-.425.288-.712T18%2010t.713.288T19%2011v.75q0%20.425-.288.713T18%2012.75t-.712-.288M16%2018.55v-1.925q0-.275.138-.525t.412-.375l3-1.5q.2-.125.45-.125t.45.125l3%201.5q.275.125.413.375t.137.525v1.925q0%201.875-.975%203.238t-2.65%202.062q-.05.025-.375.075q-.05%200-.375-.075q-1.675-.7-2.65-2.062T16%2018.55m3.275.325l-.45-.45q-.225-.225-.525-.213t-.525.238t-.225.525t.225.525l.8.8q.3.3.7.3t.7-.3l2.25-2.225q.225-.225.225-.525t-.225-.525t-.525-.212t-.525.212z%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%22M5%2016v-5q0-.425.288-.712T6%2010t.713.288T7%2011v5q0%20.425-.288.713T6%2017t-.712-.288T5%2016m6%200v-5q0-.425.288-.712T12%2010t.713.288T13%2011v5q0%20.425-.288.713T12%2017t-.712-.288T11%2016m10-8H2.9q-.375%200-.638-.262T2%207.1v-.55q0-.275.138-.475T2.5%205.75l8.6-4.3q.425-.2.9-.2t.9.2l8.55%204.275q.275.125.413.375t.137.525V7q0%20.425-.287.713T21%208M3%2021q-.425%200-.712-.288T2%2020t.288-.712T3%2019h10.05q.425%200%20.713.288t.287.712t-.288.713t-.712.287zm14.288-8.537Q17%2012.175%2017%2011.75V11q0-.425.288-.712T18%2010t.713.288T19%2011v.75q0%20.425-.288.713T18%2012.75t-.712-.288M16%2018.55v-1.925q0-.275.138-.525t.412-.375l3-1.5q.2-.125.45-.125t.45.125l3%201.5q.275.125.413.375t.137.525v1.925q0%201.875-.975%203.238t-2.65%202.062q-.05.025-.375.075q-.05%200-.375-.075q-1.675-.7-2.65-2.062T16%2018.55m3.275.325l-.45-.45q-.225-.225-.525-.213t-.525.238t-.225.525t.225.525l.8.8q.3.3.7.3t.7-.3l2.25-2.225q.225-.225.225-.525t-.225-.525t-.525-.212t-.525.212z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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