themodelsresource logo

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

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

Use the themodelsresource logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.25 0C.557 0 0 .557 0 1.25v21.5C0 23.442.557 24 1.25 24h21.5c.692 0 1.25-.558 1.25-1.25V1.25C24 .557 23.442 0 22.75 0h-2.734c1.667 1.037 1.521 11.428 1.68 18.734c.023 1.1.616 3.805.616 3.805s-1.702.913-3.15 1.373c-.652-2.478-.633-3.488-.633-3.488l-.181-10.67l-.4-4.62c-2.156 3.08-3.445 6.123-3.987 8.007c-1.442.915-1.92 1.09-2.957 1.384c-1.056-.552-3.91-3.216-4.961-3.921c2.096 6.826 2.238 9.642 2.238 9.642s-2.231 1.759-2.797 1.606c-.232-.064-.495-.275-.507-.516c-.183-3.672-.76-5.902-1.508-8.773C2.576 9.13.32 4.07.32 4.07c.948-.641 1.52-.883 2.836-1.265L11.61 11S16.073 3.616 17.104.906c0 0 2.244-.748 2.71-.906z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsThemodelsresource(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="M1.25 0C.557 0 0 .557 0 1.25v21.5C0 23.442.557 24 1.25 24h21.5c.692 0 1.25-.558 1.25-1.25V1.25C24 .557 23.442 0 22.75 0h-2.734c1.667 1.037 1.521 11.428 1.68 18.734c.023 1.1.616 3.805.616 3.805s-1.702.913-3.15 1.373c-.652-2.478-.633-3.488-.633-3.488l-.181-10.67l-.4-4.62c-2.156 3.08-3.445 6.123-3.987 8.007c-1.442.915-1.92 1.09-2.957 1.384c-1.056-.552-3.91-3.216-4.961-3.921c2.096 6.826 2.238 9.642 2.238 9.642s-2.231 1.759-2.797 1.606c-.232-.064-.495-.275-.507-.516c-.183-3.672-.76-5.902-1.508-8.773C2.576 9.13.32 4.07.32 4.07c.948-.641 1.52-.883 2.836-1.265L11.61 11S16.073 3.616 17.104.906c0 0 2.244-.748 2.71-.906z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.25 0C.557 0 0 .557 0 1.25v21.5C0 23.442.557 24 1.25 24h21.5c.692 0 1.25-.558 1.25-1.25V1.25C24 .557 23.442 0 22.75 0h-2.734c1.667 1.037 1.521 11.428 1.68 18.734c.023 1.1.616 3.805.616 3.805s-1.702.913-3.15 1.373c-.652-2.478-.633-3.488-.633-3.488l-.181-10.67l-.4-4.62c-2.156 3.08-3.445 6.123-3.987 8.007c-1.442.915-1.92 1.09-2.957 1.384c-1.056-.552-3.91-3.216-4.961-3.921c2.096 6.826 2.238 9.642 2.238 9.642s-2.231 1.759-2.797 1.606c-.232-.064-.495-.275-.507-.516c-.183-3.672-.76-5.902-1.508-8.773C2.576 9.13.32 4.07.32 4.07c.948-.641 1.52-.883 2.836-1.265L11.61 11S16.073 3.616 17.104.906c0 0 2.244-.748 2.71-.906z"/></svg>
</template>

CSS

.icon-themodelsresource {
  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%22M1.25%200C.557%200%200%20.557%200%201.25v21.5C0%2023.442.557%2024%201.25%2024h21.5c.692%200%201.25-.558%201.25-1.25V1.25C24%20.557%2023.442%200%2022.75%200h-2.734c1.667%201.037%201.521%2011.428%201.68%2018.734c.023%201.1.616%203.805.616%203.805s-1.702.913-3.15%201.373c-.652-2.478-.633-3.488-.633-3.488l-.181-10.67l-.4-4.62c-2.156%203.08-3.445%206.123-3.987%208.007c-1.442.915-1.92%201.09-2.957%201.384c-1.056-.552-3.91-3.216-4.961-3.921c2.096%206.826%202.238%209.642%202.238%209.642s-2.231%201.759-2.797%201.606c-.232-.064-.495-.275-.507-.516c-.183-3.672-.76-5.902-1.508-8.773C2.576%209.13.32%204.07.32%204.07c.948-.641%201.52-.883%202.836-1.265L11.61%2011S16.073%203.616%2017.104.906c0%200%202.244-.748%202.71-.906z%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%22M1.25%200C.557%200%200%20.557%200%201.25v21.5C0%2023.442.557%2024%201.25%2024h21.5c.692%200%201.25-.558%201.25-1.25V1.25C24%20.557%2023.442%200%2022.75%200h-2.734c1.667%201.037%201.521%2011.428%201.68%2018.734c.023%201.1.616%203.805.616%203.805s-1.702.913-3.15%201.373c-.652-2.478-.633-3.488-.633-3.488l-.181-10.67l-.4-4.62c-2.156%203.08-3.445%206.123-3.987%208.007c-1.442.915-1.92%201.09-2.957%201.384c-1.056-.552-3.91-3.216-4.961-3.921c2.096%206.826%202.238%209.642%202.238%209.642s-2.231%201.759-2.797%201.606c-.232-.064-.495-.275-.507-.516c-.183-3.672-.76-5.902-1.508-8.773C2.576%209.13.32%204.07.32%204.07c.948-.641%201.52-.883%202.836-1.265L11.61%2011S16.073%203.616%2017.104.906c0%200%202.244-.748%202.71-.906z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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