Emoji Anticlockwise Triangle Headed Top U Shaped Arrow Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Anticlockwise Triangle Headed Top U Shaped Arrow icon is commonly used in navigation controls, pagination and call-to-action buttons. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/325081.svg" alt="Emoji Anticlockwise Triangle Headed Top U Shaped Arrow icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325081.svg" alt="Emoji Anticlockwise Triangle Headed Top U Shaped Arrow icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325081.svg" alt="Emoji Anticlockwise Triangle Headed Top U Shaped Arrow icon" :width="24" :height="24" />
CSS background
.icon-emoji-anticlockwise-triangle-headed-top-u-shaped-arrow {
background-image: url('https://proicons.com/icon/325081.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="c" points="20.5097 30.0295 31.5049 41.0246 42.5 30.0295"/><path class="c" d="m31.5049,41.0246v-21.0469c0-7.181-5.8214-13.0024-13.0024-13.0024h0c-7.181,0-13.0024,5.8214-13.0024,13.0024v21.0469"/></svg>
Copied!