Pacific Crest Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pacific Crest 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/345446.svg" alt="Pacific Crest icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345446.svg" alt="Pacific Crest icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345446.svg" alt="Pacific Crest icon" :width="24" :height="24" />
CSS background
.icon-pacific-crest {
background-image: url('https://proicons.com/icon/345446.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="d" cx="24" cy="24" r="21.5"/><path class="d" d="m9 24 15-1.5 14.997 1.5601-14.997 1.4399z"/><path class="d" d="m22.637 22.636 1.3635-13.635v0l1.3641 13.641"/><path class="d" d="m25.358 25.369-1.4178 13.63-1.3092-13.635"/><path class="d" d="m11 20.8v-9.8h3.1456c1.7784 0 3.2201 1.4736 3.2201 3.2912 0 1.8177-1.4417 3.2912-3.2201 3.2912h-3.1456"/><path class="d" d="m37 17.514v.04014c0 1.7929-1.425 3.2462-3.1829 3.2462h-1.2e-5c-1.7579 0-3.1829-1.4533-3.1829-3.2462v-3.3075c0-1.7929 1.425-3.2462 3.1829-3.2462h1.2e-5c1.7579 3e-6 3.1829 1.4533 3.1829 3.2462v.04014"/><path class="d" d="m17.366 33.714v.04014c0 1.7929-1.425 3.2462-3.1829 3.2462h-1.1e-5c-1.7579 0-3.1829-1.4533-3.1829-3.2462v-3.3075c0-1.7929 1.425-3.2462 3.1829-3.2462h1.1e-5c1.7579 3e-6 3.1829 1.4533 3.1829 3.2462v.04014"/><path class="d" d="m30.634 27.2v6.5537c0 1.7929 1.425 3.2462 3.1829 3.2462s3.1829-1.4533 3.1829-3.2462v-6.5537"/></svg>
Copied!