Exif Pro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Exif Pro 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/325614.svg" alt="Exif Pro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325614.svg" alt="Exif Pro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325614.svg" alt="Exif Pro icon" :width="24" :height="24" />
CSS background
.icon-exif-pro {
background-image: url('https://proicons.com/icon/325614.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 class="c" d="M11.1675,19.5394l.0108.2261.3553,12.1554c.0215.7321.6352,1.3028,1.3674,1.2812l26.5933-.786,2.7239-.0861c.7321-.0215,1.3028-.6352,1.2812-1.3674l-.463-15.6761c-.0215-.7214-.6352-1.3028-1.3674-1.2812l-29.0589.8721"/><path class="c" d="M39.4943,32.4162l.1723,1.9918c.0646.7321-.4737,1.3674-1.2059,1.4319l-29.2204,2.4763c-.7321.0646-1.3781-.4737-1.4319-1.2059l-1.3243-15.6222c-.0646-.7321.4737-1.3674,1.2059-1.4319l.2907-.0215"/><path class="c" d="M13.0038,33.2032l6.8877-9.352c1.1373-1.5442,3.447-1.5396,4.5782.0091l6.4322,8.8068"/><path class="c" d="M11.3905,26.9826l4.2982-2.6981c.7348-.4613,1.699-.2961,2.2385.3834l.7069.8905"/><circle class="c" cx="37.5429" cy="19.5019" r="2.7847"/><path class="c" d="M7.9186,9.732c-2.2197.3611-3.7263,2.4532-3.3652,4.6729v.0006c.5121,3.1455,4.1967,6.4313,5.1522,7.2303.1067.0882.2645.0738.3534-.0323l.0205-.0285c.6414-1.0627,3.0242-5.3323,2.5122-8.4781-.3613-2.2196-2.4535-3.7261-4.6731-3.3648M8.8132,15.2279c-.966.1572-1.8765-.4984-2.0337-1.4644s.4984-1.8765,1.4644-2.0337,1.8765.4984,2.0337,1.4644h0l.0007.0043c.1546.9647-.5008,1.8724-1.4651,2.0294"/></svg>
Copied!