Al Cambio Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Al Cambio 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/321545.svg" alt="Al Cambio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321545.svg" alt="Al Cambio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321545.svg" alt="Al Cambio icon" :width="24" :height="24" />
CSS background
.icon-al-cambio {
background-image: url('https://proicons.com/icon/321545.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M25.3885,12.276v.678M25.3885,17.052v21.518l1.537-1.498M25.3595,38.57l-1.537-1.498M22.6395,35.652v-.591M22.6395,30.963V9.359l1.537,1.498M22.6105,9.359l-1.537,1.498M18.2385,30.967c1.135,1.431,2.557,1.964,4.535,1.964h.531M27.4025,32.54c1.606-.7,2.724-2.265,2.724-4.083v-.019c0-2.47-2.066-4.474-4.614-4.474h-3.02c-2.552,0-4.62-2.005-4.62-4.478h0c0-1.767,1.053-3.296,2.583-4.028M24.5555,14.998h.67c1.978,0,3.4.532,4.535,1.964M25.7025,5.394c9.5984.8812,16.944,8.9312,16.945,18.57h0c0,4.2902-1.4791,8.4492-4.188,11.776M36.1465,38.114c-3.3813,2.9031-7.6904,4.4995-12.147,4.5-4.4561-.0005-8.7648-1.5964-12.146-4.499M9.5395,35.74c-2.7085-3.3269-4.1873-7.4859-4.187-11.776.001-9.6734,7.3979-17.7403,17.035-18.578"/></svg>
Copied!