windmill one icon
windmill-one from IconPark Outline by ByteDance · Outline · Build · Apache-2.0 Free for personal and commercial use.
- Name
- windmill-one
- 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 windmill one 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="M34.518 13.846L34 11l-6.87-3.435a7 7 0 0 0-6.26 0L17.38 9.31m18.31 10.996L37 27.5L39.09 39M36 44H8l.956-5.258m1.68-9.242l2.936-16.145"/><path stroke-linejoin="round" d="M39.293 8.707a1 1 0 0 1 1.414 0l2.586 2.586a1 1 0 0 1 0 1.414l-8.586 8.586a1 1 0 0 1-1.414 0l-2.586-2.586a1 1 0 0 1 0-1.414z"/><path stroke-linecap="round" stroke-linejoin="round" d="m27 21l4-4"/><path stroke-linejoin="round" d="M39.293 39.293a1 1 0 0 1 0 1.414l-2.586 2.586a1 1 0 0 1-1.414 0l-8.586-8.586a1 1 0 0 1 0-1.414l2.586-2.586a1 1 0 0 1 1.414 0z"/><path stroke-linecap="round" stroke-linejoin="round" d="m27 27l4 4"/><path stroke-linejoin="round" d="M8.707 39.293a1 1 0 0 1-1.414 0l-2.586-2.586a1 1 0 0 1 0-1.414l8.586-8.586a1 1 0 0 1 1.414 0l2.586 2.586a1 1 0 0 1 0 1.414z"/><path stroke-linecap="round" stroke-linejoin="round" d="m21 27l-4 4"/><path stroke-linejoin="round" d="M8.707 8.707a1 1 0 0 1 0-1.414l2.586-2.586a1 1 0 0 1 1.414 0l8.586 8.586a1 1 0 0 1 0 1.414l-2.586 2.586a1 1 0 0 1-1.414 0z"/><path stroke-linecap="round" stroke-linejoin="round" d="m21 21l-4-4"/><circle cx="24" cy="24" r="4"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkOutlineWindmillOne(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="M34.518 13.846L34 11l-6.87-3.435a7 7 0 0 0-6.26 0L17.38 9.31m18.31 10.996L37 27.5L39.09 39M36 44H8l.956-5.258m1.68-9.242l2.936-16.145"/><path strokeLinejoin="round" d="M39.293 8.707a1 1 0 0 1 1.414 0l2.586 2.586a1 1 0 0 1 0 1.414l-8.586 8.586a1 1 0 0 1-1.414 0l-2.586-2.586a1 1 0 0 1 0-1.414z"/><path strokeLinecap="round" strokeLinejoin="round" d="m27 21l4-4"/><path strokeLinejoin="round" d="M39.293 39.293a1 1 0 0 1 0 1.414l-2.586 2.586a1 1 0 0 1-1.414 0l-8.586-8.586a1 1 0 0 1 0-1.414l2.586-2.586a1 1 0 0 1 1.414 0z"/><path strokeLinecap="round" strokeLinejoin="round" d="m27 27l4 4"/><path strokeLinejoin="round" d="M8.707 39.293a1 1 0 0 1-1.414 0l-2.586-2.586a1 1 0 0 1 0-1.414l8.586-8.586a1 1 0 0 1 1.414 0l2.586 2.586a1 1 0 0 1 0 1.414z"/><path strokeLinecap="round" strokeLinejoin="round" d="m21 27l-4 4"/><path strokeLinejoin="round" d="M8.707 8.707a1 1 0 0 1 0-1.414l2.586-2.586a1 1 0 0 1 1.414 0l8.586 8.586a1 1 0 0 1 0 1.414l-2.586 2.586a1 1 0 0 1-1.414 0z"/><path strokeLinecap="round" strokeLinejoin="round" d="m21 21l-4-4"/><circle cx="24" cy="24" r="4"/></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="M34.518 13.846L34 11l-6.87-3.435a7 7 0 0 0-6.26 0L17.38 9.31m18.31 10.996L37 27.5L39.09 39M36 44H8l.956-5.258m1.68-9.242l2.936-16.145"/><path stroke-linejoin="round" d="M39.293 8.707a1 1 0 0 1 1.414 0l2.586 2.586a1 1 0 0 1 0 1.414l-8.586 8.586a1 1 0 0 1-1.414 0l-2.586-2.586a1 1 0 0 1 0-1.414z"/><path stroke-linecap="round" stroke-linejoin="round" d="m27 21l4-4"/><path stroke-linejoin="round" d="M39.293 39.293a1 1 0 0 1 0 1.414l-2.586 2.586a1 1 0 0 1-1.414 0l-8.586-8.586a1 1 0 0 1 0-1.414l2.586-2.586a1 1 0 0 1 1.414 0z"/><path stroke-linecap="round" stroke-linejoin="round" d="m27 27l4 4"/><path stroke-linejoin="round" d="M8.707 39.293a1 1 0 0 1-1.414 0l-2.586-2.586a1 1 0 0 1 0-1.414l8.586-8.586a1 1 0 0 1 1.414 0l2.586 2.586a1 1 0 0 1 0 1.414z"/><path stroke-linecap="round" stroke-linejoin="round" d="m21 27l-4 4"/><path stroke-linejoin="round" d="M8.707 8.707a1 1 0 0 1 0-1.414l2.586-2.586a1 1 0 0 1 1.414 0l8.586 8.586a1 1 0 0 1 0 1.414l-2.586 2.586a1 1 0 0 1-1.414 0z"/><path stroke-linecap="round" stroke-linejoin="round" d="m21 21l-4-4"/><circle cx="24" cy="24" r="4"/></g></svg> </template>
CSS
.icon-windmill-one {
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%22M34.518%2013.846L34%2011l-6.87-3.435a7%207%200%200%200-6.26%200L17.38%209.31m18.31%2010.996L37%2027.5L39.09%2039M36%2044H8l.956-5.258m1.68-9.242l2.936-16.145%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M39.293%208.707a1%201%200%200%201%201.414%200l2.586%202.586a1%201%200%200%201%200%201.414l-8.586%208.586a1%201%200%200%201-1.414%200l-2.586-2.586a1%201%200%200%201%200-1.414z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m27%2021l4-4%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M39.293%2039.293a1%201%200%200%201%200%201.414l-2.586%202.586a1%201%200%200%201-1.414%200l-8.586-8.586a1%201%200%200%201%200-1.414l2.586-2.586a1%201%200%200%201%201.414%200z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m27%2027l4%204%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8.707%2039.293a1%201%200%200%201-1.414%200l-2.586-2.586a1%201%200%200%201%200-1.414l8.586-8.586a1%201%200%200%201%201.414%200l2.586%202.586a1%201%200%200%201%200%201.414z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m21%2027l-4%204%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8.707%208.707a1%201%200%200%201%200-1.414l2.586-2.586a1%201%200%200%201%201.414%200l8.586%208.586a1%201%200%200%201%200%201.414l-2.586%202.586a1%201%200%200%201-1.414%200z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m21%2021l-4-4%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%224%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%22M34.518%2013.846L34%2011l-6.87-3.435a7%207%200%200%200-6.26%200L17.38%209.31m18.31%2010.996L37%2027.5L39.09%2039M36%2044H8l.956-5.258m1.68-9.242l2.936-16.145%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M39.293%208.707a1%201%200%200%201%201.414%200l2.586%202.586a1%201%200%200%201%200%201.414l-8.586%208.586a1%201%200%200%201-1.414%200l-2.586-2.586a1%201%200%200%201%200-1.414z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m27%2021l4-4%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M39.293%2039.293a1%201%200%200%201%200%201.414l-2.586%202.586a1%201%200%200%201-1.414%200l-8.586-8.586a1%201%200%200%201%200-1.414l2.586-2.586a1%201%200%200%201%201.414%200z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m27%2027l4%204%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8.707%2039.293a1%201%200%200%201-1.414%200l-2.586-2.586a1%201%200%200%201%200-1.414l8.586-8.586a1%201%200%200%201%201.414%200l2.586%202.586a1%201%200%200%201%200%201.414z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m21%2027l-4%204%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8.707%208.707a1%201%200%200%201%200-1.414l2.586-2.586a1%201%200%200%201%201.414%200l8.586%208.586a1%201%200%200%201%200%201.414l-2.586%202.586a1%201%200%200%201-1.414%200z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m21%2021l-4-4%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%224%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/windmill-one.svg?color=%231a73e8&size=48