Santa Cruz Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Santa Cruz 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/346960.svg" alt="Santa Cruz icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346960.svg" alt="Santa Cruz icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346960.svg" alt="Santa Cruz icon" :width="24" :height="24" />
CSS background
.icon-santa-cruz {
background-image: url('https://proicons.com/icon/346960.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="m31.872,36.059l.497.743-10.02,6.698-3.867-5.786m-2.648-25.704l-.542-.811h0l10.02-6.699,3.8,5.684m-19.76,14.11c0-3.715,1.622-7.766,3.852-10.19,2.23-2.424,5.806-3.919,9.223-3.92h10.473l8.214,13.32h-2.467c0,3.714-1.622,7.865-3.852,10.29-2.23,2.423-5.806,3.918-9.223,3.919h-10.472l-8.215-13.419h16.797c.868-1.09,1.107-.79,2.868-.79h12.098"/></svg>
Copied!