Paris Eiffel Tower Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Paris Eiffel Tower 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/320484.svg" alt="Paris Eiffel Tower icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320484.svg" alt="Paris Eiffel Tower icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320484.svg" alt="Paris Eiffel Tower icon" :width="24" :height="24" />
CSS background
.icon-paris-eiffel-tower {
background-image: url('https://proicons.com/icon/320484.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="paris--eiffel-tower_00000072245742864335268810000018303454177622841773_" d="M24.2,30.64 c-1.373-2.167-2.444-4.053-3.294-5.779H21.5V24.14h-0.947c-0.975-2.082-1.612-3.939-2.044-5.779H19V17.64h-0.657 c-0.616-2.983-0.73-6.003-0.878-9.969c-0.027-0.738-0.057-1.513-0.09-2.311H18V4.64h-0.64V3c0-0.199-0.161-0.36-0.36-0.36h-0.64V1 h-0.72v1.64H15c-0.199,0-0.36,0.161-0.36,0.36v1.64H14v0.72h0.625c-0.033,0.802-0.062,1.575-0.09,2.309 c-0.148,3.967-0.261,6.987-0.878,9.971H13v0.721h0.491c-0.432,1.841-1.069,3.697-2.045,5.779H10.5v0.721h0.594 c-0.85,1.726-1.921,3.612-3.294,5.779H1v0.721h30V30.64H24.2z M15.36,3.36h1.28v1.28h-1.28V3.36z M15.255,7.695 c0.027-0.738,0.057-1.517,0.09-2.335h1.309c0.034,0.814,0.064,1.596,0.091,2.338c0.147,3.947,0.263,6.97,0.858,9.942h-3.207 C14.992,14.667,15.108,11.643,15.255,7.695z M14.237,18.36h3.526c0.421,1.847,1.046,3.708,1.997,5.779h-1.961l-0.695-3.706 c-0.031-0.17-0.18-0.294-0.354-0.294h-1.5c-0.173,0-0.322,0.124-0.354,0.294l-0.695,3.706H12.24 C13.191,22.068,13.816,20.207,14.237,18.36z M17.066,24.14h-2.132l0.615-3.279h0.902L17.066,24.14z M11.902,24.86h8.197 c0.835,1.727,1.901,3.621,3.254,5.779h-3.055c-0.214-0.986-1.124-4-4.298-4s-4.084,3.014-4.298,4H8.647 C10,28.481,11.066,26.587,11.902,24.86z M19.566,30.64h-7.132c0.224-0.961,1.026-3.28,3.566-3.28S19.343,29.679,19.566,30.64z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!