Fl Studio Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fl Studio Mobile 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/340491.svg" alt="Fl Studio Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340491.svg" alt="Fl Studio Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340491.svg" alt="Fl Studio Mobile icon" :width="24" :height="24" />
CSS background
.icon-fl-studio-mobile {
background-image: url('https://proicons.com/icon/340491.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m14.8098,16.1949c-1.1893,2.0813-2.3786,5.5501-2.7751,7.6314-1.3875,7.0368.1982,18.2361,3.9644,19.5245,3.8653,1.2884,10.3074-6.0457,13.4789-11.3976,1.3875-2.2795,2.676-6.2439,2.9733-9.1181"/><path class="c" d="m24.6217,11.9332c-.7929-1.3875-2.8742-3.3697-4.8564-3.2706h0c-4.2617.0991-7.8296,3.9644-7.3341,6.7394.3964,1.6849,3.9644.1982,7.8296-.7929"/><path class="c" d="m30.1718,18.8709c1.4866,2.4777,3.1715,5.451,4.559,5.451,2.4777.0991,2.2795-6.5412-.4955-9.6136-1.0902-1.2884-3.7662-1.8831-5.8474-1.2884"/><path class="c" d="m26.5047,12.627c4.8564,1.6849,4.1626,4.4599,3.3697,6.2439-.9911,2.4777-4.1626,5.2528-6.7394,4.4599h0c-2.5768-.7929-4.1626-5.3519-2.4777-9.6136.9911-2.4777,3.3697-1.8831,5.8475-1.0902Z"/><path class="c" d="m32.6495,4.5c-.9911.6938-2.1804,1.784-3.2706,3.2706-1.0902,1.4866-2.3786,3.667-2.8742,4.7572"/></svg>
Copied!