eiffel tower icon

eiffel-tower-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
eiffel-tower-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

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" fill-rule="evenodd" d="M12 1a1 1 0 0 1 1 1l.002 1.979q.047.514.107 1.027a1 1 0 0 1 .254 1.926l.063.414c.275 1.762.691 3.87 1.282 5.654H15a1 1 0 0 1 .464 1.886q.269.564.57 1.114H17a1 1 0 0 1 .23 1.974c.771 1.17 1.602 2.31 2.523 3.367A1 1 0 0 1 19 23h-4c-.394 0-.74-.234-.91-.584a3 3 0 0 0-.52-.717C13.204 21.324 12.697 21 12 21s-1.204.324-1.57.699a3 3 0 0 0-.52.717l-.002.003A1 1 0 0 1 9 23H5a1 1 0 0 1-.753-1.658c.922-1.057 1.751-2.198 2.523-3.368A1 1 0 0 1 7 16h.966q.302-.55.57-1.114A1 1 0 0 1 9 13h.292c.59-1.784 1.007-3.892 1.283-5.654l.063-.414a1 1 0 0 1 .253-1.926q.061-.525.109-1.05V2a1 1 0 0 1 1-1m1.78 15h-3.56q.243-.495.457-1h2.646q.214.505.458 1" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteEiffelTowerFill(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" fillRule="evenodd" d="M12 1a1 1 0 0 1 1 1l.002 1.979q.047.514.107 1.027a1 1 0 0 1 .254 1.926l.063.414c.275 1.762.691 3.87 1.282 5.654H15a1 1 0 0 1 .464 1.886q.269.564.57 1.114H17a1 1 0 0 1 .23 1.974c.771 1.17 1.602 2.31 2.523 3.367A1 1 0 0 1 19 23h-4c-.394 0-.74-.234-.91-.584a3 3 0 0 0-.52-.717C13.204 21.324 12.697 21 12 21s-1.204.324-1.57.699a3 3 0 0 0-.52.717l-.002.003A1 1 0 0 1 9 23H5a1 1 0 0 1-.753-1.658c.922-1.057 1.751-2.198 2.523-3.368A1 1 0 0 1 7 16h.966q.302-.55.57-1.114A1 1 0 0 1 9 13h.292c.59-1.784 1.007-3.892 1.283-5.654l.063-.414a1 1 0 0 1 .253-1.926q.061-.525.109-1.05V2a1 1 0 0 1 1-1m1.78 15h-3.56q.243-.495.457-1h2.646q.214.505.458 1" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 1a1 1 0 0 1 1 1l.002 1.979q.047.514.107 1.027a1 1 0 0 1 .254 1.926l.063.414c.275 1.762.691 3.87 1.282 5.654H15a1 1 0 0 1 .464 1.886q.269.564.57 1.114H17a1 1 0 0 1 .23 1.974c.771 1.17 1.602 2.31 2.523 3.367A1 1 0 0 1 19 23h-4c-.394 0-.74-.234-.91-.584a3 3 0 0 0-.52-.717C13.204 21.324 12.697 21 12 21s-1.204.324-1.57.699a3 3 0 0 0-.52.717l-.002.003A1 1 0 0 1 9 23H5a1 1 0 0 1-.753-1.658c.922-1.057 1.751-2.198 2.523-3.368A1 1 0 0 1 7 16h.966q.302-.55.57-1.114A1 1 0 0 1 9 13h.292c.59-1.784 1.007-3.892 1.283-5.654l.063-.414a1 1 0 0 1 .253-1.926q.061-.525.109-1.05V2a1 1 0 0 1 1-1m1.78 15h-3.56q.243-.495.457-1h2.646q.214.505.458 1" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-eiffel-tower-fill {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201a1%201%200%200%201%201%201l.002%201.979q.047.514.107%201.027a1%201%200%200%201%20.254%201.926l.063.414c.275%201.762.691%203.87%201.282%205.654H15a1%201%200%200%201%20.464%201.886q.269.564.57%201.114H17a1%201%200%200%201%20.23%201.974c.771%201.17%201.602%202.31%202.523%203.367A1%201%200%200%201%2019%2023h-4c-.394%200-.74-.234-.91-.584a3%203%200%200%200-.52-.717C13.204%2021.324%2012.697%2021%2012%2021s-1.204.324-1.57.699a3%203%200%200%200-.52.717l-.002.003A1%201%200%200%201%209%2023H5a1%201%200%200%201-.753-1.658c.922-1.057%201.751-2.198%202.523-3.368A1%201%200%200%201%207%2016h.966q.302-.55.57-1.114A1%201%200%200%201%209%2013h.292c.59-1.784%201.007-3.892%201.283-5.654l.063-.414a1%201%200%200%201%20.253-1.926q.061-.525.109-1.05V2a1%201%200%200%201%201-1m1.78%2015h-3.56q.243-.495.457-1h2.646q.214.505.458%201%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201a1%201%200%200%201%201%201l.002%201.979q.047.514.107%201.027a1%201%200%200%201%20.254%201.926l.063.414c.275%201.762.691%203.87%201.282%205.654H15a1%201%200%200%201%20.464%201.886q.269.564.57%201.114H17a1%201%200%200%201%20.23%201.974c.771%201.17%201.602%202.31%202.523%203.367A1%201%200%200%201%2019%2023h-4c-.394%200-.74-.234-.91-.584a3%203%200%200%200-.52-.717C13.204%2021.324%2012.697%2021%2012%2021s-1.204.324-1.57.699a3%203%200%200%200-.52.717l-.002.003A1%201%200%200%201%209%2023H5a1%201%200%200%201-.753-1.658c.922-1.057%201.751-2.198%202.523-3.368A1%201%200%200%201%207%2016h.966q.302-.55.57-1.114A1%201%200%200%201%209%2013h.292c.59-1.784%201.007-3.892%201.283-5.654l.063-.414a1%201%200%200%201%20.253-1.926q.061-.525.109-1.05V2a1%201%200%200%201%201-1m1.78%2015h-3.56q.243-.495.457-1h2.646q.214.505.458%201%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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