Another Shadow Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Another Shadow 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/336393.svg" alt="Another Shadow icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336393.svg" alt="Another Shadow icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336393.svg" alt="Another Shadow icon" :width="24" :height="24" />
CSS background
.icon-another-shadow {
background-image: url('https://proicons.com/icon/336393.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>.h{stroke-miterlimit:10;}.h,.i{fill:none;stroke:#fff;}.i{stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="i" d="M24,2.5c-11.8741,0-21.5,9.6259-21.5,21.5s9.6259,21.5,21.5,21.5c1.9728-.0001,3.9363-.2718,5.835-.8074-2.4237-.4537-6.4736-15.3637-4.7165-21.5324-1.03.0396-2.0301.2422-2.9986.6509l-10.3415,9.7078c-2.3838-4.658,3.3994-9.2599,6.7474-13.8021.4197-.5694,1.0296-1.1387,1.3438-1.7102-.9256-1.5736,1.252-3.4993,3.1418-5.4017.9374-.9437,1.4948-2.4937,2.7734-3.2468,1.1816-.6959,2.6722-.9298,4.4893-.1966.5664-.1491,1.9323-2.1335,1.5346-.0649,1.0216-.78,4.5623-1.2947,2.8707-.1947,1.8651-.8074,2.6778.1341,3.5598-1.0097-3.9297-3.4741-8.9939-5.3919-14.2392-5.3922Z"/><circle id="e" class="h" cx="25.6862" cy="16.3655" r="1.4659"/></g></svg>
Copied!