downstream icon

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

Name
downstream
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the downstream icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 24a3 3 0 1 0 0 6a3 3 0 0 0 0-6m0 4a1 1 0 1 1 0-2a1 1 0 0 1 0 2m11-4a3 3 0 1 0 0 6a3 3 0 0 0 0-6m0 4a1 1 0 1 1 0-2a1 1 0 0 1 0 2m11-4a3 3 0 1 0 0 6a3 3 0 0 0 0-6m0 4a1 1 0 1 1 0-2a1 1 0 0 1 0 2m2.586-10.414L28 19.172V16c0-3.554-2.665-6.492-6.1-6.936c.062-.345.1-.7.1-1.064a6 6 0 0 0-12 0c0 .364.038.719.1 1.064C6.665 9.508 4 12.446 4 16v3.171l-1.586-1.585L1 19l4 4l4-4l-1.414-1.414L6 19.172V16c0-2.695 2.148-4.885 4.82-4.982A6 6 0 0 0 15 13.91v5.262l-1.586-1.586L12 19l4 4l4-4l-1.414-1.414L17 19.172V13.91a6 6 0 0 0 4.18-2.892C23.852 11.115 26 13.305 26 16v3.171l-1.586-1.585L23 19l4 4l4-4zM16 12c-2.206 0-4-1.794-4-4s1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4"/></svg>

React

import type { SVGProps } from "react";

export function CarbonDownstream(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="M5 24a3 3 0 1 0 0 6a3 3 0 0 0 0-6m0 4a1 1 0 1 1 0-2a1 1 0 0 1 0 2m11-4a3 3 0 1 0 0 6a3 3 0 0 0 0-6m0 4a1 1 0 1 1 0-2a1 1 0 0 1 0 2m11-4a3 3 0 1 0 0 6a3 3 0 0 0 0-6m0 4a1 1 0 1 1 0-2a1 1 0 0 1 0 2m2.586-10.414L28 19.172V16c0-3.554-2.665-6.492-6.1-6.936c.062-.345.1-.7.1-1.064a6 6 0 0 0-12 0c0 .364.038.719.1 1.064C6.665 9.508 4 12.446 4 16v3.171l-1.586-1.585L1 19l4 4l4-4l-1.414-1.414L6 19.172V16c0-2.695 2.148-4.885 4.82-4.982A6 6 0 0 0 15 13.91v5.262l-1.586-1.586L12 19l4 4l4-4l-1.414-1.414L17 19.172V13.91a6 6 0 0 0 4.18-2.892C23.852 11.115 26 13.305 26 16v3.171l-1.586-1.585L23 19l4 4l4-4zM16 12c-2.206 0-4-1.794-4-4s1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 24a3 3 0 1 0 0 6a3 3 0 0 0 0-6m0 4a1 1 0 1 1 0-2a1 1 0 0 1 0 2m11-4a3 3 0 1 0 0 6a3 3 0 0 0 0-6m0 4a1 1 0 1 1 0-2a1 1 0 0 1 0 2m11-4a3 3 0 1 0 0 6a3 3 0 0 0 0-6m0 4a1 1 0 1 1 0-2a1 1 0 0 1 0 2m2.586-10.414L28 19.172V16c0-3.554-2.665-6.492-6.1-6.936c.062-.345.1-.7.1-1.064a6 6 0 0 0-12 0c0 .364.038.719.1 1.064C6.665 9.508 4 12.446 4 16v3.171l-1.586-1.585L1 19l4 4l4-4l-1.414-1.414L6 19.172V16c0-2.695 2.148-4.885 4.82-4.982A6 6 0 0 0 15 13.91v5.262l-1.586-1.586L12 19l4 4l4-4l-1.414-1.414L17 19.172V13.91a6 6 0 0 0 4.18-2.892C23.852 11.115 26 13.305 26 16v3.171l-1.586-1.585L23 19l4 4l4-4zM16 12c-2.206 0-4-1.794-4-4s1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4"/></svg>
</template>

CSS

.icon-downstream {
  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%22M5%2024a3%203%200%201%200%200%206a3%203%200%200%200%200-6m0%204a1%201%200%201%201%200-2a1%201%200%200%201%200%202m11-4a3%203%200%201%200%200%206a3%203%200%200%200%200-6m0%204a1%201%200%201%201%200-2a1%201%200%200%201%200%202m11-4a3%203%200%201%200%200%206a3%203%200%200%200%200-6m0%204a1%201%200%201%201%200-2a1%201%200%200%201%200%202m2.586-10.414L28%2019.172V16c0-3.554-2.665-6.492-6.1-6.936c.062-.345.1-.7.1-1.064a6%206%200%200%200-12%200c0%20.364.038.719.1%201.064C6.665%209.508%204%2012.446%204%2016v3.171l-1.586-1.585L1%2019l4%204l4-4l-1.414-1.414L6%2019.172V16c0-2.695%202.148-4.885%204.82-4.982A6%206%200%200%200%2015%2013.91v5.262l-1.586-1.586L12%2019l4%204l4-4l-1.414-1.414L17%2019.172V13.91a6%206%200%200%200%204.18-2.892C23.852%2011.115%2026%2013.305%2026%2016v3.171l-1.586-1.585L23%2019l4%204l4-4zM16%2012c-2.206%200-4-1.794-4-4s1.794-4%204-4s4%201.794%204%204s-1.794%204-4%204%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%22M5%2024a3%203%200%201%200%200%206a3%203%200%200%200%200-6m0%204a1%201%200%201%201%200-2a1%201%200%200%201%200%202m11-4a3%203%200%201%200%200%206a3%203%200%200%200%200-6m0%204a1%201%200%201%201%200-2a1%201%200%200%201%200%202m11-4a3%203%200%201%200%200%206a3%203%200%200%200%200-6m0%204a1%201%200%201%201%200-2a1%201%200%200%201%200%202m2.586-10.414L28%2019.172V16c0-3.554-2.665-6.492-6.1-6.936c.062-.345.1-.7.1-1.064a6%206%200%200%200-12%200c0%20.364.038.719.1%201.064C6.665%209.508%204%2012.446%204%2016v3.171l-1.586-1.585L1%2019l4%204l4-4l-1.414-1.414L6%2019.172V16c0-2.695%202.148-4.885%204.82-4.982A6%206%200%200%200%2015%2013.91v5.262l-1.586-1.586L12%2019l4%204l4-4l-1.414-1.414L17%2019.172V13.91a6%206%200%200%200%204.18-2.892C23.852%2011.115%2026%2013.305%2026%2016v3.171l-1.586-1.585L23%2019l4%204l4-4zM16%2012c-2.206%200-4-1.794-4-4s1.794-4%204-4s4%201.794%204%204s-1.794%204-4%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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