Fstop Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fstop 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/326298.svg" alt="Fstop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326298.svg" alt="Fstop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326298.svg" alt="Fstop icon" :width="24" :height="24" />
CSS background
.icon-fstop {
background-image: url('https://proicons.com/icon/326298.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="24" r="11.5"/><circle class="a" cx="21.4291" cy="17.6681" r="2.3689"/><path class="a" d="M13.1617,26.1759l4.1972-3.833,4.2574,3.7122.3.3124,6.8605-6.4861,6.0711,6.0711"/><path class="a" d="M21.8205,26.4127l-5.8912,5.4619"/><circle class="a" cx="24" cy="24" r="21.5"/><line class="a" x1="26.9764" y1="35.1081" x2="29.5646" y2="44.7674"/><line class="a" x1="21.0236" y1="12.8919" x2="18.4354" y2="3.2326"/><line class="a" x1="35.1081" y1="26.9764" x2="44.7674" y2="29.5646"/><line class="a" x1="12.8919" y1="21.0236" x2="3.2326" y2="18.4354"/><line class="a" x1="32.1317" y1="15.8683" x2="39.2028" y2="8.7972"/><line class="a" x1="15.8683" y1="32.1317" x2="8.7972" y2="39.2028"/></svg>
Copied!