procedure-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
procedure-rounded
Set
Material Symbols Light
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the procedure icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.27 10.73q-.74 0-1.622-.46t-1.673-1.276t-1.251-1.698t-.46-1.634q0-.233.048-.4t.144-.264q.535-.534 2.234-.907q1.699-.372 3.545-.354q.298.011.489.063q.192.052.295.156q.098.098.153.278t.066.46q.03 1.86-.32 3.56t-.891 2.24q-.115.116-.31.176q-.196.06-.448.06m.51-2.326q.223-.681.335-1.594q.111-.914.155-2.08q-.98-.024-1.897.1q-.916.124-1.685.366q.544.296.999.627q.455.33.833.71q.423.423.742.884t.518.987m-.51 1.327q-.148-.615-.528-1.295q-.381-.68-.935-1.228q-.567-.567-1.232-.945t-1.28-.532q.05.575.435 1.29t.954 1.285q.6.6 1.303.987q.703.388 1.283.438M16.812 13.5h-9.33q-.323 0-.627-.13t-.522-.349L2.346 9.054q-.14-.14-.14-.354t.14-.354t.354-.14t.354.14L7.189 12.5h9.328q.324 0 .628.13t.522.349l3.987 3.967q.14.14.14.354t-.14.354t-.354.14t-.354-.14zm-7.504 7.48q-.348 0-.578-.229t-.23-.578v-2.577q0-.671.472-1.143t1.144-.472h3.768q.672 0 1.144.472t.472 1.143v2.577q0 .348-.23.578t-.578.23z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightProcedureRounded(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="M18.27 10.73q-.74 0-1.622-.46t-1.673-1.276t-1.251-1.698t-.46-1.634q0-.233.048-.4t.144-.264q.535-.534 2.234-.907q1.699-.372 3.545-.354q.298.011.489.063q.192.052.295.156q.098.098.153.278t.066.46q.03 1.86-.32 3.56t-.891 2.24q-.115.116-.31.176q-.196.06-.448.06m.51-2.326q.223-.681.335-1.594q.111-.914.155-2.08q-.98-.024-1.897.1q-.916.124-1.685.366q.544.296.999.627q.455.33.833.71q.423.423.742.884t.518.987m-.51 1.327q-.148-.615-.528-1.295q-.381-.68-.935-1.228q-.567-.567-1.232-.945t-1.28-.532q.05.575.435 1.29t.954 1.285q.6.6 1.303.987q.703.388 1.283.438M16.812 13.5h-9.33q-.323 0-.627-.13t-.522-.349L2.346 9.054q-.14-.14-.14-.354t.14-.354t.354-.14t.354.14L7.189 12.5h9.328q.324 0 .628.13t.522.349l3.987 3.967q.14.14.14.354t-.14.354t-.354.14t-.354-.14zm-7.504 7.48q-.348 0-.578-.229t-.23-.578v-2.577q0-.671.472-1.143t1.144-.472h3.768q.672 0 1.144.472t.472 1.143v2.577q0 .348-.23.578t-.578.23z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.27 10.73q-.74 0-1.622-.46t-1.673-1.276t-1.251-1.698t-.46-1.634q0-.233.048-.4t.144-.264q.535-.534 2.234-.907q1.699-.372 3.545-.354q.298.011.489.063q.192.052.295.156q.098.098.153.278t.066.46q.03 1.86-.32 3.56t-.891 2.24q-.115.116-.31.176q-.196.06-.448.06m.51-2.326q.223-.681.335-1.594q.111-.914.155-2.08q-.98-.024-1.897.1q-.916.124-1.685.366q.544.296.999.627q.455.33.833.71q.423.423.742.884t.518.987m-.51 1.327q-.148-.615-.528-1.295q-.381-.68-.935-1.228q-.567-.567-1.232-.945t-1.28-.532q.05.575.435 1.29t.954 1.285q.6.6 1.303.987q.703.388 1.283.438M16.812 13.5h-9.33q-.323 0-.627-.13t-.522-.349L2.346 9.054q-.14-.14-.14-.354t.14-.354t.354-.14t.354.14L7.189 12.5h9.328q.324 0 .628.13t.522.349l3.987 3.967q.14.14.14.354t-.14.354t-.354.14t-.354-.14zm-7.504 7.48q-.348 0-.578-.229t-.23-.578v-2.577q0-.671.472-1.143t1.144-.472h3.768q.672 0 1.144.472t.472 1.143v2.577q0 .348-.23.578t-.578.23z"/></svg>
</template>

CSS

.icon-procedure-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%22M18.27%2010.73q-.74%200-1.622-.46t-1.673-1.276t-1.251-1.698t-.46-1.634q0-.233.048-.4t.144-.264q.535-.534%202.234-.907q1.699-.372%203.545-.354q.298.011.489.063q.192.052.295.156q.098.098.153.278t.066.46q.03%201.86-.32%203.56t-.891%202.24q-.115.116-.31.176q-.196.06-.448.06m.51-2.326q.223-.681.335-1.594q.111-.914.155-2.08q-.98-.024-1.897.1q-.916.124-1.685.366q.544.296.999.627q.455.33.833.71q.423.423.742.884t.518.987m-.51%201.327q-.148-.615-.528-1.295q-.381-.68-.935-1.228q-.567-.567-1.232-.945t-1.28-.532q.05.575.435%201.29t.954%201.285q.6.6%201.303.987q.703.388%201.283.438M16.812%2013.5h-9.33q-.323%200-.627-.13t-.522-.349L2.346%209.054q-.14-.14-.14-.354t.14-.354t.354-.14t.354.14L7.189%2012.5h9.328q.324%200%20.628.13t.522.349l3.987%203.967q.14.14.14.354t-.14.354t-.354.14t-.354-.14zm-7.504%207.48q-.348%200-.578-.229t-.23-.578v-2.577q0-.671.472-1.143t1.144-.472h3.768q.672%200%201.144.472t.472%201.143v2.577q0%20.348-.23.578t-.578.23z%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%22M18.27%2010.73q-.74%200-1.622-.46t-1.673-1.276t-1.251-1.698t-.46-1.634q0-.233.048-.4t.144-.264q.535-.534%202.234-.907q1.699-.372%203.545-.354q.298.011.489.063q.192.052.295.156q.098.098.153.278t.066.46q.03%201.86-.32%203.56t-.891%202.24q-.115.116-.31.176q-.196.06-.448.06m.51-2.326q.223-.681.335-1.594q.111-.914.155-2.08q-.98-.024-1.897.1q-.916.124-1.685.366q.544.296.999.627q.455.33.833.71q.423.423.742.884t.518.987m-.51%201.327q-.148-.615-.528-1.295q-.381-.68-.935-1.228q-.567-.567-1.232-.945t-1.28-.532q.05.575.435%201.29t.954%201.285q.6.6%201.303.987q.703.388%201.283.438M16.812%2013.5h-9.33q-.323%200-.627-.13t-.522-.349L2.346%209.054q-.14-.14-.14-.354t.14-.354t.354-.14t.354.14L7.189%2012.5h9.328q.324%200%20.628.13t.522.349l3.987%203.967q.14.14.14.354t-.14.354t-.354.14t-.354-.14zm-7.504%207.48q-.348%200-.578-.229t-.23-.578v-2.577q0-.671.472-1.143t1.144-.472h3.768q.672%200%201.144.472t.472%201.143v2.577q0%20.348-.23.578t-.578.23z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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