Alga Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Alga 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/336153.svg" alt="Alga icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336153.svg" alt="Alga icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336153.svg" alt="Alga icon" :width="24" :height="24" />
CSS background
.icon-alga {
background-image: url('https://proicons.com/icon/336153.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="m28.4854,29.9429v-12.1093m0,7.6249c-.0084,2.4735-2.0118,4.4765-4.4854,4.4843h0c-2.4739-.0078-4.4775-2.0114-4.4854-4.4854v-2.9151c.0084-2.4735,2.0118-4.4765,4.4854-4.4843h0c2.4739.0078,4.4775,2.0114,4.4854,4.4854"/><polyline class="c" points="14.5084 13.7952 4.5 23.8036 14.9022 34.2058"/><polyline class="c" points="33.4916 13.7942 43.5 23.8026 33.0978 34.2048"/></svg>
Copied!