procedures icon

procedures from Line Awesome by Icons8 · Line · Medical · Apache-2.0 Free for personal and commercial use.

Name
procedures
Set
Line Awesome
Style
Line
Category
Medical
Viewbox
32×32
License
Apache 2.0
Aliases
procedures-solid

The same icon in other sets

More medical icons from Line Awesome

Use the procedures icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.125.438L14.375 6H9v2h6.625l1.25-2.563L19.719 13L23.5 8H28V6h-5.5l-2.219 2.875L17.125.437zM6.5 11A2.497 2.497 0 0 0 4 13.5V28h5v-2h14v2h5V17c0-1.645-1.355-3-3-3H13v.563A3.93 3.93 0 0 0 11 14c-.734 0-1.406.214-2 .563V13.5C9 12.117 7.883 11 6.5 11m0 2c.215 0 .5.285.5.5V22h19v4h-1v-2H7v2H6V13.5c0-.215.285-.5.5-.5m4.5 3c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m4 0h10c.555 0 1 .445 1 1v3H15z"/></svg>

React

import type { SVGProps } from "react";

export function LaProcedures(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.125.438L14.375 6H9v2h6.625l1.25-2.563L19.719 13L23.5 8H28V6h-5.5l-2.219 2.875L17.125.437zM6.5 11A2.497 2.497 0 0 0 4 13.5V28h5v-2h14v2h5V17c0-1.645-1.355-3-3-3H13v.563A3.93 3.93 0 0 0 11 14c-.734 0-1.406.214-2 .563V13.5C9 12.117 7.883 11 6.5 11m0 2c.215 0 .5.285.5.5V22h19v4h-1v-2H7v2H6V13.5c0-.215.285-.5.5-.5m4.5 3c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m4 0h10c.555 0 1 .445 1 1v3H15z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.125.438L14.375 6H9v2h6.625l1.25-2.563L19.719 13L23.5 8H28V6h-5.5l-2.219 2.875L17.125.437zM6.5 11A2.497 2.497 0 0 0 4 13.5V28h5v-2h14v2h5V17c0-1.645-1.355-3-3-3H13v.563A3.93 3.93 0 0 0 11 14c-.734 0-1.406.214-2 .563V13.5C9 12.117 7.883 11 6.5 11m0 2c.215 0 .5.285.5.5V22h19v4h-1v-2H7v2H6V13.5c0-.215.285-.5.5-.5m4.5 3c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m4 0h10c.555 0 1 .445 1 1v3H15z"/></svg>
</template>

CSS

.icon-procedures {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.125.438L14.375%206H9v2h6.625l1.25-2.563L19.719%2013L23.5%208H28V6h-5.5l-2.219%202.875L17.125.437zM6.5%2011A2.497%202.497%200%200%200%204%2013.5V28h5v-2h14v2h5V17c0-1.645-1.355-3-3-3H13v.563A3.93%203.93%200%200%200%2011%2014c-.734%200-1.406.214-2%20.563V13.5C9%2012.117%207.883%2011%206.5%2011m0%202c.215%200%20.5.285.5.5V22h19v4h-1v-2H7v2H6V13.5c0-.215.285-.5.5-.5m4.5%203c1.117%200%202%20.883%202%202s-.883%202-2%202s-2-.883-2-2s.883-2%202-2m4%200h10c.555%200%201%20.445%201%201v3H15z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.125.438L14.375%206H9v2h6.625l1.25-2.563L19.719%2013L23.5%208H28V6h-5.5l-2.219%202.875L17.125.437zM6.5%2011A2.497%202.497%200%200%200%204%2013.5V28h5v-2h14v2h5V17c0-1.645-1.355-3-3-3H13v.563A3.93%203.93%200%200%200%2011%2014c-.734%200-1.406.214-2%20.563V13.5C9%2012.117%207.883%2011%206.5%2011m0%202c.215%200%20.5.285.5.5V22h19v4h-1v-2H7v2H6V13.5c0-.215.285-.5.5-.5m4.5%203c1.117%200%202%20.883%202%202s-.883%202-2%202s-2-.883-2-2s.883-2%202-2m4%200h10c.555%200%201%20.445%201%201v3H15z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/procedures.svg?color=%231a73e8&size=48