studio3t logo
studio3t from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- studio3t
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the studio3t logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.336 3.194c-3.37.044-8.92 1.972-11.414 7.826q-.24.577-.418 1.177A13 13 0 0 0 .1 14.094l-.004-.002c-.405 4.071.519 6.19 1.877 6.62c.909.288 1.707-.099 2.646-.888c1.032-.867 1.436-1.523 1.32-2.426c-.12-.932-1.126-1.61-2.037-1.853c-1.318-.383-.787-1.228-.787-1.228s1.421 1.02 3.711.763c2.089-.234 2.486-.672 2.486-.672c-.003-2.155 1.152-3.657 2.664-3.802c-1.05.495-1.656 2.205-1.654 3.593l.006 3.674l.521.002c1.533.002 2.839-1.54 2.836-3.281v-.72s1.146-.623 2.774-.805c.77-.087 1.372-.006 1.892.15a2.15 2.15 0 0 1-.514-1.318c-.007-.225.362-.324.444 0c.29 1.302 1.035 1.859 2.898 2.418a3.8 3.8 0 0 0 1.057.021c.807-.111 1.615-.558 1.744-1.508c.12-.89-.323-1.498-.776-2.12l-.109-.153a5.3 5.3 0 0 1-.48-.77a7 7 0 0 1-.293-.763c-.107-.318-.213-.634-.375-.922c-2.136-3.785-5.939-4.958-9.611-4.91m8.058 6.287h.027c.29 0 .525.254.526.566c0 .312-.233.565-.524.565c-.29 0-.527-.255-.527-.567c0-.302.22-.55.498-.564m-6.035 4.728c.21 2.063-.963 2.934-.963 2.934c1.636-.098 3.485-1.592 3.392-3.51c0 0-.725-.105-2.429.576"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsStudio3t(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="M12.336 3.194c-3.37.044-8.92 1.972-11.414 7.826q-.24.577-.418 1.177A13 13 0 0 0 .1 14.094l-.004-.002c-.405 4.071.519 6.19 1.877 6.62c.909.288 1.707-.099 2.646-.888c1.032-.867 1.436-1.523 1.32-2.426c-.12-.932-1.126-1.61-2.037-1.853c-1.318-.383-.787-1.228-.787-1.228s1.421 1.02 3.711.763c2.089-.234 2.486-.672 2.486-.672c-.003-2.155 1.152-3.657 2.664-3.802c-1.05.495-1.656 2.205-1.654 3.593l.006 3.674l.521.002c1.533.002 2.839-1.54 2.836-3.281v-.72s1.146-.623 2.774-.805c.77-.087 1.372-.006 1.892.15a2.15 2.15 0 0 1-.514-1.318c-.007-.225.362-.324.444 0c.29 1.302 1.035 1.859 2.898 2.418a3.8 3.8 0 0 0 1.057.021c.807-.111 1.615-.558 1.744-1.508c.12-.89-.323-1.498-.776-2.12l-.109-.153a5.3 5.3 0 0 1-.48-.77a7 7 0 0 1-.293-.763c-.107-.318-.213-.634-.375-.922c-2.136-3.785-5.939-4.958-9.611-4.91m8.058 6.287h.027c.29 0 .525.254.526.566c0 .312-.233.565-.524.565c-.29 0-.527-.255-.527-.567c0-.302.22-.55.498-.564m-6.035 4.728c.21 2.063-.963 2.934-.963 2.934c1.636-.098 3.485-1.592 3.392-3.51c0 0-.725-.105-2.429.576"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.336 3.194c-3.37.044-8.92 1.972-11.414 7.826q-.24.577-.418 1.177A13 13 0 0 0 .1 14.094l-.004-.002c-.405 4.071.519 6.19 1.877 6.62c.909.288 1.707-.099 2.646-.888c1.032-.867 1.436-1.523 1.32-2.426c-.12-.932-1.126-1.61-2.037-1.853c-1.318-.383-.787-1.228-.787-1.228s1.421 1.02 3.711.763c2.089-.234 2.486-.672 2.486-.672c-.003-2.155 1.152-3.657 2.664-3.802c-1.05.495-1.656 2.205-1.654 3.593l.006 3.674l.521.002c1.533.002 2.839-1.54 2.836-3.281v-.72s1.146-.623 2.774-.805c.77-.087 1.372-.006 1.892.15a2.15 2.15 0 0 1-.514-1.318c-.007-.225.362-.324.444 0c.29 1.302 1.035 1.859 2.898 2.418a3.8 3.8 0 0 0 1.057.021c.807-.111 1.615-.558 1.744-1.508c.12-.89-.323-1.498-.776-2.12l-.109-.153a5.3 5.3 0 0 1-.48-.77a7 7 0 0 1-.293-.763c-.107-.318-.213-.634-.375-.922c-2.136-3.785-5.939-4.958-9.611-4.91m8.058 6.287h.027c.29 0 .525.254.526.566c0 .312-.233.565-.524.565c-.29 0-.527-.255-.527-.567c0-.302.22-.55.498-.564m-6.035 4.728c.21 2.063-.963 2.934-.963 2.934c1.636-.098 3.485-1.592 3.392-3.51c0 0-.725-.105-2.429.576"/></svg> </template>
CSS
.icon-studio3t {
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%22M12.336%203.194c-3.37.044-8.92%201.972-11.414%207.826q-.24.577-.418%201.177A13%2013%200%200%200%20.1%2014.094l-.004-.002c-.405%204.071.519%206.19%201.877%206.62c.909.288%201.707-.099%202.646-.888c1.032-.867%201.436-1.523%201.32-2.426c-.12-.932-1.126-1.61-2.037-1.853c-1.318-.383-.787-1.228-.787-1.228s1.421%201.02%203.711.763c2.089-.234%202.486-.672%202.486-.672c-.003-2.155%201.152-3.657%202.664-3.802c-1.05.495-1.656%202.205-1.654%203.593l.006%203.674l.521.002c1.533.002%202.839-1.54%202.836-3.281v-.72s1.146-.623%202.774-.805c.77-.087%201.372-.006%201.892.15a2.15%202.15%200%200%201-.514-1.318c-.007-.225.362-.324.444%200c.29%201.302%201.035%201.859%202.898%202.418a3.8%203.8%200%200%200%201.057.021c.807-.111%201.615-.558%201.744-1.508c.12-.89-.323-1.498-.776-2.12l-.109-.153a5.3%205.3%200%200%201-.48-.77a7%207%200%200%201-.293-.763c-.107-.318-.213-.634-.375-.922c-2.136-3.785-5.939-4.958-9.611-4.91m8.058%206.287h.027c.29%200%20.525.254.526.566c0%20.312-.233.565-.524.565c-.29%200-.527-.255-.527-.567c0-.302.22-.55.498-.564m-6.035%204.728c.21%202.063-.963%202.934-.963%202.934c1.636-.098%203.485-1.592%203.392-3.51c0%200-.725-.105-2.429.576%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%22M12.336%203.194c-3.37.044-8.92%201.972-11.414%207.826q-.24.577-.418%201.177A13%2013%200%200%200%20.1%2014.094l-.004-.002c-.405%204.071.519%206.19%201.877%206.62c.909.288%201.707-.099%202.646-.888c1.032-.867%201.436-1.523%201.32-2.426c-.12-.932-1.126-1.61-2.037-1.853c-1.318-.383-.787-1.228-.787-1.228s1.421%201.02%203.711.763c2.089-.234%202.486-.672%202.486-.672c-.003-2.155%201.152-3.657%202.664-3.802c-1.05.495-1.656%202.205-1.654%203.593l.006%203.674l.521.002c1.533.002%202.839-1.54%202.836-3.281v-.72s1.146-.623%202.774-.805c.77-.087%201.372-.006%201.892.15a2.15%202.15%200%200%201-.514-1.318c-.007-.225.362-.324.444%200c.29%201.302%201.035%201.859%202.898%202.418a3.8%203.8%200%200%200%201.057.021c.807-.111%201.615-.558%201.744-1.508c.12-.89-.323-1.498-.776-2.12l-.109-.153a5.3%205.3%200%200%201-.48-.77a7%207%200%200%201-.293-.763c-.107-.318-.213-.634-.375-.922c-2.136-3.785-5.939-4.958-9.611-4.91m8.058%206.287h.027c.29%200%20.525.254.526.566c0%20.312-.233.565-.524.565c-.29%200-.527-.255-.527-.567c0-.302.22-.55.498-.564m-6.035%204.728c.21%202.063-.963%202.934-.963%202.934c1.636-.098%203.485-1.592%203.392-3.51c0%200-.725-.105-2.429.576%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/studio3t.svg?color=%231a73e8&size=48