Atalaya Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Atalaya 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/322114.svg" alt="Atalaya icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322114.svg" alt="Atalaya icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322114.svg" alt="Atalaya icon" :width="24" :height="24" />
CSS background
.icon-atalaya {
background-image: url('https://proicons.com/icon/322114.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M42.5,38.976v-1.1547s-3.8056-6.0875-15.488-7.4924l-1.2907-15.575s1.1729-.1174,1.1729-.4293c0-.2151.046-1.1025-.5813-1.1025l-.1613-2.0541-2.1512-2.1431-2.1512,2.1431-.1613,2.0541c-.6273,0-.5813.8873-.5813,1.1025,0,.3119,1.1729.4293,1.1729.4293l-1.2907,15.575c-11.683,1.405-15.488,7.4924-15.488,7.4924v1.1547Z"/></svg>
Copied!