Samsung Flow Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Samsung Flow icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/332363.svg" alt="Samsung Flow icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332363.svg" alt="Samsung Flow icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332363.svg" alt="Samsung Flow icon" :width="24" :height="24" />
CSS background
.icon-samsung-flow {
background-image: url('https://proicons.com/icon/332363.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m34.0768,24.2341H14.1143c-5.0423,0-9.3641,4.0447-9.2401,9.0856.116,4.7188,3.9199,8.5227,8.6387,8.6387,5.0408.1239,9.0856-4.1978,9.0856-9.2401V15.143c0-3.3684,2.7306-6.099,6.099-6.099h5.3794"/><circle class="c" cx="37.9742" cy="24.2341" r="3.8974"/><circle class="c" cx="37.9742" cy="9.044" r="3.8974"/></svg>
Copied!