files pinwheel logo
files-pinwheel from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- files-pinwheel
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 512×512
- License
- CC BY 4.0
The same logo in other sets
Use the files pinwheel logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M253.2 246.4L136.9 130.2c-.6-.6-1-1.3-1.4-2s-.5-1.6-.5-2.4s.2-1.6.5-2.4s.8-1.4 1.4-2L253.3 5.1c.9-.9 2-1.5 3.2-1.7s2.5-.1 3.6.3s2.1 1.3 2.8 2.3s1.1 2.2 1.1 3.5V242c0 1.3-.3 2.5-1 3.6s-1.7 1.9-2.9 2.4s-2.5.6-3.7.3s-2.4-.9-3.2-1.9m40.3-4.4V107.6c0-.8.1-1.6.5-2.4s.8-1.5 1.3-2.1s1.3-1.1 2-1.4s1.6-.5 2.4-.5h134.4c1.2 0 2.5.4 3.5 1.1s1.8 1.7 2.3 2.8s.6 2.4.3 3.6s-.9 2.3-1.7 3.2L304 246.4c-.9.8-2 1.4-3.2 1.6s-2.4.1-3.5-.4s-2.1-1.3-2.8-2.3s-1.1-2.2-1.1-3.4zm30.6 35c-1.2 0-2.5-.3-3.5-1s-1.9-1.6-2.4-2.8s-.6-2.4-.4-3.6s.8-2.3 1.7-3.2l84.2-84.2c.6-.6 1.3-1 2-1.4s1.6-.5 2.4-.5s1.6.2 2.4.5s1.4.8 2 1.4l84.4 84.2c.9.9 1.5 2 1.7 3.2s.1 2.5-.3 3.6s-1.3 2.1-2.3 2.8s-2.2 1.1-3.5 1.1H324zm90.7 131l-95.3-95.2c-.9-.9-1.5-2-1.7-3.2s-.1-2.5.4-3.7s1.3-2.1 2.4-2.8s2.3-1 3.5-1h95.2c1.7 0 3.2.7 4.4 1.8s1.8 2.8 1.8 4.4v95.3c0 1.2-.4 2.5-1.1 3.5s-1.7 1.8-2.8 2.3s-2.4.6-3.6.3s-2.3-.9-3.2-1.7M16.5 302.1h216.9c1.2 0 2.5.4 3.5 1.1s1.8 1.7 2.3 2.8s.6 2.4.3 3.6s-.8 2.3-1.7 3.2L129.4 421.2c-.6.6-1.3 1-2 1.4s-1.6.5-2.4.5s-1.6-.2-2.4-.5s-1.4-.8-2-1.4L12 312.8c-.9-.9-1.5-2-1.7-3.2s-.1-2.5.4-3.6s1.3-2.1 2.3-2.8s2.3-1 3.5-1zM264 465.3c0 .8-.2 1.6-.5 2.4s-.8 1.5-1.4 2s-1.3 1-2 1.4s-1.6.5-2.4.5h-128c-1.2 0-2.5-.4-3.5-1.1s-1.8-1.7-2.3-2.8s-.6-2.4-.3-3.6s.8-2.3 1.7-3.2l128-128c.9-.9 2-1.5 3.2-1.7s2.5-.1 3.6.3s2.1 1.3 2.8 2.3s1.1 2.2 1.1 3.5zm40-132.5l82.8 82.7c.6.6 1 1.3 1.4 2s.5 1.6.5 2.4s-.2 1.6-.5 2.4s-.8 1.4-1.4 2L304 507c-.9.9-2 1.5-3.2 1.7s-2.5.1-3.6-.3s-2.1-1.3-2.8-2.3s-1.1-2.2-1.1-3.5V337.2c0-1.2.4-2.5 1.1-3.5s1.7-1.8 2.8-2.3s2.4-.6 3.6-.3s2.3.8 3.2 1.7M78.7 122.4c0-1.2.3-2.5 1-3.5s1.7-1.8 2.8-2.3s2.4-.6 3.6-.4s2.3.8 3.2 1.7l148.5 148.5c.9.9 1.5 2 1.7 3.2s.1 2.5-.3 3.6s-1.3 2.1-2.3 2.8s-2.2 1.1-3.5 1.1H85c-1.7 0-3.2-.7-4.4-1.8s-1.8-2.8-1.8-4.4V122.5z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsFilesPinwheel(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M253.2 246.4L136.9 130.2c-.6-.6-1-1.3-1.4-2s-.5-1.6-.5-2.4s.2-1.6.5-2.4s.8-1.4 1.4-2L253.3 5.1c.9-.9 2-1.5 3.2-1.7s2.5-.1 3.6.3s2.1 1.3 2.8 2.3s1.1 2.2 1.1 3.5V242c0 1.3-.3 2.5-1 3.6s-1.7 1.9-2.9 2.4s-2.5.6-3.7.3s-2.4-.9-3.2-1.9m40.3-4.4V107.6c0-.8.1-1.6.5-2.4s.8-1.5 1.3-2.1s1.3-1.1 2-1.4s1.6-.5 2.4-.5h134.4c1.2 0 2.5.4 3.5 1.1s1.8 1.7 2.3 2.8s.6 2.4.3 3.6s-.9 2.3-1.7 3.2L304 246.4c-.9.8-2 1.4-3.2 1.6s-2.4.1-3.5-.4s-2.1-1.3-2.8-2.3s-1.1-2.2-1.1-3.4zm30.6 35c-1.2 0-2.5-.3-3.5-1s-1.9-1.6-2.4-2.8s-.6-2.4-.4-3.6s.8-2.3 1.7-3.2l84.2-84.2c.6-.6 1.3-1 2-1.4s1.6-.5 2.4-.5s1.6.2 2.4.5s1.4.8 2 1.4l84.4 84.2c.9.9 1.5 2 1.7 3.2s.1 2.5-.3 3.6s-1.3 2.1-2.3 2.8s-2.2 1.1-3.5 1.1H324zm90.7 131l-95.3-95.2c-.9-.9-1.5-2-1.7-3.2s-.1-2.5.4-3.7s1.3-2.1 2.4-2.8s2.3-1 3.5-1h95.2c1.7 0 3.2.7 4.4 1.8s1.8 2.8 1.8 4.4v95.3c0 1.2-.4 2.5-1.1 3.5s-1.7 1.8-2.8 2.3s-2.4.6-3.6.3s-2.3-.9-3.2-1.7M16.5 302.1h216.9c1.2 0 2.5.4 3.5 1.1s1.8 1.7 2.3 2.8s.6 2.4.3 3.6s-.8 2.3-1.7 3.2L129.4 421.2c-.6.6-1.3 1-2 1.4s-1.6.5-2.4.5s-1.6-.2-2.4-.5s-1.4-.8-2-1.4L12 312.8c-.9-.9-1.5-2-1.7-3.2s-.1-2.5.4-3.6s1.3-2.1 2.3-2.8s2.3-1 3.5-1zM264 465.3c0 .8-.2 1.6-.5 2.4s-.8 1.5-1.4 2s-1.3 1-2 1.4s-1.6.5-2.4.5h-128c-1.2 0-2.5-.4-3.5-1.1s-1.8-1.7-2.3-2.8s-.6-2.4-.3-3.6s.8-2.3 1.7-3.2l128-128c.9-.9 2-1.5 3.2-1.7s2.5-.1 3.6.3s2.1 1.3 2.8 2.3s1.1 2.2 1.1 3.5zm40-132.5l82.8 82.7c.6.6 1 1.3 1.4 2s.5 1.6.5 2.4s-.2 1.6-.5 2.4s-.8 1.4-1.4 2L304 507c-.9.9-2 1.5-3.2 1.7s-2.5.1-3.6-.3s-2.1-1.3-2.8-2.3s-1.1-2.2-1.1-3.5V337.2c0-1.2.4-2.5 1.1-3.5s1.7-1.8 2.8-2.3s2.4-.6 3.6-.3s2.3.8 3.2 1.7M78.7 122.4c0-1.2.3-2.5 1-3.5s1.7-1.8 2.8-2.3s2.4-.6 3.6-.4s2.3.8 3.2 1.7l148.5 148.5c.9.9 1.5 2 1.7 3.2s.1 2.5-.3 3.6s-1.3 2.1-2.3 2.8s-2.2 1.1-3.5 1.1H85c-1.7 0-3.2-.7-4.4-1.8s-1.8-2.8-1.8-4.4V122.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M253.2 246.4L136.9 130.2c-.6-.6-1-1.3-1.4-2s-.5-1.6-.5-2.4s.2-1.6.5-2.4s.8-1.4 1.4-2L253.3 5.1c.9-.9 2-1.5 3.2-1.7s2.5-.1 3.6.3s2.1 1.3 2.8 2.3s1.1 2.2 1.1 3.5V242c0 1.3-.3 2.5-1 3.6s-1.7 1.9-2.9 2.4s-2.5.6-3.7.3s-2.4-.9-3.2-1.9m40.3-4.4V107.6c0-.8.1-1.6.5-2.4s.8-1.5 1.3-2.1s1.3-1.1 2-1.4s1.6-.5 2.4-.5h134.4c1.2 0 2.5.4 3.5 1.1s1.8 1.7 2.3 2.8s.6 2.4.3 3.6s-.9 2.3-1.7 3.2L304 246.4c-.9.8-2 1.4-3.2 1.6s-2.4.1-3.5-.4s-2.1-1.3-2.8-2.3s-1.1-2.2-1.1-3.4zm30.6 35c-1.2 0-2.5-.3-3.5-1s-1.9-1.6-2.4-2.8s-.6-2.4-.4-3.6s.8-2.3 1.7-3.2l84.2-84.2c.6-.6 1.3-1 2-1.4s1.6-.5 2.4-.5s1.6.2 2.4.5s1.4.8 2 1.4l84.4 84.2c.9.9 1.5 2 1.7 3.2s.1 2.5-.3 3.6s-1.3 2.1-2.3 2.8s-2.2 1.1-3.5 1.1H324zm90.7 131l-95.3-95.2c-.9-.9-1.5-2-1.7-3.2s-.1-2.5.4-3.7s1.3-2.1 2.4-2.8s2.3-1 3.5-1h95.2c1.7 0 3.2.7 4.4 1.8s1.8 2.8 1.8 4.4v95.3c0 1.2-.4 2.5-1.1 3.5s-1.7 1.8-2.8 2.3s-2.4.6-3.6.3s-2.3-.9-3.2-1.7M16.5 302.1h216.9c1.2 0 2.5.4 3.5 1.1s1.8 1.7 2.3 2.8s.6 2.4.3 3.6s-.8 2.3-1.7 3.2L129.4 421.2c-.6.6-1.3 1-2 1.4s-1.6.5-2.4.5s-1.6-.2-2.4-.5s-1.4-.8-2-1.4L12 312.8c-.9-.9-1.5-2-1.7-3.2s-.1-2.5.4-3.6s1.3-2.1 2.3-2.8s2.3-1 3.5-1zM264 465.3c0 .8-.2 1.6-.5 2.4s-.8 1.5-1.4 2s-1.3 1-2 1.4s-1.6.5-2.4.5h-128c-1.2 0-2.5-.4-3.5-1.1s-1.8-1.7-2.3-2.8s-.6-2.4-.3-3.6s.8-2.3 1.7-3.2l128-128c.9-.9 2-1.5 3.2-1.7s2.5-.1 3.6.3s2.1 1.3 2.8 2.3s1.1 2.2 1.1 3.5zm40-132.5l82.8 82.7c.6.6 1 1.3 1.4 2s.5 1.6.5 2.4s-.2 1.6-.5 2.4s-.8 1.4-1.4 2L304 507c-.9.9-2 1.5-3.2 1.7s-2.5.1-3.6-.3s-2.1-1.3-2.8-2.3s-1.1-2.2-1.1-3.5V337.2c0-1.2.4-2.5 1.1-3.5s1.7-1.8 2.8-2.3s2.4-.6 3.6-.3s2.3.8 3.2 1.7M78.7 122.4c0-1.2.3-2.5 1-3.5s1.7-1.8 2.8-2.3s2.4-.6 3.6-.4s2.3.8 3.2 1.7l148.5 148.5c.9.9 1.5 2 1.7 3.2s.1 2.5-.3 3.6s-1.3 2.1-2.3 2.8s-2.2 1.1-3.5 1.1H85c-1.7 0-3.2-.7-4.4-1.8s-1.8-2.8-1.8-4.4V122.5z"/></svg> </template>
CSS
.icon-files-pinwheel {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M253.2%20246.4L136.9%20130.2c-.6-.6-1-1.3-1.4-2s-.5-1.6-.5-2.4s.2-1.6.5-2.4s.8-1.4%201.4-2L253.3%205.1c.9-.9%202-1.5%203.2-1.7s2.5-.1%203.6.3s2.1%201.3%202.8%202.3s1.1%202.2%201.1%203.5V242c0%201.3-.3%202.5-1%203.6s-1.7%201.9-2.9%202.4s-2.5.6-3.7.3s-2.4-.9-3.2-1.9m40.3-4.4V107.6c0-.8.1-1.6.5-2.4s.8-1.5%201.3-2.1s1.3-1.1%202-1.4s1.6-.5%202.4-.5h134.4c1.2%200%202.5.4%203.5%201.1s1.8%201.7%202.3%202.8s.6%202.4.3%203.6s-.9%202.3-1.7%203.2L304%20246.4c-.9.8-2%201.4-3.2%201.6s-2.4.1-3.5-.4s-2.1-1.3-2.8-2.3s-1.1-2.2-1.1-3.4zm30.6%2035c-1.2%200-2.5-.3-3.5-1s-1.9-1.6-2.4-2.8s-.6-2.4-.4-3.6s.8-2.3%201.7-3.2l84.2-84.2c.6-.6%201.3-1%202-1.4s1.6-.5%202.4-.5s1.6.2%202.4.5s1.4.8%202%201.4l84.4%2084.2c.9.9%201.5%202%201.7%203.2s.1%202.5-.3%203.6s-1.3%202.1-2.3%202.8s-2.2%201.1-3.5%201.1H324zm90.7%20131l-95.3-95.2c-.9-.9-1.5-2-1.7-3.2s-.1-2.5.4-3.7s1.3-2.1%202.4-2.8s2.3-1%203.5-1h95.2c1.7%200%203.2.7%204.4%201.8s1.8%202.8%201.8%204.4v95.3c0%201.2-.4%202.5-1.1%203.5s-1.7%201.8-2.8%202.3s-2.4.6-3.6.3s-2.3-.9-3.2-1.7M16.5%20302.1h216.9c1.2%200%202.5.4%203.5%201.1s1.8%201.7%202.3%202.8s.6%202.4.3%203.6s-.8%202.3-1.7%203.2L129.4%20421.2c-.6.6-1.3%201-2%201.4s-1.6.5-2.4.5s-1.6-.2-2.4-.5s-1.4-.8-2-1.4L12%20312.8c-.9-.9-1.5-2-1.7-3.2s-.1-2.5.4-3.6s1.3-2.1%202.3-2.8s2.3-1%203.5-1zM264%20465.3c0%20.8-.2%201.6-.5%202.4s-.8%201.5-1.4%202s-1.3%201-2%201.4s-1.6.5-2.4.5h-128c-1.2%200-2.5-.4-3.5-1.1s-1.8-1.7-2.3-2.8s-.6-2.4-.3-3.6s.8-2.3%201.7-3.2l128-128c.9-.9%202-1.5%203.2-1.7s2.5-.1%203.6.3s2.1%201.3%202.8%202.3s1.1%202.2%201.1%203.5zm40-132.5l82.8%2082.7c.6.6%201%201.3%201.4%202s.5%201.6.5%202.4s-.2%201.6-.5%202.4s-.8%201.4-1.4%202L304%20507c-.9.9-2%201.5-3.2%201.7s-2.5.1-3.6-.3s-2.1-1.3-2.8-2.3s-1.1-2.2-1.1-3.5V337.2c0-1.2.4-2.5%201.1-3.5s1.7-1.8%202.8-2.3s2.4-.6%203.6-.3s2.3.8%203.2%201.7M78.7%20122.4c0-1.2.3-2.5%201-3.5s1.7-1.8%202.8-2.3s2.4-.6%203.6-.4s2.3.8%203.2%201.7l148.5%20148.5c.9.9%201.5%202%201.7%203.2s.1%202.5-.3%203.6s-1.3%202.1-2.3%202.8s-2.2%201.1-3.5%201.1H85c-1.7%200-3.2-.7-4.4-1.8s-1.8-2.8-1.8-4.4V122.5z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M253.2%20246.4L136.9%20130.2c-.6-.6-1-1.3-1.4-2s-.5-1.6-.5-2.4s.2-1.6.5-2.4s.8-1.4%201.4-2L253.3%205.1c.9-.9%202-1.5%203.2-1.7s2.5-.1%203.6.3s2.1%201.3%202.8%202.3s1.1%202.2%201.1%203.5V242c0%201.3-.3%202.5-1%203.6s-1.7%201.9-2.9%202.4s-2.5.6-3.7.3s-2.4-.9-3.2-1.9m40.3-4.4V107.6c0-.8.1-1.6.5-2.4s.8-1.5%201.3-2.1s1.3-1.1%202-1.4s1.6-.5%202.4-.5h134.4c1.2%200%202.5.4%203.5%201.1s1.8%201.7%202.3%202.8s.6%202.4.3%203.6s-.9%202.3-1.7%203.2L304%20246.4c-.9.8-2%201.4-3.2%201.6s-2.4.1-3.5-.4s-2.1-1.3-2.8-2.3s-1.1-2.2-1.1-3.4zm30.6%2035c-1.2%200-2.5-.3-3.5-1s-1.9-1.6-2.4-2.8s-.6-2.4-.4-3.6s.8-2.3%201.7-3.2l84.2-84.2c.6-.6%201.3-1%202-1.4s1.6-.5%202.4-.5s1.6.2%202.4.5s1.4.8%202%201.4l84.4%2084.2c.9.9%201.5%202%201.7%203.2s.1%202.5-.3%203.6s-1.3%202.1-2.3%202.8s-2.2%201.1-3.5%201.1H324zm90.7%20131l-95.3-95.2c-.9-.9-1.5-2-1.7-3.2s-.1-2.5.4-3.7s1.3-2.1%202.4-2.8s2.3-1%203.5-1h95.2c1.7%200%203.2.7%204.4%201.8s1.8%202.8%201.8%204.4v95.3c0%201.2-.4%202.5-1.1%203.5s-1.7%201.8-2.8%202.3s-2.4.6-3.6.3s-2.3-.9-3.2-1.7M16.5%20302.1h216.9c1.2%200%202.5.4%203.5%201.1s1.8%201.7%202.3%202.8s.6%202.4.3%203.6s-.8%202.3-1.7%203.2L129.4%20421.2c-.6.6-1.3%201-2%201.4s-1.6.5-2.4.5s-1.6-.2-2.4-.5s-1.4-.8-2-1.4L12%20312.8c-.9-.9-1.5-2-1.7-3.2s-.1-2.5.4-3.6s1.3-2.1%202.3-2.8s2.3-1%203.5-1zM264%20465.3c0%20.8-.2%201.6-.5%202.4s-.8%201.5-1.4%202s-1.3%201-2%201.4s-1.6.5-2.4.5h-128c-1.2%200-2.5-.4-3.5-1.1s-1.8-1.7-2.3-2.8s-.6-2.4-.3-3.6s.8-2.3%201.7-3.2l128-128c.9-.9%202-1.5%203.2-1.7s2.5-.1%203.6.3s2.1%201.3%202.8%202.3s1.1%202.2%201.1%203.5zm40-132.5l82.8%2082.7c.6.6%201%201.3%201.4%202s.5%201.6.5%202.4s-.2%201.6-.5%202.4s-.8%201.4-1.4%202L304%20507c-.9.9-2%201.5-3.2%201.7s-2.5.1-3.6-.3s-2.1-1.3-2.8-2.3s-1.1-2.2-1.1-3.5V337.2c0-1.2.4-2.5%201.1-3.5s1.7-1.8%202.8-2.3s2.4-.6%203.6-.3s2.3.8%203.2%201.7M78.7%20122.4c0-1.2.3-2.5%201-3.5s1.7-1.8%202.8-2.3s2.4-.6%203.6-.4s2.3.8%203.2%201.7l148.5%20148.5c.9.9%201.5%202%201.7%203.2s.1%202.5-.3%203.6s-1.3%202.1-2.3%202.8s-2.2%201.1-3.5%201.1H85c-1.7%200-3.2-.7-4.4-1.8s-1.8-2.8-1.8-4.4V122.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/files-pinwheel.svg?color=%231a73e8&size=48