tower of pisa icon
tower-of-pisa from IconPark Outline by ByteDance · Outline · Build · Apache-2.0 Free for personal and commercial use.
- Name
- tower-of-pisa
- Set
- IconPark Outline
- Style
- Outline
- Category
- Build
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More build icons from IconPark Outline
Use the tower of pisa icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-width="4"><path stroke-linecap="round" stroke-linejoin="round" d="M4 44h40"/><path stroke-linejoin="round" d="m21.25 7.474l15.455 4.142L28 44H11z"/><path stroke-linecap="round" stroke-linejoin="round" d="m19.317 6.957l19.319 5.176M16.21 18.548l19.32 5.176"/><path stroke-linecap="round" d="m25.482 20.932l1.036-3.864"/><path stroke-linecap="round" stroke-linejoin="round" d="m13.106 30.14l19.318 5.176"/><path stroke-linecap="round" d="m22.482 31.932l1.036-3.864"/><rect width="10" height="4" x="25.183" y="4.387" stroke-linecap="round" stroke-linejoin="round" rx="1" transform="rotate(15 25.183 4.387)"/><path stroke-linecap="round" d="m19.482 42.932l1.036-3.864"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkOutlineTowerOfPisa(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeWidth="4"><path strokeLinecap="round" strokeLinejoin="round" d="M4 44h40"/><path strokeLinejoin="round" d="m21.25 7.474l15.455 4.142L28 44H11z"/><path strokeLinecap="round" strokeLinejoin="round" d="m19.317 6.957l19.319 5.176M16.21 18.548l19.32 5.176"/><path strokeLinecap="round" d="m25.482 20.932l1.036-3.864"/><path strokeLinecap="round" strokeLinejoin="round" d="m13.106 30.14l19.318 5.176"/><path strokeLinecap="round" d="m22.482 31.932l1.036-3.864"/><rect width="10" height="4" x="25.183" y="4.387" strokeLinecap="round" strokeLinejoin="round" rx="1" transform="rotate(15 25.183 4.387)"/><path strokeLinecap="round" d="m19.482 42.932l1.036-3.864"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-width="4"><path stroke-linecap="round" stroke-linejoin="round" d="M4 44h40"/><path stroke-linejoin="round" d="m21.25 7.474l15.455 4.142L28 44H11z"/><path stroke-linecap="round" stroke-linejoin="round" d="m19.317 6.957l19.319 5.176M16.21 18.548l19.32 5.176"/><path stroke-linecap="round" d="m25.482 20.932l1.036-3.864"/><path stroke-linecap="round" stroke-linejoin="round" d="m13.106 30.14l19.318 5.176"/><path stroke-linecap="round" d="m22.482 31.932l1.036-3.864"/><rect width="10" height="4" x="25.183" y="4.387" stroke-linecap="round" stroke-linejoin="round" rx="1" transform="rotate(15 25.183 4.387)"/><path stroke-linecap="round" d="m19.482 42.932l1.036-3.864"/></g></svg> </template>
CSS
.icon-tower-of-pisa {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2044h40%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m21.25%207.474l15.455%204.142L28%2044H11z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m19.317%206.957l19.319%205.176M16.21%2018.548l19.32%205.176%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m25.482%2020.932l1.036-3.864%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m13.106%2030.14l19.318%205.176%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m22.482%2031.932l1.036-3.864%22%2F%3E%3Crect%20width%3D%2210%22%20height%3D%224%22%20x%3D%2225.183%22%20y%3D%224.387%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20rx%3D%221%22%20transform%3D%22rotate(15%2025.183%204.387)%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m19.482%2042.932l1.036-3.864%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2044h40%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m21.25%207.474l15.455%204.142L28%2044H11z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m19.317%206.957l19.319%205.176M16.21%2018.548l19.32%205.176%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m25.482%2020.932l1.036-3.864%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m13.106%2030.14l19.318%205.176%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m22.482%2031.932l1.036-3.864%22%2F%3E%3Crect%20width%3D%2210%22%20height%3D%224%22%20x%3D%2225.183%22%20y%3D%224.387%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20rx%3D%221%22%20transform%3D%22rotate(15%2025.183%204.387)%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m19.482%2042.932l1.036-3.864%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-outline/tower-of-pisa.svg?color=%231a73e8&size=48