Preview Circle Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Preview Circle 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/310922.svg" alt="Preview Circle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310922.svg" alt="Preview Circle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310922.svg" alt="Preview Circle icon" :width="24" :height="24" />
CSS background
.icon-preview-circle {
background-image: url('https://proicons.com/icon/310922.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M16.2187 17.1141L15.7082 20.0725C15.642 20.3091 15.5026 20.5187 15.31 20.6712C15.1174 20.8238 14.8815 20.9115 14.6361 20.9219C14.3906 20.9322 14.1482 20.8647 13.9435 20.7289C13.7387 20.5931 13.5822 20.396 13.4962 20.1659L10.7079 12.2839C10.6318 12.0755 10.6169 11.8497 10.6648 11.6332C10.7127 11.4166 10.8215 11.2182 10.9784 11.0614C11.1352 10.9046 11.3336 10.7957 11.5501 10.7479C11.7667 10.6999 11.9925 10.7148 12.2009 10.7909L20.2366 13.5793C20.475 13.6618 20.6802 13.8196 20.8212 14.0289C20.9623 14.2381 21.0315 14.4875 21.0185 14.7395C21.0054 14.9916 20.9109 15.2325 20.7491 15.4262C20.5873 15.6198 20.367 15.7556 20.1213 15.8132L17.0091 16.3236C16.8216 16.3785 16.6509 16.4797 16.5128 16.6178C16.3747 16.7559 16.2736 16.9266 16.2187 17.1141Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M21.5023 9.31423C21.0019 7.71916 20.0988 6.28001 18.8802 5.13568C17.6615 3.99134 16.1685 3.18046 14.5451 2.7813C12.9217 2.38214 11.2229 2.40817 9.61253 2.85689C8.00217 3.3056 6.53466 4.16185 5.35163 5.34299C4.16861 6.52412 3.31003 7.99027 2.85874 9.59992C2.40746 11.2096 2.37872 12.9084 2.77529 14.5324C3.17186 16.1564 3.98036 17.6507 5.12275 18.8712C6.26514 20.0917 7.70284 20.9971 9.29711 21.5" stroke="black" stroke-width="1.5" stroke-linecap="round"/> </svg>
Copied!