windsurf logo
windsurf from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- windsurf
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the windsurf logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.55 5.067a2.177 2.177 0 0 0-2.18 2.177v4.867a1.77 1.77 0 0 1-1.76 1.76a1.82 1.82 0 0 1-1.472-.766l-4.971-7.1a2.2 2.2 0 0 0-1.81-.942c-1.134 0-2.154.964-2.154 2.153v4.896c0 .972-.797 1.76-1.76 1.76c-.57 0-1.136-.287-1.472-.766L.408 5.16A.224.224 0 0 0 0 5.288v4.245c0 .215.066.423.188.6l5.475 7.818c.324.462.8.805 1.351.93a2.164 2.164 0 0 0 2.645-2.098V11.89c0-.972.787-1.76 1.76-1.76h.002a1.8 1.8 0 0 1 1.472.766l4.972 7.1a2.172 2.172 0 0 0 3.96-1.212v-4.895a1.76 1.76 0 0 1 1.76-1.76h.195a.22.22 0 0 0 .22-.22V5.287a.22.22 0 0 0-.22-.22Z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsWindsurf(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" d="M23.55 5.067a2.177 2.177 0 0 0-2.18 2.177v4.867a1.77 1.77 0 0 1-1.76 1.76a1.82 1.82 0 0 1-1.472-.766l-4.971-7.1a2.2 2.2 0 0 0-1.81-.942c-1.134 0-2.154.964-2.154 2.153v4.896c0 .972-.797 1.76-1.76 1.76c-.57 0-1.136-.287-1.472-.766L.408 5.16A.224.224 0 0 0 0 5.288v4.245c0 .215.066.423.188.6l5.475 7.818c.324.462.8.805 1.351.93a2.164 2.164 0 0 0 2.645-2.098V11.89c0-.972.787-1.76 1.76-1.76h.002a1.8 1.8 0 0 1 1.472.766l4.972 7.1a2.172 2.172 0 0 0 3.96-1.212v-4.895a1.76 1.76 0 0 1 1.76-1.76h.195a.22.22 0 0 0 .22-.22V5.287a.22.22 0 0 0-.22-.22Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.55 5.067a2.177 2.177 0 0 0-2.18 2.177v4.867a1.77 1.77 0 0 1-1.76 1.76a1.82 1.82 0 0 1-1.472-.766l-4.971-7.1a2.2 2.2 0 0 0-1.81-.942c-1.134 0-2.154.964-2.154 2.153v4.896c0 .972-.797 1.76-1.76 1.76c-.57 0-1.136-.287-1.472-.766L.408 5.16A.224.224 0 0 0 0 5.288v4.245c0 .215.066.423.188.6l5.475 7.818c.324.462.8.805 1.351.93a2.164 2.164 0 0 0 2.645-2.098V11.89c0-.972.787-1.76 1.76-1.76h.002a1.8 1.8 0 0 1 1.472.766l4.972 7.1a2.172 2.172 0 0 0 3.96-1.212v-4.895a1.76 1.76 0 0 1 1.76-1.76h.195a.22.22 0 0 0 .22-.22V5.287a.22.22 0 0 0-.22-.22Z"/></svg> </template>
CSS
.icon-windsurf {
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%20d%3D%22M23.55%205.067a2.177%202.177%200%200%200-2.18%202.177v4.867a1.77%201.77%200%200%201-1.76%201.76a1.82%201.82%200%200%201-1.472-.766l-4.971-7.1a2.2%202.2%200%200%200-1.81-.942c-1.134%200-2.154.964-2.154%202.153v4.896c0%20.972-.797%201.76-1.76%201.76c-.57%200-1.136-.287-1.472-.766L.408%205.16A.224.224%200%200%200%200%205.288v4.245c0%20.215.066.423.188.6l5.475%207.818c.324.462.8.805%201.351.93a2.164%202.164%200%200%200%202.645-2.098V11.89c0-.972.787-1.76%201.76-1.76h.002a1.8%201.8%200%200%201%201.472.766l4.972%207.1a2.172%202.172%200%200%200%203.96-1.212v-4.895a1.76%201.76%200%200%201%201.76-1.76h.195a.22.22%200%200%200%20.22-.22V5.287a.22.22%200%200%200-.22-.22Z%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%20d%3D%22M23.55%205.067a2.177%202.177%200%200%200-2.18%202.177v4.867a1.77%201.77%200%200%201-1.76%201.76a1.82%201.82%200%200%201-1.472-.766l-4.971-7.1a2.2%202.2%200%200%200-1.81-.942c-1.134%200-2.154.964-2.154%202.153v4.896c0%20.972-.797%201.76-1.76%201.76c-.57%200-1.136-.287-1.472-.766L.408%205.16A.224.224%200%200%200%200%205.288v4.245c0%20.215.066.423.188.6l5.475%207.818c.324.462.8.805%201.351.93a2.164%202.164%200%200%200%202.645-2.098V11.89c0-.972.787-1.76%201.76-1.76h.002a1.8%201.8%200%200%201%201.472.766l4.972%207.1a2.172%202.172%200%200%200%203.96-1.212v-4.895a1.76%201.76%200%200%201%201.76-1.76h.195a.22.22%200%200%200%20.22-.22V5.287a.22.22%200%200%200-.22-.22Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/windsurf.svg?color=%231a73e8&size=48