building wind turbine icon
building-wind-turbine from Tabler Icons by Paweł Kuna · Outline · MIT Free for personal and commercial use.
- Name
- building-wind-turbine
- Set
- Tabler Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
Related icons in Tabler Icons
building-airportbuilding-archbuilding-bankbuilding-bridgebuilding-bridge-2building-broadcast-towerbuilding-burj-al-arabbuilding-carouselbuilding-castlebuilding-churchbuilding-circusbuilding-cogbuilding-communitybuilding-cottagebuilding-eiffel-towerbuilding-estatebuilding-factorybuilding-factory-2building-fortressbuilding-hospitalbuilding-lighthousebuilding-minusbuilding-monumentbuilding-mosque
Use the building wind turbine icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M10 11a2 2 0 1 0 4 0a2 2 0 1 0-4 0"/><path d="M10 11V8.427q0-.27.04-.536l.716-4.828C10.82 2.466 11.353 2 12 2s1.18.466 1.244 1.063l.716 4.828q.04.267.04.536V11"/><path d="m13.01 9.28l2.235 1.276q.234.135.446.3l3.836 2.911c.487.352.624 1.04.3 1.596c-.325.556-1 .782-1.548.541l-4.555-1.68a4 4 0 0 1-.486-.231l-2.235-1.277"/><path d="m13 12.716l-2.236 1.277a4 4 0 0 1-.485.23l-4.555 1.681c-.551.241-1.223.015-1.548-.54c-.324-.557-.187-1.245.3-1.597l3.836-2.91a3.4 3.4 0 0 1 .446-.3l2.235-1.277M7 21h10m-7 0l1-7m2 0l1 7"/></g></svg>
React
import type { SVGProps } from "react";
export function TablerBuildingWindTurbine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M10 11a2 2 0 1 0 4 0a2 2 0 1 0-4 0"/><path d="M10 11V8.427q0-.27.04-.536l.716-4.828C10.82 2.466 11.353 2 12 2s1.18.466 1.244 1.063l.716 4.828q.04.267.04.536V11"/><path d="m13.01 9.28l2.235 1.276q.234.135.446.3l3.836 2.911c.487.352.624 1.04.3 1.596c-.325.556-1 .782-1.548.541l-4.555-1.68a4 4 0 0 1-.486-.231l-2.235-1.277"/><path d="m13 12.716l-2.236 1.277a4 4 0 0 1-.485.23l-4.555 1.681c-.551.241-1.223.015-1.548-.54c-.324-.557-.187-1.245.3-1.597l3.836-2.91a3.4 3.4 0 0 1 .446-.3l2.235-1.277M7 21h10m-7 0l1-7m2 0l1 7"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M10 11a2 2 0 1 0 4 0a2 2 0 1 0-4 0"/><path d="M10 11V8.427q0-.27.04-.536l.716-4.828C10.82 2.466 11.353 2 12 2s1.18.466 1.244 1.063l.716 4.828q.04.267.04.536V11"/><path d="m13.01 9.28l2.235 1.276q.234.135.446.3l3.836 2.911c.487.352.624 1.04.3 1.596c-.325.556-1 .782-1.548.541l-4.555-1.68a4 4 0 0 1-.486-.231l-2.235-1.277"/><path d="m13 12.716l-2.236 1.277a4 4 0 0 1-.485.23l-4.555 1.681c-.551.241-1.223.015-1.548-.54c-.324-.557-.187-1.245.3-1.597l3.836-2.91a3.4 3.4 0 0 1 .446-.3l2.235-1.277M7 21h10m-7 0l1-7m2 0l1 7"/></g></svg> </template>
CSS
.icon-building-wind-turbine {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M10%2011a2%202%200%201%200%204%200a2%202%200%201%200-4%200%22%2F%3E%3Cpath%20d%3D%22M10%2011V8.427q0-.27.04-.536l.716-4.828C10.82%202.466%2011.353%202%2012%202s1.18.466%201.244%201.063l.716%204.828q.04.267.04.536V11%22%2F%3E%3Cpath%20d%3D%22m13.01%209.28l2.235%201.276q.234.135.446.3l3.836%202.911c.487.352.624%201.04.3%201.596c-.325.556-1%20.782-1.548.541l-4.555-1.68a4%204%200%200%201-.486-.231l-2.235-1.277%22%2F%3E%3Cpath%20d%3D%22m13%2012.716l-2.236%201.277a4%204%200%200%201-.485.23l-4.555%201.681c-.551.241-1.223.015-1.548-.54c-.324-.557-.187-1.245.3-1.597l3.836-2.91a3.4%203.4%200%200%201%20.446-.3l2.235-1.277M7%2021h10m-7%200l1-7m2%200l1%207%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M10%2011a2%202%200%201%200%204%200a2%202%200%201%200-4%200%22%2F%3E%3Cpath%20d%3D%22M10%2011V8.427q0-.27.04-.536l.716-4.828C10.82%202.466%2011.353%202%2012%202s1.18.466%201.244%201.063l.716%204.828q.04.267.04.536V11%22%2F%3E%3Cpath%20d%3D%22m13.01%209.28l2.235%201.276q.234.135.446.3l3.836%202.911c.487.352.624%201.04.3%201.596c-.325.556-1%20.782-1.548.541l-4.555-1.68a4%204%200%200%201-.486-.231l-2.235-1.277%22%2F%3E%3Cpath%20d%3D%22m13%2012.716l-2.236%201.277a4%204%200%200%201-.485.23l-4.555%201.681c-.551.241-1.223.015-1.548-.54c-.324-.557-.187-1.245.3-1.597l3.836-2.91a3.4%203.4%200%200%201%20.446-.3l2.235-1.277M7%2021h10m-7%200l1-7m2%200l1%207%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/building-wind-turbine.svg?color=%231a73e8&size=48