Acastusphoton Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Acastusphoton 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/335867.svg" alt="Acastusphoton icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335867.svg" alt="Acastusphoton icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335867.svg" alt="Acastusphoton icon" :width="24" :height="24" />
CSS background
.icon-acastusphoton {
background-image: url('https://proicons.com/icon/335867.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M19.1059,9.6059a6.38,6.38,0,0,0-6.3795,6.38c0,4.9925,4.8834,11.0107,6.1479,12.4853a.3853.3853,0,0,0,.5885-.0029c1.243-1.48,6.0226-7.4931,6.0226-12.4824A6.38,6.38,0,0,0,19.1059,9.6059Zm0,8.7638A2.3843,2.3843,0,1,1,21.49,15.9855,2.3843,2.3843,0,0,1,19.1059,18.37Z"/><circle class="a" cx="19" cy="19" r="13.5"/><line class="a" x1="42.5" y1="42.5" x2="28.541" y2="28.541"/></svg>
Copied!