subflow icon
subflow from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- subflow
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the subflow icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 30A14.016 14.016 0 0 1 2 16h2a12.003 12.003 0 0 0 18.46 10.114l1.08 1.684A13.95 13.95 0 0 1 16 30"/><path fill="currentColor" d="m26 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 1"/><path fill="currentColor" d="M30 16h-2A12.003 12.003 0 0 0 9.54 5.886L8.46 4.202A14.002 14.002 0 0 1 30 16"/></svg>
React
import type { SVGProps } from "react";
export function CarbonSubflow(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="M16 30A14.016 14.016 0 0 1 2 16h2a12.003 12.003 0 0 0 18.46 10.114l1.08 1.684A13.95 13.95 0 0 1 16 30"/><path fill="currentColor" d="m26 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 1"/><path fill="currentColor" d="M30 16h-2A12.003 12.003 0 0 0 9.54 5.886L8.46 4.202A14.002 14.002 0 0 1 30 16"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 30A14.016 14.016 0 0 1 2 16h2a12.003 12.003 0 0 0 18.46 10.114l1.08 1.684A13.95 13.95 0 0 1 16 30"/><path fill="currentColor" d="m26 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 1"/><path fill="currentColor" d="M30 16h-2A12.003 12.003 0 0 0 9.54 5.886L8.46 4.202A14.002 14.002 0 0 1 30 16"/></svg> </template>
CSS
.icon-subflow {
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%22M16%2030A14.016%2014.016%200%200%201%202%2016h2a12.003%2012.003%200%200%200%2018.46%2010.114l1.08%201.684A13.95%2013.95%200%200%201%2016%2030%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m26%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%201%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2016h-2A12.003%2012.003%200%200%200%209.54%205.886L8.46%204.202A14.002%2014.002%200%200%201%2030%2016%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%22M16%2030A14.016%2014.016%200%200%201%202%2016h2a12.003%2012.003%200%200%200%2018.46%2010.114l1.08%201.684A13.95%2013.95%200%200%201%2016%2030%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m26%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%201%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2016h-2A12.003%2012.003%200%200%200%209.54%205.886L8.46%204.202A14.002%2014.002%200%200%201%2030%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/subflow.svg?color=%231a73e8&size=48