mediatemple logo

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

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

Use the mediatemple logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.839 10.145v.57h.034c1.021-.615 2.07-.666 2.7-.666c1.695 0 2.28.479 2.49.66c.39-.225 1.229-.676 2.685-.676c2.896 0 2.896 1.141 2.896 1.59v2.7H13.32v-2.384c0-.494 0-1.045-1.24-1.045c-.612 0-1.242.187-1.463.46c-.206.234-.291.446-.291.964v2.021H8.001v-2.303c0-.711.015-1.14-1.206-1.14c-.615 0-1.242.162-1.48.405c-.186.185-.307.379-.307.996v2.04H2.67v-4.2h2.16l.009.008zm16.431.929h-1.69v1.68c0 .593 0 .786.691.786c.328 0 .618-.037.929-.096l.07-.009l.22.854c-.817.15-1.711.166-1.966.166c-.76 0-1.742-.111-2.105-.425c-.309-.255-.346-.506-.346-1.141v-1.82h-1.145v-.877h1.144v-.827l2.52-.65v1.479h1.696v.877l-.018.003zM1.54 16.71C.615 15.313 0 13.65 0 11.979C0 10.005.775 8.4 1.561 7.27h.936c-.695 1.54-1.168 2.85-1.168 4.752c0 2.182.774 3.865 1.125 4.627c.012 0 .034.045.034.061H1.54zm20.919-9.42C23.385 8.688 24 10.35 24 12.021c0 1.971-.776 3.58-1.561 4.709h-.936c.694-1.541 1.17-2.85 1.17-4.752c0-2.184-.777-3.863-1.129-4.629a.138.138 0 0 1-.031-.06h.946z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsMediatemple(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="M4.839 10.145v.57h.034c1.021-.615 2.07-.666 2.7-.666c1.695 0 2.28.479 2.49.66c.39-.225 1.229-.676 2.685-.676c2.896 0 2.896 1.141 2.896 1.59v2.7H13.32v-2.384c0-.494 0-1.045-1.24-1.045c-.612 0-1.242.187-1.463.46c-.206.234-.291.446-.291.964v2.021H8.001v-2.303c0-.711.015-1.14-1.206-1.14c-.615 0-1.242.162-1.48.405c-.186.185-.307.379-.307.996v2.04H2.67v-4.2h2.16l.009.008zm16.431.929h-1.69v1.68c0 .593 0 .786.691.786c.328 0 .618-.037.929-.096l.07-.009l.22.854c-.817.15-1.711.166-1.966.166c-.76 0-1.742-.111-2.105-.425c-.309-.255-.346-.506-.346-1.141v-1.82h-1.145v-.877h1.144v-.827l2.52-.65v1.479h1.696v.877l-.018.003zM1.54 16.71C.615 15.313 0 13.65 0 11.979C0 10.005.775 8.4 1.561 7.27h.936c-.695 1.54-1.168 2.85-1.168 4.752c0 2.182.774 3.865 1.125 4.627c.012 0 .034.045.034.061H1.54zm20.919-9.42C23.385 8.688 24 10.35 24 12.021c0 1.971-.776 3.58-1.561 4.709h-.936c.694-1.541 1.17-2.85 1.17-4.752c0-2.184-.777-3.863-1.129-4.629a.138.138 0 0 1-.031-.06h.946z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.839 10.145v.57h.034c1.021-.615 2.07-.666 2.7-.666c1.695 0 2.28.479 2.49.66c.39-.225 1.229-.676 2.685-.676c2.896 0 2.896 1.141 2.896 1.59v2.7H13.32v-2.384c0-.494 0-1.045-1.24-1.045c-.612 0-1.242.187-1.463.46c-.206.234-.291.446-.291.964v2.021H8.001v-2.303c0-.711.015-1.14-1.206-1.14c-.615 0-1.242.162-1.48.405c-.186.185-.307.379-.307.996v2.04H2.67v-4.2h2.16l.009.008zm16.431.929h-1.69v1.68c0 .593 0 .786.691.786c.328 0 .618-.037.929-.096l.07-.009l.22.854c-.817.15-1.711.166-1.966.166c-.76 0-1.742-.111-2.105-.425c-.309-.255-.346-.506-.346-1.141v-1.82h-1.145v-.877h1.144v-.827l2.52-.65v1.479h1.696v.877l-.018.003zM1.54 16.71C.615 15.313 0 13.65 0 11.979C0 10.005.775 8.4 1.561 7.27h.936c-.695 1.54-1.168 2.85-1.168 4.752c0 2.182.774 3.865 1.125 4.627c.012 0 .034.045.034.061H1.54zm20.919-9.42C23.385 8.688 24 10.35 24 12.021c0 1.971-.776 3.58-1.561 4.709h-.936c.694-1.541 1.17-2.85 1.17-4.752c0-2.184-.777-3.863-1.129-4.629a.138.138 0 0 1-.031-.06h.946z"/></svg>
</template>

CSS

.icon-mediatemple {
  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%22M4.839%2010.145v.57h.034c1.021-.615%202.07-.666%202.7-.666c1.695%200%202.28.479%202.49.66c.39-.225%201.229-.676%202.685-.676c2.896%200%202.896%201.141%202.896%201.59v2.7H13.32v-2.384c0-.494%200-1.045-1.24-1.045c-.612%200-1.242.187-1.463.46c-.206.234-.291.446-.291.964v2.021H8.001v-2.303c0-.711.015-1.14-1.206-1.14c-.615%200-1.242.162-1.48.405c-.186.185-.307.379-.307.996v2.04H2.67v-4.2h2.16l.009.008zm16.431.929h-1.69v1.68c0%20.593%200%20.786.691.786c.328%200%20.618-.037.929-.096l.07-.009l.22.854c-.817.15-1.711.166-1.966.166c-.76%200-1.742-.111-2.105-.425c-.309-.255-.346-.506-.346-1.141v-1.82h-1.145v-.877h1.144v-.827l2.52-.65v1.479h1.696v.877l-.018.003zM1.54%2016.71C.615%2015.313%200%2013.65%200%2011.979C0%2010.005.775%208.4%201.561%207.27h.936c-.695%201.54-1.168%202.85-1.168%204.752c0%202.182.774%203.865%201.125%204.627c.012%200%20.034.045.034.061H1.54zm20.919-9.42C23.385%208.688%2024%2010.35%2024%2012.021c0%201.971-.776%203.58-1.561%204.709h-.936c.694-1.541%201.17-2.85%201.17-4.752c0-2.184-.777-3.863-1.129-4.629a.138.138%200%200%201-.031-.06h.946z%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%22M4.839%2010.145v.57h.034c1.021-.615%202.07-.666%202.7-.666c1.695%200%202.28.479%202.49.66c.39-.225%201.229-.676%202.685-.676c2.896%200%202.896%201.141%202.896%201.59v2.7H13.32v-2.384c0-.494%200-1.045-1.24-1.045c-.612%200-1.242.187-1.463.46c-.206.234-.291.446-.291.964v2.021H8.001v-2.303c0-.711.015-1.14-1.206-1.14c-.615%200-1.242.162-1.48.405c-.186.185-.307.379-.307.996v2.04H2.67v-4.2h2.16l.009.008zm16.431.929h-1.69v1.68c0%20.593%200%20.786.691.786c.328%200%20.618-.037.929-.096l.07-.009l.22.854c-.817.15-1.711.166-1.966.166c-.76%200-1.742-.111-2.105-.425c-.309-.255-.346-.506-.346-1.141v-1.82h-1.145v-.877h1.144v-.827l2.52-.65v1.479h1.696v.877l-.018.003zM1.54%2016.71C.615%2015.313%200%2013.65%200%2011.979C0%2010.005.775%208.4%201.561%207.27h.936c-.695%201.54-1.168%202.85-1.168%204.752c0%202.182.774%203.865%201.125%204.627c.012%200%20.034.045.034.061H1.54zm20.919-9.42C23.385%208.688%2024%2010.35%2024%2012.021c0%201.971-.776%203.58-1.561%204.709h-.936c.694-1.541%201.17-2.85%201.17-4.752c0-2.184-.777-3.863-1.129-4.629a.138.138%200%200%201-.031-.06h.946z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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