Photomap Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Photomap 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/331213.svg" alt="Photomap icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331213.svg" alt="Photomap icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331213.svg" alt="Photomap icon" :width="24" :height="24" />
CSS background
.icon-photomap {
background-image: url('https://proicons.com/icon/331213.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><rect class="c" x="13.693" y="22.0966" width="28.801" height="20.5014"/><path class="c" d="M13.6943,38.1009c-4.9271-3.1497-8.1943-8.6648-8.1943-14.9511,0-9.8019,7.946-17.7479,17.761-17.7479,9.449,0,17.1728,7.3841,17.7087,16.6893"/><path class="c" d="M20.6551,22.0966s-.8794-1.6489-1.026-2.1985,1.5207-3.6001,3.2429-3.8749c1.3741-.3389-.7878-1.5115-.7878-1.5115,0,0,4.7269.4397,2.968-1.5756s-4.7635-2.9314-5.0933-1.7955-.6596,3.2612-.6596,3.2612c0,0-2.5283-2.3085-3.4077-2.3085.6596-1.026,2.5283-2.1253,2.5283-2.1253l-1.1359-1.1726c1.4291-.5863,3.384-3.2054,3.384-3.2054"/><path class="c" d="M23.261,5.4019c1.1317.8285,1.2782,3.8698,2.9638,4.8592s2.565.6596,2.565-.5863,3.3706-1.8838,3.3706-1.8838"/><path class="c" d="M32.7104,22.0966c.4031-1.7222,2.8215-3.994,5.0567-3.591s3.0422,2.0206,3.0422,2.0206"/><path class="c" d="M36.257,11.0634c.2139,1.7398-.7617,3.5398-1.0777,4.1582s-.7832,2.0337-.0275,2.0474,1.7451-1.2916,2.3222-1.1405,2.4717.9663,2.4717.9663"/><path class="c" d="M7.9395,14.1663c1.3427.9088.2068,4.6829,1.6359,5.599s4.1177,5.9727,4.1177,5.9727"/><path class="c" d="M13.693,32.8283c10.9859-1.5194,29.1864-1.7794,28.801-1.3191"/></svg>
Copied!