Cambio Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 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/323391.svg" alt="Cambio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323391.svg" alt="Cambio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323391.svg" alt="Cambio icon" :width="24" :height="24" />
CSS background
.icon-cambio {
background-image: url('https://proicons.com/icon/323391.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 id="b" class="c" d="m12.3951,15.9136c1.329-.2072,2.6838-.2477,4.0833,0l2.0417-2.0417c.2051-1.0421-.567-1.7606-2.0417-2.0417-1.1132-.2121-2.3003-.5236-3.1453-.2286-3.3558,1.3546-8.9734,8.6067-8.8305,14.4721.0701,2.8753,2.0867,8.1209,7.2583,9.8382,3.1128,1.0337,8.0799.4395,11.8633.4183,4.7233-.0265,10.3185-2.4574,15.1273-4.3019.285-.8947.7741-.9344,4.7484-4.107-1.1255-.3608-4.5323.354-6.4429,1.0506-5.0967,1.858-10.7312,2.9546-17.5737,2.9303-4.3288-.0154-10.3839-1.2686-11.3849-5.7313-1.0174-4.5362-.0553-7.7007,4.2966-10.2574Z"/></svg>
Copied!