multisim logo
multisim from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- multisim
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the multisim logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.364 5.778c-.162.323-.566.565-.97.565c-.646 0-1.131-.484-1.131-1.13s.485-1.132 1.13-1.132c.405 0 .728.242.97.565h3.556V.121H0V2.87h15.03c.162-.324.566-.566.97-.566c.647 0 1.131.485 1.131 1.131S16.646 4.566 16 4.566c-.404 0-.727-.243-.97-.566H0v6.545h2.101v-4.04h10.586c.162-.323.566-.566.97-.566c.646 0 1.131.485 1.131 1.132s-.485 1.131-1.131 1.131c-.404 0-.728-.242-.97-.566H3.313v3.071h11.798c.162-.323.566-.566.97-.566c.646 0 1.131.485 1.131 1.132s-.485 1.131-1.131 1.131c-.404 0-.728-.242-.97-.566H0v3.071h6.546c.161-.323.565-.566.97-.566c.646 0 1.13.485 1.13 1.132s-.484 1.131-1.13 1.131c-.405 0-.728-.242-.97-.566H0v3.071h7.677c.161-.323.565-.566.97-.566c.646 0 1.13.485 1.13 1.132s-.484 1.131-1.13 1.131c-.405 0-.728-.242-.97-.566H0v3.637h12.606v-7.435c-.323-.161-.566-.565-.566-.97c0-.646.485-1.13 1.132-1.13s1.131.484 1.131 1.13c0 .405-.242.728-.566.97v7.435h2.667v-5.657c-.323-.161-.566-.565-.566-.97c0-.646.485-1.13 1.132-1.13s1.131.484 1.131 1.13c0 .404-.242.728-.566.97v5.657h2.667v-8.323c-.323-.162-.566-.566-.566-.97c0-.647.485-1.132 1.132-1.132s1.131.485 1.131 1.132c0 .404-.242.727-.566.97v8.323H24v-13.9h-2.99c-.162.324-.566.566-.97.566c-.646 0-1.13-.484-1.13-1.13s.484-1.132 1.13-1.132c.404 0 .728.242.97.566H24V5.696z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsMultisim(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="M20.364 5.778c-.162.323-.566.565-.97.565c-.646 0-1.131-.484-1.131-1.13s.485-1.132 1.13-1.132c.405 0 .728.242.97.565h3.556V.121H0V2.87h15.03c.162-.324.566-.566.97-.566c.647 0 1.131.485 1.131 1.131S16.646 4.566 16 4.566c-.404 0-.727-.243-.97-.566H0v6.545h2.101v-4.04h10.586c.162-.323.566-.566.97-.566c.646 0 1.131.485 1.131 1.132s-.485 1.131-1.131 1.131c-.404 0-.728-.242-.97-.566H3.313v3.071h11.798c.162-.323.566-.566.97-.566c.646 0 1.131.485 1.131 1.132s-.485 1.131-1.131 1.131c-.404 0-.728-.242-.97-.566H0v3.071h6.546c.161-.323.565-.566.97-.566c.646 0 1.13.485 1.13 1.132s-.484 1.131-1.13 1.131c-.405 0-.728-.242-.97-.566H0v3.071h7.677c.161-.323.565-.566.97-.566c.646 0 1.13.485 1.13 1.132s-.484 1.131-1.13 1.131c-.405 0-.728-.242-.97-.566H0v3.637h12.606v-7.435c-.323-.161-.566-.565-.566-.97c0-.646.485-1.13 1.132-1.13s1.131.484 1.131 1.13c0 .405-.242.728-.566.97v7.435h2.667v-5.657c-.323-.161-.566-.565-.566-.97c0-.646.485-1.13 1.132-1.13s1.131.484 1.131 1.13c0 .404-.242.728-.566.97v5.657h2.667v-8.323c-.323-.162-.566-.566-.566-.97c0-.647.485-1.132 1.132-1.132s1.131.485 1.131 1.132c0 .404-.242.727-.566.97v8.323H24v-13.9h-2.99c-.162.324-.566.566-.97.566c-.646 0-1.13-.484-1.13-1.13s.484-1.132 1.13-1.132c.404 0 .728.242.97.566H24V5.696z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.364 5.778c-.162.323-.566.565-.97.565c-.646 0-1.131-.484-1.131-1.13s.485-1.132 1.13-1.132c.405 0 .728.242.97.565h3.556V.121H0V2.87h15.03c.162-.324.566-.566.97-.566c.647 0 1.131.485 1.131 1.131S16.646 4.566 16 4.566c-.404 0-.727-.243-.97-.566H0v6.545h2.101v-4.04h10.586c.162-.323.566-.566.97-.566c.646 0 1.131.485 1.131 1.132s-.485 1.131-1.131 1.131c-.404 0-.728-.242-.97-.566H3.313v3.071h11.798c.162-.323.566-.566.97-.566c.646 0 1.131.485 1.131 1.132s-.485 1.131-1.131 1.131c-.404 0-.728-.242-.97-.566H0v3.071h6.546c.161-.323.565-.566.97-.566c.646 0 1.13.485 1.13 1.132s-.484 1.131-1.13 1.131c-.405 0-.728-.242-.97-.566H0v3.071h7.677c.161-.323.565-.566.97-.566c.646 0 1.13.485 1.13 1.132s-.484 1.131-1.13 1.131c-.405 0-.728-.242-.97-.566H0v3.637h12.606v-7.435c-.323-.161-.566-.565-.566-.97c0-.646.485-1.13 1.132-1.13s1.131.484 1.131 1.13c0 .405-.242.728-.566.97v7.435h2.667v-5.657c-.323-.161-.566-.565-.566-.97c0-.646.485-1.13 1.132-1.13s1.131.484 1.131 1.13c0 .404-.242.728-.566.97v5.657h2.667v-8.323c-.323-.162-.566-.566-.566-.97c0-.647.485-1.132 1.132-1.132s1.131.485 1.131 1.132c0 .404-.242.727-.566.97v8.323H24v-13.9h-2.99c-.162.324-.566.566-.97.566c-.646 0-1.13-.484-1.13-1.13s.484-1.132 1.13-1.132c.404 0 .728.242.97.566H24V5.696z"/></svg> </template>
CSS
.icon-multisim {
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%22M20.364%205.778c-.162.323-.566.565-.97.565c-.646%200-1.131-.484-1.131-1.13s.485-1.132%201.13-1.132c.405%200%20.728.242.97.565h3.556V.121H0V2.87h15.03c.162-.324.566-.566.97-.566c.647%200%201.131.485%201.131%201.131S16.646%204.566%2016%204.566c-.404%200-.727-.243-.97-.566H0v6.545h2.101v-4.04h10.586c.162-.323.566-.566.97-.566c.646%200%201.131.485%201.131%201.132s-.485%201.131-1.131%201.131c-.404%200-.728-.242-.97-.566H3.313v3.071h11.798c.162-.323.566-.566.97-.566c.646%200%201.131.485%201.131%201.132s-.485%201.131-1.131%201.131c-.404%200-.728-.242-.97-.566H0v3.071h6.546c.161-.323.565-.566.97-.566c.646%200%201.13.485%201.13%201.132s-.484%201.131-1.13%201.131c-.405%200-.728-.242-.97-.566H0v3.071h7.677c.161-.323.565-.566.97-.566c.646%200%201.13.485%201.13%201.132s-.484%201.131-1.13%201.131c-.405%200-.728-.242-.97-.566H0v3.637h12.606v-7.435c-.323-.161-.566-.565-.566-.97c0-.646.485-1.13%201.132-1.13s1.131.484%201.131%201.13c0%20.405-.242.728-.566.97v7.435h2.667v-5.657c-.323-.161-.566-.565-.566-.97c0-.646.485-1.13%201.132-1.13s1.131.484%201.131%201.13c0%20.404-.242.728-.566.97v5.657h2.667v-8.323c-.323-.162-.566-.566-.566-.97c0-.647.485-1.132%201.132-1.132s1.131.485%201.131%201.132c0%20.404-.242.727-.566.97v8.323H24v-13.9h-2.99c-.162.324-.566.566-.97.566c-.646%200-1.13-.484-1.13-1.13s.484-1.132%201.13-1.132c.404%200%20.728.242.97.566H24V5.696z%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%22M20.364%205.778c-.162.323-.566.565-.97.565c-.646%200-1.131-.484-1.131-1.13s.485-1.132%201.13-1.132c.405%200%20.728.242.97.565h3.556V.121H0V2.87h15.03c.162-.324.566-.566.97-.566c.647%200%201.131.485%201.131%201.131S16.646%204.566%2016%204.566c-.404%200-.727-.243-.97-.566H0v6.545h2.101v-4.04h10.586c.162-.323.566-.566.97-.566c.646%200%201.131.485%201.131%201.132s-.485%201.131-1.131%201.131c-.404%200-.728-.242-.97-.566H3.313v3.071h11.798c.162-.323.566-.566.97-.566c.646%200%201.131.485%201.131%201.132s-.485%201.131-1.131%201.131c-.404%200-.728-.242-.97-.566H0v3.071h6.546c.161-.323.565-.566.97-.566c.646%200%201.13.485%201.13%201.132s-.484%201.131-1.13%201.131c-.405%200-.728-.242-.97-.566H0v3.071h7.677c.161-.323.565-.566.97-.566c.646%200%201.13.485%201.13%201.132s-.484%201.131-1.13%201.131c-.405%200-.728-.242-.97-.566H0v3.637h12.606v-7.435c-.323-.161-.566-.565-.566-.97c0-.646.485-1.13%201.132-1.13s1.131.484%201.131%201.13c0%20.405-.242.728-.566.97v7.435h2.667v-5.657c-.323-.161-.566-.565-.566-.97c0-.646.485-1.13%201.132-1.13s1.131.484%201.131%201.13c0%20.404-.242.728-.566.97v5.657h2.667v-8.323c-.323-.162-.566-.566-.566-.97c0-.647.485-1.132%201.132-1.132s1.131.485%201.131%201.132c0%20.404-.242.727-.566.97v8.323H24v-13.9h-2.99c-.162.324-.566.566-.97.566c-.646%200-1.13-.484-1.13-1.13s.484-1.132%201.13-1.132c.404%200%20.728.242.97.566H24V5.696z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/multisim.svg?color=%231a73e8&size=48