procedure icon
procedure from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- procedure
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- procedure-sharp
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
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="M19 11q-.95 0-2.025-.537t-2-1.488t-1.462-2.025t-.538-2q0-.425.125-.775t.375-.6q.65-.65 2.638-1.138t3.737-.412q.625.05 1.038.15t.612.3q.175.175.288.538t.162.912q.125 1.725-.35 3.8t-1.15 2.75q-.25.25-.637.388T19 11m.875-5q.05-.45.075-.95T20 4q-.5-.025-1.012.013t-1.013.087q.275.2.538.425t.487.45q.25.25.463.5t.412.525M19 9q.025-.5-.375-1.237T17.575 6.4q-.625-.625-1.338-1.012T15.026 5q.05.575.425 1.3t.925 1.275q.6.6 1.313.988T19 9m2.3 9.7L16.6 14h-10L1.3 8.7l1.4-1.4L7.4 12h10l5.3 5.3zM8 22v-4q0-.825.588-1.412T10 16h4q.825 0 1.413.588T16 18v4z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsProcedure(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="M19 11q-.95 0-2.025-.537t-2-1.488t-1.462-2.025t-.538-2q0-.425.125-.775t.375-.6q.65-.65 2.638-1.138t3.737-.412q.625.05 1.038.15t.612.3q.175.175.288.538t.162.912q.125 1.725-.35 3.8t-1.15 2.75q-.25.25-.637.388T19 11m.875-5q.05-.45.075-.95T20 4q-.5-.025-1.012.013t-1.013.087q.275.2.538.425t.487.45q.25.25.463.5t.412.525M19 9q.025-.5-.375-1.237T17.575 6.4q-.625-.625-1.338-1.012T15.026 5q.05.575.425 1.3t.925 1.275q.6.6 1.313.988T19 9m2.3 9.7L16.6 14h-10L1.3 8.7l1.4-1.4L7.4 12h10l5.3 5.3zM8 22v-4q0-.825.588-1.412T10 16h4q.825 0 1.413.588T16 18v4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 11q-.95 0-2.025-.537t-2-1.488t-1.462-2.025t-.538-2q0-.425.125-.775t.375-.6q.65-.65 2.638-1.138t3.737-.412q.625.05 1.038.15t.612.3q.175.175.288.538t.162.912q.125 1.725-.35 3.8t-1.15 2.75q-.25.25-.637.388T19 11m.875-5q.05-.45.075-.95T20 4q-.5-.025-1.012.013t-1.013.087q.275.2.538.425t.487.45q.25.25.463.5t.412.525M19 9q.025-.5-.375-1.237T17.575 6.4q-.625-.625-1.338-1.012T15.026 5q.05.575.425 1.3t.925 1.275q.6.6 1.313.988T19 9m2.3 9.7L16.6 14h-10L1.3 8.7l1.4-1.4L7.4 12h10l5.3 5.3zM8 22v-4q0-.825.588-1.412T10 16h4q.825 0 1.413.588T16 18v4z"/></svg> </template>
CSS
.icon-procedure {
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%22M19%2011q-.95%200-2.025-.537t-2-1.488t-1.462-2.025t-.538-2q0-.425.125-.775t.375-.6q.65-.65%202.638-1.138t3.737-.412q.625.05%201.038.15t.612.3q.175.175.288.538t.162.912q.125%201.725-.35%203.8t-1.15%202.75q-.25.25-.637.388T19%2011m.875-5q.05-.45.075-.95T20%204q-.5-.025-1.012.013t-1.013.087q.275.2.538.425t.487.45q.25.25.463.5t.412.525M19%209q.025-.5-.375-1.237T17.575%206.4q-.625-.625-1.338-1.012T15.026%205q.05.575.425%201.3t.925%201.275q.6.6%201.313.988T19%209m2.3%209.7L16.6%2014h-10L1.3%208.7l1.4-1.4L7.4%2012h10l5.3%205.3zM8%2022v-4q0-.825.588-1.412T10%2016h4q.825%200%201.413.588T16%2018v4z%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%22M19%2011q-.95%200-2.025-.537t-2-1.488t-1.462-2.025t-.538-2q0-.425.125-.775t.375-.6q.65-.65%202.638-1.138t3.737-.412q.625.05%201.038.15t.612.3q.175.175.288.538t.162.912q.125%201.725-.35%203.8t-1.15%202.75q-.25.25-.637.388T19%2011m.875-5q.05-.45.075-.95T20%204q-.5-.025-1.012.013t-1.013.087q.275.2.538.425t.487.45q.25.25.463.5t.412.525M19%209q.025-.5-.375-1.237T17.575%206.4q-.625-.625-1.338-1.012T15.026%205q.05.575.425%201.3t.925%201.275q.6.6%201.313.988T19%209m2.3%209.7L16.6%2014h-10L1.3%208.7l1.4-1.4L7.4%2012h10l5.3%205.3zM8%2022v-4q0-.825.588-1.412T10%2016h4q.825%200%201.413.588T16%2018v4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/procedure.svg?color=%231a73e8&size=48