pressure icon

pressure from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.

Name
pressure
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

1 other variant in Carbon

More planning icons from Carbon

Use the pressure icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m17.505 16l8.16-7.253A1 1 0 0 0 25 7h-3V2h-2v7h2.37L16 14.662L9.63 9H12V2h-2v5H7a1 1 0 0 0-.665 1.747L14.495 16l-8.16 7.253A1 1 0 0 0 7 25h3v5h2v-7H9.63L16 17.338L22.37 23H20v7h2v-5h3a1 1 0 0 0 .665-1.747Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonPressure(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.505 16l8.16-7.253A1 1 0 0 0 25 7h-3V2h-2v7h2.37L16 14.662L9.63 9H12V2h-2v5H7a1 1 0 0 0-.665 1.747L14.495 16l-8.16 7.253A1 1 0 0 0 7 25h3v5h2v-7H9.63L16 17.338L22.37 23H20v7h2v-5h3a1 1 0 0 0 .665-1.747Z"/></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.505 16l8.16-7.253A1 1 0 0 0 25 7h-3V2h-2v7h2.37L16 14.662L9.63 9H12V2h-2v5H7a1 1 0 0 0-.665 1.747L14.495 16l-8.16 7.253A1 1 0 0 0 7 25h3v5h2v-7H9.63L16 17.338L22.37 23H20v7h2v-5h3a1 1 0 0 0 .665-1.747Z"/></svg>
</template>

CSS

.icon-pressure {
  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.505%2016l8.16-7.253A1%201%200%200%200%2025%207h-3V2h-2v7h2.37L16%2014.662L9.63%209H12V2h-2v5H7a1%201%200%200%200-.665%201.747L14.495%2016l-8.16%207.253A1%201%200%200%200%207%2025h3v5h2v-7H9.63L16%2017.338L22.37%2023H20v7h2v-5h3a1%201%200%200%200%20.665-1.747Z%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.505%2016l8.16-7.253A1%201%200%200%200%2025%207h-3V2h-2v7h2.37L16%2014.662L9.63%209H12V2h-2v5H7a1%201%200%200%200-.665%201.747L14.495%2016l-8.16%207.253A1%201%200%200%200%207%2025h3v5h2v-7H9.63L16%2017.338L22.37%2023H20v7h2v-5h3a1%201%200%200%200%20.665-1.747Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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