Flo Tr Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flo Tr 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/340553.svg" alt="Flo Tr icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340553.svg" alt="Flo Tr icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340553.svg" alt="Flo Tr icon" :width="24" :height="24" />
CSS background
.icon-flo-tr {
background-image: url('https://proicons.com/icon/340553.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><polyline class="b" points="20.8218 18.5021 20.8218 29.5 26.3208 29.5"/><line class="b" x1="12.8522" y1="24.0011" x2="16.4265" y2="24.0011"/><polyline class="b" points="12.8522 29.5 12.8522 18.5021 18.3512 18.5021"/><path class="b" d="m31.4361,29.4975h0c-2.062,0-3.5743-1.6496-3.5743-3.5743v-3.7116c0-2.062,1.6496-3.7116,3.5743-3.7116h0c2.062,0,3.7116,1.6496,3.7116,3.7116v3.5743c0,2.062-1.6496,3.7116-3.7116,3.7116Z"/></svg>
Copied!