subflow local icon

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

Name
subflow-local
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the subflow local icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.347 29.985a14 14 0 0 1-4.205-.852l.694-1.875a12 12 0 0 0 3.603.73Zm4.265-.456l-.514-1.932a11.9 11.9 0 0 0 3.363-1.483l1.078 1.685a13.9 13.9 0 0 1-3.927 1.73M7.395 27.044a14 14 0 0 1-2.94-3.122l1.648-1.133a12 12 0 0 0 2.522 2.678Zm-4.798-6.99A14 14 0 0 1 2 16h2a12 12 0 0 0 .512 3.476ZM26 17l-1.414 1.414L26.172 20H15.816a3 3 0 0 0-.275-.576l4.481-5.601A3 3 0 0 0 21 14a3 3 0 1 0-2.816-4h-4.368a2.982 2.982 0 0 0-5.632 0H2v2h6.184a2.982 2.982 0 0 0 5.632 0h4.368a3 3 0 0 0 .274.576l-4.48 5.601A3 3 0 0 0 13 18a3 3 0 1 0 2.816 4h10.356l-1.586 1.586L26 25l4-4Zm-5-7a1 1 0 1 1-1 1a1 1 0 0 1 1-1m-10 2a1 1 0 1 1 1-1a1 1 0 0 1-1 1m2 10a1 1 0 1 1 1-1a1 1 0 0 1-1 1m15-6a12 12 0 0 0-.512-3.476l1.915-.578A14 14 0 0 1 30 16Zm-2.104-6.789a12 12 0 0 0-2.522-2.678l1.23-1.577a14 14 0 0 1 2.94 3.122ZM9.54 5.886L8.461 4.201a13.9 13.9 0 0 1 3.927-1.73l.514 1.932A11.9 11.9 0 0 0 9.54 5.886m10.625-1.144a12 12 0 0 0-3.603-.73l.092-1.997a14 14 0 0 1 4.205.851Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonSubflowLocal(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="M15.347 29.985a14 14 0 0 1-4.205-.852l.694-1.875a12 12 0 0 0 3.603.73Zm4.265-.456l-.514-1.932a11.9 11.9 0 0 0 3.363-1.483l1.078 1.685a13.9 13.9 0 0 1-3.927 1.73M7.395 27.044a14 14 0 0 1-2.94-3.122l1.648-1.133a12 12 0 0 0 2.522 2.678Zm-4.798-6.99A14 14 0 0 1 2 16h2a12 12 0 0 0 .512 3.476ZM26 17l-1.414 1.414L26.172 20H15.816a3 3 0 0 0-.275-.576l4.481-5.601A3 3 0 0 0 21 14a3 3 0 1 0-2.816-4h-4.368a2.982 2.982 0 0 0-5.632 0H2v2h6.184a2.982 2.982 0 0 0 5.632 0h4.368a3 3 0 0 0 .274.576l-4.48 5.601A3 3 0 0 0 13 18a3 3 0 1 0 2.816 4h10.356l-1.586 1.586L26 25l4-4Zm-5-7a1 1 0 1 1-1 1a1 1 0 0 1 1-1m-10 2a1 1 0 1 1 1-1a1 1 0 0 1-1 1m2 10a1 1 0 1 1 1-1a1 1 0 0 1-1 1m15-6a12 12 0 0 0-.512-3.476l1.915-.578A14 14 0 0 1 30 16Zm-2.104-6.789a12 12 0 0 0-2.522-2.678l1.23-1.577a14 14 0 0 1 2.94 3.122ZM9.54 5.886L8.461 4.201a13.9 13.9 0 0 1 3.927-1.73l.514 1.932A11.9 11.9 0 0 0 9.54 5.886m10.625-1.144a12 12 0 0 0-3.603-.73l.092-1.997a14 14 0 0 1 4.205.851Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.347 29.985a14 14 0 0 1-4.205-.852l.694-1.875a12 12 0 0 0 3.603.73Zm4.265-.456l-.514-1.932a11.9 11.9 0 0 0 3.363-1.483l1.078 1.685a13.9 13.9 0 0 1-3.927 1.73M7.395 27.044a14 14 0 0 1-2.94-3.122l1.648-1.133a12 12 0 0 0 2.522 2.678Zm-4.798-6.99A14 14 0 0 1 2 16h2a12 12 0 0 0 .512 3.476ZM26 17l-1.414 1.414L26.172 20H15.816a3 3 0 0 0-.275-.576l4.481-5.601A3 3 0 0 0 21 14a3 3 0 1 0-2.816-4h-4.368a2.982 2.982 0 0 0-5.632 0H2v2h6.184a2.982 2.982 0 0 0 5.632 0h4.368a3 3 0 0 0 .274.576l-4.48 5.601A3 3 0 0 0 13 18a3 3 0 1 0 2.816 4h10.356l-1.586 1.586L26 25l4-4Zm-5-7a1 1 0 1 1-1 1a1 1 0 0 1 1-1m-10 2a1 1 0 1 1 1-1a1 1 0 0 1-1 1m2 10a1 1 0 1 1 1-1a1 1 0 0 1-1 1m15-6a12 12 0 0 0-.512-3.476l1.915-.578A14 14 0 0 1 30 16Zm-2.104-6.789a12 12 0 0 0-2.522-2.678l1.23-1.577a14 14 0 0 1 2.94 3.122ZM9.54 5.886L8.461 4.201a13.9 13.9 0 0 1 3.927-1.73l.514 1.932A11.9 11.9 0 0 0 9.54 5.886m10.625-1.144a12 12 0 0 0-3.603-.73l.092-1.997a14 14 0 0 1 4.205.851Z"/></svg>
</template>

CSS

.icon-subflow-local {
  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%22M15.347%2029.985a14%2014%200%200%201-4.205-.852l.694-1.875a12%2012%200%200%200%203.603.73Zm4.265-.456l-.514-1.932a11.9%2011.9%200%200%200%203.363-1.483l1.078%201.685a13.9%2013.9%200%200%201-3.927%201.73M7.395%2027.044a14%2014%200%200%201-2.94-3.122l1.648-1.133a12%2012%200%200%200%202.522%202.678Zm-4.798-6.99A14%2014%200%200%201%202%2016h2a12%2012%200%200%200%20.512%203.476ZM26%2017l-1.414%201.414L26.172%2020H15.816a3%203%200%200%200-.275-.576l4.481-5.601A3%203%200%200%200%2021%2014a3%203%200%201%200-2.816-4h-4.368a2.982%202.982%200%200%200-5.632%200H2v2h6.184a2.982%202.982%200%200%200%205.632%200h4.368a3%203%200%200%200%20.274.576l-4.48%205.601A3%203%200%200%200%2013%2018a3%203%200%201%200%202.816%204h10.356l-1.586%201.586L26%2025l4-4Zm-5-7a1%201%200%201%201-1%201a1%201%200%200%201%201-1m-10%202a1%201%200%201%201%201-1a1%201%200%200%201-1%201m2%2010a1%201%200%201%201%201-1a1%201%200%200%201-1%201m15-6a12%2012%200%200%200-.512-3.476l1.915-.578A14%2014%200%200%201%2030%2016Zm-2.104-6.789a12%2012%200%200%200-2.522-2.678l1.23-1.577a14%2014%200%200%201%202.94%203.122ZM9.54%205.886L8.461%204.201a13.9%2013.9%200%200%201%203.927-1.73l.514%201.932A11.9%2011.9%200%200%200%209.54%205.886m10.625-1.144a12%2012%200%200%200-3.603-.73l.092-1.997a14%2014%200%200%201%204.205.851Z%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%22M15.347%2029.985a14%2014%200%200%201-4.205-.852l.694-1.875a12%2012%200%200%200%203.603.73Zm4.265-.456l-.514-1.932a11.9%2011.9%200%200%200%203.363-1.483l1.078%201.685a13.9%2013.9%200%200%201-3.927%201.73M7.395%2027.044a14%2014%200%200%201-2.94-3.122l1.648-1.133a12%2012%200%200%200%202.522%202.678Zm-4.798-6.99A14%2014%200%200%201%202%2016h2a12%2012%200%200%200%20.512%203.476ZM26%2017l-1.414%201.414L26.172%2020H15.816a3%203%200%200%200-.275-.576l4.481-5.601A3%203%200%200%200%2021%2014a3%203%200%201%200-2.816-4h-4.368a2.982%202.982%200%200%200-5.632%200H2v2h6.184a2.982%202.982%200%200%200%205.632%200h4.368a3%203%200%200%200%20.274.576l-4.48%205.601A3%203%200%200%200%2013%2018a3%203%200%201%200%202.816%204h10.356l-1.586%201.586L26%2025l4-4Zm-5-7a1%201%200%201%201-1%201a1%201%200%200%201%201-1m-10%202a1%201%200%201%201%201-1a1%201%200%200%201-1%201m2%2010a1%201%200%201%201%201-1a1%201%200%200%201-1%201m15-6a12%2012%200%200%200-.512-3.476l1.915-.578A14%2014%200%200%201%2030%2016Zm-2.104-6.789a12%2012%200%200%200-2.522-2.678l1.23-1.577a14%2014%200%200%201%202.94%203.122ZM9.54%205.886L8.461%204.201a13.9%2013.9%200%200%201%203.927-1.73l.514%201.932A11.9%2011.9%200%200%200%209.54%205.886m10.625-1.144a12%2012%200%200%200-3.603-.73l.092-1.997a14%2014%200%200%201%204.205.851Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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