corsair logo
corsair from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- corsair
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the corsair logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.073.411s1.912 3.883 1.56 5.5c0 0 4.988 1.615 5.543 4.275c0 0 2.731-3.595-7.103-9.775m-1.922 5.825c.487 1.021.707 2.118.994 3.264L9.301 8.42c.264-1.726-1.416-4.354-1.416-4.354zM6.107 8.91c.314.83.672 1.87.862 2.768l-2.564-.638c.263-1.726-1.362-3.813-1.362-3.813zm5.585-4.15s11.436 8.031 12.19 11.147c.568 2.344-1.085 4.51-1.085 4.51s-.881-6.12-22.796 3.172c2.218-2.475 3.426-5.635 3.107-9.045a11.5 11.5 0 0 0-1.076-3.93l5.136 2.722l.02.244c.195 2.085.043 4.112-.428 5.99a14.1 14.1 0 0 0 1.306-7.348A14.1 14.1 0 0 0 6.907 7.76l5.49 3.657c.023.182.035.366.052.55c.216 2.307.001 4.545-.592 6.587c1.291-2.393 1.925-5.155 1.655-8.04a14.1 14.1 0 0 0-1.82-5.753"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsCorsair(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="M13.073.411s1.912 3.883 1.56 5.5c0 0 4.988 1.615 5.543 4.275c0 0 2.731-3.595-7.103-9.775m-1.922 5.825c.487 1.021.707 2.118.994 3.264L9.301 8.42c.264-1.726-1.416-4.354-1.416-4.354zM6.107 8.91c.314.83.672 1.87.862 2.768l-2.564-.638c.263-1.726-1.362-3.813-1.362-3.813zm5.585-4.15s11.436 8.031 12.19 11.147c.568 2.344-1.085 4.51-1.085 4.51s-.881-6.12-22.796 3.172c2.218-2.475 3.426-5.635 3.107-9.045a11.5 11.5 0 0 0-1.076-3.93l5.136 2.722l.02.244c.195 2.085.043 4.112-.428 5.99a14.1 14.1 0 0 0 1.306-7.348A14.1 14.1 0 0 0 6.907 7.76l5.49 3.657c.023.182.035.366.052.55c.216 2.307.001 4.545-.592 6.587c1.291-2.393 1.925-5.155 1.655-8.04a14.1 14.1 0 0 0-1.82-5.753"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.073.411s1.912 3.883 1.56 5.5c0 0 4.988 1.615 5.543 4.275c0 0 2.731-3.595-7.103-9.775m-1.922 5.825c.487 1.021.707 2.118.994 3.264L9.301 8.42c.264-1.726-1.416-4.354-1.416-4.354zM6.107 8.91c.314.83.672 1.87.862 2.768l-2.564-.638c.263-1.726-1.362-3.813-1.362-3.813zm5.585-4.15s11.436 8.031 12.19 11.147c.568 2.344-1.085 4.51-1.085 4.51s-.881-6.12-22.796 3.172c2.218-2.475 3.426-5.635 3.107-9.045a11.5 11.5 0 0 0-1.076-3.93l5.136 2.722l.02.244c.195 2.085.043 4.112-.428 5.99a14.1 14.1 0 0 0 1.306-7.348A14.1 14.1 0 0 0 6.907 7.76l5.49 3.657c.023.182.035.366.052.55c.216 2.307.001 4.545-.592 6.587c1.291-2.393 1.925-5.155 1.655-8.04a14.1 14.1 0 0 0-1.82-5.753"/></svg> </template>
CSS
.icon-corsair {
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%22M13.073.411s1.912%203.883%201.56%205.5c0%200%204.988%201.615%205.543%204.275c0%200%202.731-3.595-7.103-9.775m-1.922%205.825c.487%201.021.707%202.118.994%203.264L9.301%208.42c.264-1.726-1.416-4.354-1.416-4.354zM6.107%208.91c.314.83.672%201.87.862%202.768l-2.564-.638c.263-1.726-1.362-3.813-1.362-3.813zm5.585-4.15s11.436%208.031%2012.19%2011.147c.568%202.344-1.085%204.51-1.085%204.51s-.881-6.12-22.796%203.172c2.218-2.475%203.426-5.635%203.107-9.045a11.5%2011.5%200%200%200-1.076-3.93l5.136%202.722l.02.244c.195%202.085.043%204.112-.428%205.99a14.1%2014.1%200%200%200%201.306-7.348A14.1%2014.1%200%200%200%206.907%207.76l5.49%203.657c.023.182.035.366.052.55c.216%202.307.001%204.545-.592%206.587c1.291-2.393%201.925-5.155%201.655-8.04a14.1%2014.1%200%200%200-1.82-5.753%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%22M13.073.411s1.912%203.883%201.56%205.5c0%200%204.988%201.615%205.543%204.275c0%200%202.731-3.595-7.103-9.775m-1.922%205.825c.487%201.021.707%202.118.994%203.264L9.301%208.42c.264-1.726-1.416-4.354-1.416-4.354zM6.107%208.91c.314.83.672%201.87.862%202.768l-2.564-.638c.263-1.726-1.362-3.813-1.362-3.813zm5.585-4.15s11.436%208.031%2012.19%2011.147c.568%202.344-1.085%204.51-1.085%204.51s-.881-6.12-22.796%203.172c2.218-2.475%203.426-5.635%203.107-9.045a11.5%2011.5%200%200%200-1.076-3.93l5.136%202.722l.02.244c.195%202.085.043%204.112-.428%205.99a14.1%2014.1%200%200%200%201.306-7.348A14.1%2014.1%200%200%200%206.907%207.76l5.49%203.657c.023.182.035.366.052.55c.216%202.307.001%204.545-.592%206.587c1.291-2.393%201.925-5.155%201.655-8.04a14.1%2014.1%200%200%200-1.82-5.753%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/corsair.svg?color=%231a73e8&size=48