startrek logo
startrek from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- startrek
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the startrek logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.943 14.596c.094 0 .3.095.576.462a58 58 0 0 1 2.165 3.23c-1.627.646-3.595 1.01-5.684 1.01c-.988 0-1.948-.097-2.856-.26c1.417-1.507 2.918-2.856 4.703-3.98c.555-.278.819-.462 1.096-.462m2.424-6.202c2.858 1.055 4.788 2.906 4.788 4.998c0 1.415-.881 2.73-2.338 3.755c-.385-2.26-.898-4.477-1.644-6.616a39 39 0 0 0-.808-2.136zM7.73 8.077a39 39 0 0 0-1.096 3.288a56 56 0 0 0-1.327 6.404c-2.11-1.1-3.462-2.69-3.462-4.385c.001-2.274 2.44-4.337 5.885-5.307M12.463.086c-.095 0-.08-.007-.174.086a26 26 0 0 0-3.663 5.77C3.631 6.89 0 9.887 0 13.385c0 2.588 1.991 4.903 5.048 6.317a65 65 0 0 0-.347 4.01c0 .094.108.202.203.202h.086c.094 0 .08.007.173-.086a80 80 0 0 1 2.538-3.203c1.338.336 2.78.52 4.299.52c2.455 0 4.738-.48 6.635-1.298c.46.772.908 1.555 1.385 2.395c0 .094.194.086.288.086a.175.175 0 0 0 .173-.173a70 70 0 0 0-.346-3.088c2.369-1.42 3.865-3.45 3.865-5.682c0-3.252-3.156-6.072-7.615-7.212a33.5 33.5 0 0 0-3.75-6c0-.094-.078-.087-.172-.087"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsStartrek(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="M14.943 14.596c.094 0 .3.095.576.462a58 58 0 0 1 2.165 3.23c-1.627.646-3.595 1.01-5.684 1.01c-.988 0-1.948-.097-2.856-.26c1.417-1.507 2.918-2.856 4.703-3.98c.555-.278.819-.462 1.096-.462m2.424-6.202c2.858 1.055 4.788 2.906 4.788 4.998c0 1.415-.881 2.73-2.338 3.755c-.385-2.26-.898-4.477-1.644-6.616a39 39 0 0 0-.808-2.136zM7.73 8.077a39 39 0 0 0-1.096 3.288a56 56 0 0 0-1.327 6.404c-2.11-1.1-3.462-2.69-3.462-4.385c.001-2.274 2.44-4.337 5.885-5.307M12.463.086c-.095 0-.08-.007-.174.086a26 26 0 0 0-3.663 5.77C3.631 6.89 0 9.887 0 13.385c0 2.588 1.991 4.903 5.048 6.317a65 65 0 0 0-.347 4.01c0 .094.108.202.203.202h.086c.094 0 .08.007.173-.086a80 80 0 0 1 2.538-3.203c1.338.336 2.78.52 4.299.52c2.455 0 4.738-.48 6.635-1.298c.46.772.908 1.555 1.385 2.395c0 .094.194.086.288.086a.175.175 0 0 0 .173-.173a70 70 0 0 0-.346-3.088c2.369-1.42 3.865-3.45 3.865-5.682c0-3.252-3.156-6.072-7.615-7.212a33.5 33.5 0 0 0-3.75-6c0-.094-.078-.087-.172-.087"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.943 14.596c.094 0 .3.095.576.462a58 58 0 0 1 2.165 3.23c-1.627.646-3.595 1.01-5.684 1.01c-.988 0-1.948-.097-2.856-.26c1.417-1.507 2.918-2.856 4.703-3.98c.555-.278.819-.462 1.096-.462m2.424-6.202c2.858 1.055 4.788 2.906 4.788 4.998c0 1.415-.881 2.73-2.338 3.755c-.385-2.26-.898-4.477-1.644-6.616a39 39 0 0 0-.808-2.136zM7.73 8.077a39 39 0 0 0-1.096 3.288a56 56 0 0 0-1.327 6.404c-2.11-1.1-3.462-2.69-3.462-4.385c.001-2.274 2.44-4.337 5.885-5.307M12.463.086c-.095 0-.08-.007-.174.086a26 26 0 0 0-3.663 5.77C3.631 6.89 0 9.887 0 13.385c0 2.588 1.991 4.903 5.048 6.317a65 65 0 0 0-.347 4.01c0 .094.108.202.203.202h.086c.094 0 .08.007.173-.086a80 80 0 0 1 2.538-3.203c1.338.336 2.78.52 4.299.52c2.455 0 4.738-.48 6.635-1.298c.46.772.908 1.555 1.385 2.395c0 .094.194.086.288.086a.175.175 0 0 0 .173-.173a70 70 0 0 0-.346-3.088c2.369-1.42 3.865-3.45 3.865-5.682c0-3.252-3.156-6.072-7.615-7.212a33.5 33.5 0 0 0-3.75-6c0-.094-.078-.087-.172-.087"/></svg> </template>
CSS
.icon-startrek {
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%22M14.943%2014.596c.094%200%20.3.095.576.462a58%2058%200%200%201%202.165%203.23c-1.627.646-3.595%201.01-5.684%201.01c-.988%200-1.948-.097-2.856-.26c1.417-1.507%202.918-2.856%204.703-3.98c.555-.278.819-.462%201.096-.462m2.424-6.202c2.858%201.055%204.788%202.906%204.788%204.998c0%201.415-.881%202.73-2.338%203.755c-.385-2.26-.898-4.477-1.644-6.616a39%2039%200%200%200-.808-2.136zM7.73%208.077a39%2039%200%200%200-1.096%203.288a56%2056%200%200%200-1.327%206.404c-2.11-1.1-3.462-2.69-3.462-4.385c.001-2.274%202.44-4.337%205.885-5.307M12.463.086c-.095%200-.08-.007-.174.086a26%2026%200%200%200-3.663%205.77C3.631%206.89%200%209.887%200%2013.385c0%202.588%201.991%204.903%205.048%206.317a65%2065%200%200%200-.347%204.01c0%20.094.108.202.203.202h.086c.094%200%20.08.007.173-.086a80%2080%200%200%201%202.538-3.203c1.338.336%202.78.52%204.299.52c2.455%200%204.738-.48%206.635-1.298c.46.772.908%201.555%201.385%202.395c0%20.094.194.086.288.086a.175.175%200%200%200%20.173-.173a70%2070%200%200%200-.346-3.088c2.369-1.42%203.865-3.45%203.865-5.682c0-3.252-3.156-6.072-7.615-7.212a33.5%2033.5%200%200%200-3.75-6c0-.094-.078-.087-.172-.087%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%22M14.943%2014.596c.094%200%20.3.095.576.462a58%2058%200%200%201%202.165%203.23c-1.627.646-3.595%201.01-5.684%201.01c-.988%200-1.948-.097-2.856-.26c1.417-1.507%202.918-2.856%204.703-3.98c.555-.278.819-.462%201.096-.462m2.424-6.202c2.858%201.055%204.788%202.906%204.788%204.998c0%201.415-.881%202.73-2.338%203.755c-.385-2.26-.898-4.477-1.644-6.616a39%2039%200%200%200-.808-2.136zM7.73%208.077a39%2039%200%200%200-1.096%203.288a56%2056%200%200%200-1.327%206.404c-2.11-1.1-3.462-2.69-3.462-4.385c.001-2.274%202.44-4.337%205.885-5.307M12.463.086c-.095%200-.08-.007-.174.086a26%2026%200%200%200-3.663%205.77C3.631%206.89%200%209.887%200%2013.385c0%202.588%201.991%204.903%205.048%206.317a65%2065%200%200%200-.347%204.01c0%20.094.108.202.203.202h.086c.094%200%20.08.007.173-.086a80%2080%200%200%201%202.538-3.203c1.338.336%202.78.52%204.299.52c2.455%200%204.738-.48%206.635-1.298c.46.772.908%201.555%201.385%202.395c0%20.094.194.086.288.086a.175.175%200%200%200%20.173-.173a70%2070%200%200%200-.346-3.088c2.369-1.42%203.865-3.45%203.865-5.682c0-3.252-3.156-6.072-7.615-7.212a33.5%2033.5%200%200%200-3.75-6c0-.094-.078-.087-.172-.087%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/startrek.svg?color=%231a73e8&size=48