Brightway Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Brightway 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/337523.svg" alt="Brightway icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337523.svg" alt="Brightway icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337523.svg" alt="Brightway icon" :width="24" :height="24" />
CSS background
.icon-brightway {
background-image: url('https://proicons.com/icon/337523.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"/><path class="b" d="M16.3829,44.1109c10.3227-10.9006,12.068-22.0034,10.9956-29.952-.8729-6.4698-6.4136-8.6846-9.9042-6.7079s-5.8248,7.0234-2.1238,14.4673c4.3793,8.8083,11.1231,13.7642,22.405,18.6052"/></svg>
Copied!