wezterm from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
wezterm
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the wezterm logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.27 8.524c0-.623.62-1.007 2.123-1.007l-.5 2.757c-.931-.623-1.624-1.199-1.624-1.75zm4.008 6.807c0 .647-.644 1.079-2.123 1.15l.524-2.924c.931.624 1.6 1.175 1.6 1.774zm-2.625 5.992l.454-2.708c3.603-.336 5.01-1.798 5.01-3.404c0-1.653-2.004-2.948-3.841-4.074l.668-3.548c.764.072 1.67.216 2.744.432l.31-2.469c-.81-.12-1.575-.168-2.29-.216L8.257 2.7l-2.363-.024l-.453 2.684C1.838 5.648.43 7.158.43 8.764c0 1.63 2.004 2.876 3.841 3.954l-.668 3.716c-.859-.048-1.908-.192-3.125-.408L0 18.495c1.026.12 1.98.192 2.84.216l-.525 2.588zm15.553-1.894h2.673c.334-2.804.81-8.46 1.121-14.86h-2.553c-.071 1.51-.334 10.498-.43 11.241h-.071c-.644-2.42-1.169-4.386-1.813-6.782h-1.456c-.62 2.396-1.05 4.194-1.694 6.782h-.096c-.071-.743-.477-9.73-.525-11.24h-2.648c.31 6.399.763 12.055 1.097 14.86h2.625l1.838-7.12z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsWezterm(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="M3.27 8.524c0-.623.62-1.007 2.123-1.007l-.5 2.757c-.931-.623-1.624-1.199-1.624-1.75zm4.008 6.807c0 .647-.644 1.079-2.123 1.15l.524-2.924c.931.624 1.6 1.175 1.6 1.774zm-2.625 5.992l.454-2.708c3.603-.336 5.01-1.798 5.01-3.404c0-1.653-2.004-2.948-3.841-4.074l.668-3.548c.764.072 1.67.216 2.744.432l.31-2.469c-.81-.12-1.575-.168-2.29-.216L8.257 2.7l-2.363-.024l-.453 2.684C1.838 5.648.43 7.158.43 8.764c0 1.63 2.004 2.876 3.841 3.954l-.668 3.716c-.859-.048-1.908-.192-3.125-.408L0 18.495c1.026.12 1.98.192 2.84.216l-.525 2.588zm15.553-1.894h2.673c.334-2.804.81-8.46 1.121-14.86h-2.553c-.071 1.51-.334 10.498-.43 11.241h-.071c-.644-2.42-1.169-4.386-1.813-6.782h-1.456c-.62 2.396-1.05 4.194-1.694 6.782h-.096c-.071-.743-.477-9.73-.525-11.24h-2.648c.31 6.399.763 12.055 1.097 14.86h2.625l1.838-7.12z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.27 8.524c0-.623.62-1.007 2.123-1.007l-.5 2.757c-.931-.623-1.624-1.199-1.624-1.75zm4.008 6.807c0 .647-.644 1.079-2.123 1.15l.524-2.924c.931.624 1.6 1.175 1.6 1.774zm-2.625 5.992l.454-2.708c3.603-.336 5.01-1.798 5.01-3.404c0-1.653-2.004-2.948-3.841-4.074l.668-3.548c.764.072 1.67.216 2.744.432l.31-2.469c-.81-.12-1.575-.168-2.29-.216L8.257 2.7l-2.363-.024l-.453 2.684C1.838 5.648.43 7.158.43 8.764c0 1.63 2.004 2.876 3.841 3.954l-.668 3.716c-.859-.048-1.908-.192-3.125-.408L0 18.495c1.026.12 1.98.192 2.84.216l-.525 2.588zm15.553-1.894h2.673c.334-2.804.81-8.46 1.121-14.86h-2.553c-.071 1.51-.334 10.498-.43 11.241h-.071c-.644-2.42-1.169-4.386-1.813-6.782h-1.456c-.62 2.396-1.05 4.194-1.694 6.782h-.096c-.071-.743-.477-9.73-.525-11.24h-2.648c.31 6.399.763 12.055 1.097 14.86h2.625l1.838-7.12z"/></svg>
</template>

CSS

.icon-wezterm {
  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%22M3.27%208.524c0-.623.62-1.007%202.123-1.007l-.5%202.757c-.931-.623-1.624-1.199-1.624-1.75zm4.008%206.807c0%20.647-.644%201.079-2.123%201.15l.524-2.924c.931.624%201.6%201.175%201.6%201.774zm-2.625%205.992l.454-2.708c3.603-.336%205.01-1.798%205.01-3.404c0-1.653-2.004-2.948-3.841-4.074l.668-3.548c.764.072%201.67.216%202.744.432l.31-2.469c-.81-.12-1.575-.168-2.29-.216L8.257%202.7l-2.363-.024l-.453%202.684C1.838%205.648.43%207.158.43%208.764c0%201.63%202.004%202.876%203.841%203.954l-.668%203.716c-.859-.048-1.908-.192-3.125-.408L0%2018.495c1.026.12%201.98.192%202.84.216l-.525%202.588zm15.553-1.894h2.673c.334-2.804.81-8.46%201.121-14.86h-2.553c-.071%201.51-.334%2010.498-.43%2011.241h-.071c-.644-2.42-1.169-4.386-1.813-6.782h-1.456c-.62%202.396-1.05%204.194-1.694%206.782h-.096c-.071-.743-.477-9.73-.525-11.24h-2.648c.31%206.399.763%2012.055%201.097%2014.86h2.625l1.838-7.12z%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%22M3.27%208.524c0-.623.62-1.007%202.123-1.007l-.5%202.757c-.931-.623-1.624-1.199-1.624-1.75zm4.008%206.807c0%20.647-.644%201.079-2.123%201.15l.524-2.924c.931.624%201.6%201.175%201.6%201.774zm-2.625%205.992l.454-2.708c3.603-.336%205.01-1.798%205.01-3.404c0-1.653-2.004-2.948-3.841-4.074l.668-3.548c.764.072%201.67.216%202.744.432l.31-2.469c-.81-.12-1.575-.168-2.29-.216L8.257%202.7l-2.363-.024l-.453%202.684C1.838%205.648.43%207.158.43%208.764c0%201.63%202.004%202.876%203.841%203.954l-.668%203.716c-.859-.048-1.908-.192-3.125-.408L0%2018.495c1.026.12%201.98.192%202.84.216l-.525%202.588zm15.553-1.894h2.673c.334-2.804.81-8.46%201.121-14.86h-2.553c-.071%201.51-.334%2010.498-.43%2011.241h-.071c-.644-2.42-1.169-4.386-1.813-6.782h-1.456c-.62%202.396-1.05%204.194-1.694%206.782h-.096c-.071-.743-.477-9.73-.525-11.24h-2.648c.31%206.399.763%2012.055%201.097%2014.86h2.625l1.838-7.12z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/wezterm.svg?color=%231a73e8&size=48