Current Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Current 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/338751.svg" alt="Current icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338751.svg" alt="Current icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338751.svg" alt="Current icon" :width="24" :height="24" />
CSS background
.icon-current {
background-image: url('https://proicons.com/icon/338751.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="d" points="37.7739 5.5 21.9406 5.5 17.0509 15.9779 32.8842 15.9779 37.7739 5.5"/><path class="d" d="M31.3151,27.6622c-.6505,3.2942-3.571,5.7856-7.059,5.7856-3.9724,0-7.2113-3.2388-7.2113-7.2113v-10.2563H5.9303v9.9241c0,9.1629,8.1109,16.5956,18.132,16.5956,9.3567,0,17.0662-6.5054,18.0074-14.8378h-10.7546Z"/></svg>
Copied!