eiffel-tower from Material Design Icons by Pictogrammers · Filled · Places · Apache-2.0 Free for personal and commercial use.

Name
eiffel-tower
Set
Material Design Icons
Style
Filled
Category
Places
Viewbox
24×24
License
Apache 2.0
Aliases
france, paris

The same icon in other sets

More places icons from Material Design Icons

Use the eiffel tower icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.21 17c.44-.85.85-1.84 1.23-3H9v-2h1c.61-2.6 1-5.87 1-10h2c0 4.13.4 7.4 1 10h1v2h-.44c.38 1.16.79 2.15 1.23 3H17v2l2 3h-2.42c-.77-1.76-2.53-3-4.58-3s-3.81 1.24-4.58 3H5l2-3l-.03-2zm4.38-3h-1.18a22 22 0 0 1-1.13 3h3.44c-.4-.87-.79-1.87-1.13-3"/></svg>

React

import type { SVGProps } from "react";

export function MdiEiffelTower(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.21 17c.44-.85.85-1.84 1.23-3H9v-2h1c.61-2.6 1-5.87 1-10h2c0 4.13.4 7.4 1 10h1v2h-.44c.38 1.16.79 2.15 1.23 3H17v2l2 3h-2.42c-.77-1.76-2.53-3-4.58-3s-3.81 1.24-4.58 3H5l2-3l-.03-2zm4.38-3h-1.18a22 22 0 0 1-1.13 3h3.44c-.4-.87-.79-1.87-1.13-3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.21 17c.44-.85.85-1.84 1.23-3H9v-2h1c.61-2.6 1-5.87 1-10h2c0 4.13.4 7.4 1 10h1v2h-.44c.38 1.16.79 2.15 1.23 3H17v2l2 3h-2.42c-.77-1.76-2.53-3-4.58-3s-3.81 1.24-4.58 3H5l2-3l-.03-2zm4.38-3h-1.18a22 22 0 0 1-1.13 3h3.44c-.4-.87-.79-1.87-1.13-3"/></svg>
</template>

CSS

.icon-eiffel-tower {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.21%2017c.44-.85.85-1.84%201.23-3H9v-2h1c.61-2.6%201-5.87%201-10h2c0%204.13.4%207.4%201%2010h1v2h-.44c.38%201.16.79%202.15%201.23%203H17v2l2%203h-2.42c-.77-1.76-2.53-3-4.58-3s-3.81%201.24-4.58%203H5l2-3l-.03-2zm4.38-3h-1.18a22%2022%200%200%201-1.13%203h3.44c-.4-.87-.79-1.87-1.13-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.21%2017c.44-.85.85-1.84%201.23-3H9v-2h1c.61-2.6%201-5.87%201-10h2c0%204.13.4%207.4%201%2010h1v2h-.44c.38%201.16.79%202.15%201.23%203H17v2l2%203h-2.42c-.77-1.76-2.53-3-4.58-3s-3.81%201.24-4.58%203H5l2-3l-.03-2zm4.38-3h-1.18a22%2022%200%200%201-1.13%203h3.44c-.4-.87-.79-1.87-1.13-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/eiffel-tower.svg?color=%231a73e8&size=48