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

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

Use the wistia logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.69 6.605c.507-3.094-1.24-3.944-1.24-3.944s.073 2.519-4.555 3.053C13.787 6.188 0 5.83 0 5.83l4.43 5.081c1.2 1.378 1.838 1.537 3.187 1.633c1.349.09 4.327.058 6.345-.096c2.206-.169 5.35-.888 7.477-2.535c1.09-.843 2.039-2.016 2.25-3.308m.284 3.205s-.556 1.105-3.33 2.853c-1.182.744-3.637 1.535-6.793 1.84c-1.705.166-4.842.031-6.188.031c-1.354 0-1.974.285-3.187 1.652L0 21.23s1.55.008 2.72.008s8.488.425 11.735-.468c10.546-2.899 9.518-10.96 9.518-10.96"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsWistia(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.69 6.605c.507-3.094-1.24-3.944-1.24-3.944s.073 2.519-4.555 3.053C13.787 6.188 0 5.83 0 5.83l4.43 5.081c1.2 1.378 1.838 1.537 3.187 1.633c1.349.09 4.327.058 6.345-.096c2.206-.169 5.35-.888 7.477-2.535c1.09-.843 2.039-2.016 2.25-3.308m.284 3.205s-.556 1.105-3.33 2.853c-1.182.744-3.637 1.535-6.793 1.84c-1.705.166-4.842.031-6.188.031c-1.354 0-1.974.285-3.187 1.652L0 21.23s1.55.008 2.72.008s8.488.425 11.735-.468c10.546-2.899 9.518-10.96 9.518-10.96"/></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.69 6.605c.507-3.094-1.24-3.944-1.24-3.944s.073 2.519-4.555 3.053C13.787 6.188 0 5.83 0 5.83l4.43 5.081c1.2 1.378 1.838 1.537 3.187 1.633c1.349.09 4.327.058 6.345-.096c2.206-.169 5.35-.888 7.477-2.535c1.09-.843 2.039-2.016 2.25-3.308m.284 3.205s-.556 1.105-3.33 2.853c-1.182.744-3.637 1.535-6.793 1.84c-1.705.166-4.842.031-6.188.031c-1.354 0-1.974.285-3.187 1.652L0 21.23s1.55.008 2.72.008s8.488.425 11.735-.468c10.546-2.899 9.518-10.96 9.518-10.96"/></svg>
</template>

CSS

.icon-wistia {
  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.69%206.605c.507-3.094-1.24-3.944-1.24-3.944s.073%202.519-4.555%203.053C13.787%206.188%200%205.83%200%205.83l4.43%205.081c1.2%201.378%201.838%201.537%203.187%201.633c1.349.09%204.327.058%206.345-.096c2.206-.169%205.35-.888%207.477-2.535c1.09-.843%202.039-2.016%202.25-3.308m.284%203.205s-.556%201.105-3.33%202.853c-1.182.744-3.637%201.535-6.793%201.84c-1.705.166-4.842.031-6.188.031c-1.354%200-1.974.285-3.187%201.652L0%2021.23s1.55.008%202.72.008s8.488.425%2011.735-.468c10.546-2.899%209.518-10.96%209.518-10.96%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.69%206.605c.507-3.094-1.24-3.944-1.24-3.944s.073%202.519-4.555%203.053C13.787%206.188%200%205.83%200%205.83l4.43%205.081c1.2%201.378%201.838%201.537%203.187%201.633c1.349.09%204.327.058%206.345-.096c2.206-.169%205.35-.888%207.477-2.535c1.09-.843%202.039-2.016%202.25-3.308m.284%203.205s-.556%201.105-3.33%202.853c-1.182.744-3.637%201.535-6.793%201.84c-1.705.166-4.842.031-6.188.031c-1.354%200-1.974.285-3.187%201.652L0%2021.23s1.55.008%202.72.008s8.488.425%2011.735-.468c10.546-2.899%209.518-10.96%209.518-10.96%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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