runscope logo
runscope from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- runscope
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×267
- License
- CC0
Use the runscope logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 267"><path fill="#0a0b09" d="m223.58 124.981l.118.637c.327 1.613 1.742 2.842 3.449 2.842l20.621.002c1.918-.037 3.445-1.644 3.445-3.57a123.8 123.8 0 0 0-8-29.763l10.873-8.874c1.504-1.228 1.908-3.588.896-5.245l-11.618-19.033c-1.011-1.657-3.294-2.377-5.073-1.6l-15.109 6.595a120.8 120.8 0 0 0-20.014-20.403l6.156-15.098c.733-1.798-.043-4.062-1.724-5.033l-19.311-11.15c-1.68-.97-4.03-.51-5.22 1.023l-9.832 12.667a119.2 119.2 0 0 0-27.686-7.527L143.21 4.38c-.264-1.922-2.068-3.515-4.01-3.515h-22.298c-1.941 0-3.745 1.593-4.01 3.515l-2.333 17.002a119.3 119.3 0 0 0-27.712 7.422l-9.873-12.72c-1.19-1.533-3.54-1.992-5.22-1.022l-19.312 11.15c-1.68.97-2.457 3.236-1.724 5.034L52.857 46.3a120.8 120.8 0 0 0-20.082 20.323L17.54 60.108c-1.785-.763-4.062-.025-5.06 1.639L1.003 80.866c-1 1.665-.578 4.021.934 5.237l10.7 8.599a123.6 123.6 0 0 0-8.178 30.165c-.004 1.949 1.531 3.558 3.448 3.595h20.16c2.425-.08 3.87-1.538 3.966-3.347c8.124-45.582 48.039-80.126 95.81-80.126c47.842 0 87.665 34.54 95.737 79.992M32.116 158.304c-.315-1.615-1.723-2.8-3.438-2.8c-.155 0-.255.006-.464.008l-.003.002H8.058a3.52 3.52 0 0 0-3.456 3.52l.001.012c8.386 60.532 60.32 107.139 123.158 107.139h-.002c62.839 0 114.772-46.607 123.158-107.14l-.001.001l.004-.021a3.5 3.5 0 0 0-3.445-3.51h-20.17c-.148-.02-.297-.047-.451-.047a3.52 3.52 0 0 0-3.511 3.344c-.012.033-.047.05-.052.082c-8.072 45.452-47.762 79.948-95.532 79.948h.002c-47.77 0-87.46-34.496-95.532-79.948z"/><path fill="#3e64a0" d="M171.939 142.083c0-24.15-19.651-43.73-43.891-43.73c-24.242 0-43.89 19.58-43.89 43.73c0 24.152 19.648 43.73 43.89 43.73c24.24 0 43.891-19.578 43.891-43.73"/></svg>
React
import type { SVGProps } from "react";
export function LogosRunscope(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 267"><path fill="#0a0b09" d="m223.58 124.981l.118.637c.327 1.613 1.742 2.842 3.449 2.842l20.621.002c1.918-.037 3.445-1.644 3.445-3.57a123.8 123.8 0 0 0-8-29.763l10.873-8.874c1.504-1.228 1.908-3.588.896-5.245l-11.618-19.033c-1.011-1.657-3.294-2.377-5.073-1.6l-15.109 6.595a120.8 120.8 0 0 0-20.014-20.403l6.156-15.098c.733-1.798-.043-4.062-1.724-5.033l-19.311-11.15c-1.68-.97-4.03-.51-5.22 1.023l-9.832 12.667a119.2 119.2 0 0 0-27.686-7.527L143.21 4.38c-.264-1.922-2.068-3.515-4.01-3.515h-22.298c-1.941 0-3.745 1.593-4.01 3.515l-2.333 17.002a119.3 119.3 0 0 0-27.712 7.422l-9.873-12.72c-1.19-1.533-3.54-1.992-5.22-1.022l-19.312 11.15c-1.68.97-2.457 3.236-1.724 5.034L52.857 46.3a120.8 120.8 0 0 0-20.082 20.323L17.54 60.108c-1.785-.763-4.062-.025-5.06 1.639L1.003 80.866c-1 1.665-.578 4.021.934 5.237l10.7 8.599a123.6 123.6 0 0 0-8.178 30.165c-.004 1.949 1.531 3.558 3.448 3.595h20.16c2.425-.08 3.87-1.538 3.966-3.347c8.124-45.582 48.039-80.126 95.81-80.126c47.842 0 87.665 34.54 95.737 79.992M32.116 158.304c-.315-1.615-1.723-2.8-3.438-2.8c-.155 0-.255.006-.464.008l-.003.002H8.058a3.52 3.52 0 0 0-3.456 3.52l.001.012c8.386 60.532 60.32 107.139 123.158 107.139h-.002c62.839 0 114.772-46.607 123.158-107.14l-.001.001l.004-.021a3.5 3.5 0 0 0-3.445-3.51h-20.17c-.148-.02-.297-.047-.451-.047a3.52 3.52 0 0 0-3.511 3.344c-.012.033-.047.05-.052.082c-8.072 45.452-47.762 79.948-95.532 79.948h.002c-47.77 0-87.46-34.496-95.532-79.948z"/><path fill="#3e64a0" d="M171.939 142.083c0-24.15-19.651-43.73-43.891-43.73c-24.242 0-43.89 19.58-43.89 43.73c0 24.152 19.648 43.73 43.89 43.73c24.24 0 43.891-19.578 43.891-43.73"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 267"><path fill="#0a0b09" d="m223.58 124.981l.118.637c.327 1.613 1.742 2.842 3.449 2.842l20.621.002c1.918-.037 3.445-1.644 3.445-3.57a123.8 123.8 0 0 0-8-29.763l10.873-8.874c1.504-1.228 1.908-3.588.896-5.245l-11.618-19.033c-1.011-1.657-3.294-2.377-5.073-1.6l-15.109 6.595a120.8 120.8 0 0 0-20.014-20.403l6.156-15.098c.733-1.798-.043-4.062-1.724-5.033l-19.311-11.15c-1.68-.97-4.03-.51-5.22 1.023l-9.832 12.667a119.2 119.2 0 0 0-27.686-7.527L143.21 4.38c-.264-1.922-2.068-3.515-4.01-3.515h-22.298c-1.941 0-3.745 1.593-4.01 3.515l-2.333 17.002a119.3 119.3 0 0 0-27.712 7.422l-9.873-12.72c-1.19-1.533-3.54-1.992-5.22-1.022l-19.312 11.15c-1.68.97-2.457 3.236-1.724 5.034L52.857 46.3a120.8 120.8 0 0 0-20.082 20.323L17.54 60.108c-1.785-.763-4.062-.025-5.06 1.639L1.003 80.866c-1 1.665-.578 4.021.934 5.237l10.7 8.599a123.6 123.6 0 0 0-8.178 30.165c-.004 1.949 1.531 3.558 3.448 3.595h20.16c2.425-.08 3.87-1.538 3.966-3.347c8.124-45.582 48.039-80.126 95.81-80.126c47.842 0 87.665 34.54 95.737 79.992M32.116 158.304c-.315-1.615-1.723-2.8-3.438-2.8c-.155 0-.255.006-.464.008l-.003.002H8.058a3.52 3.52 0 0 0-3.456 3.52l.001.012c8.386 60.532 60.32 107.139 123.158 107.139h-.002c62.839 0 114.772-46.607 123.158-107.14l-.001.001l.004-.021a3.5 3.5 0 0 0-3.445-3.51h-20.17c-.148-.02-.297-.047-.451-.047a3.52 3.52 0 0 0-3.511 3.344c-.012.033-.047.05-.052.082c-8.072 45.452-47.762 79.948-95.532 79.948h.002c-47.77 0-87.46-34.496-95.532-79.948z"/><path fill="#3e64a0" d="M171.939 142.083c0-24.15-19.651-43.73-43.891-43.73c-24.242 0-43.89 19.58-43.89 43.73c0 24.152 19.648 43.73 43.89 43.73c24.24 0 43.891-19.578 43.891-43.73"/></svg> </template>
CSS
.icon-runscope {
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%20256%20267%22%3E%3Cpath%20fill%3D%22%230a0b09%22%20d%3D%22m223.58%20124.981l.118.637c.327%201.613%201.742%202.842%203.449%202.842l20.621.002c1.918-.037%203.445-1.644%203.445-3.57a123.8%20123.8%200%200%200-8-29.763l10.873-8.874c1.504-1.228%201.908-3.588.896-5.245l-11.618-19.033c-1.011-1.657-3.294-2.377-5.073-1.6l-15.109%206.595a120.8%20120.8%200%200%200-20.014-20.403l6.156-15.098c.733-1.798-.043-4.062-1.724-5.033l-19.311-11.15c-1.68-.97-4.03-.51-5.22%201.023l-9.832%2012.667a119.2%20119.2%200%200%200-27.686-7.527L143.21%204.38c-.264-1.922-2.068-3.515-4.01-3.515h-22.298c-1.941%200-3.745%201.593-4.01%203.515l-2.333%2017.002a119.3%20119.3%200%200%200-27.712%207.422l-9.873-12.72c-1.19-1.533-3.54-1.992-5.22-1.022l-19.312%2011.15c-1.68.97-2.457%203.236-1.724%205.034L52.857%2046.3a120.8%20120.8%200%200%200-20.082%2020.323L17.54%2060.108c-1.785-.763-4.062-.025-5.06%201.639L1.003%2080.866c-1%201.665-.578%204.021.934%205.237l10.7%208.599a123.6%20123.6%200%200%200-8.178%2030.165c-.004%201.949%201.531%203.558%203.448%203.595h20.16c2.425-.08%203.87-1.538%203.966-3.347c8.124-45.582%2048.039-80.126%2095.81-80.126c47.842%200%2087.665%2034.54%2095.737%2079.992M32.116%20158.304c-.315-1.615-1.723-2.8-3.438-2.8c-.155%200-.255.006-.464.008l-.003.002H8.058a3.52%203.52%200%200%200-3.456%203.52l.001.012c8.386%2060.532%2060.32%20107.139%20123.158%20107.139h-.002c62.839%200%20114.772-46.607%20123.158-107.14l-.001.001l.004-.021a3.5%203.5%200%200%200-3.445-3.51h-20.17c-.148-.02-.297-.047-.451-.047a3.52%203.52%200%200%200-3.511%203.344c-.012.033-.047.05-.052.082c-8.072%2045.452-47.762%2079.948-95.532%2079.948h.002c-47.77%200-87.46-34.496-95.532-79.948z%22%2F%3E%3Cpath%20fill%3D%22%233e64a0%22%20d%3D%22M171.939%20142.083c0-24.15-19.651-43.73-43.891-43.73c-24.242%200-43.89%2019.58-43.89%2043.73c0%2024.152%2019.648%2043.73%2043.89%2043.73c24.24%200%2043.891-19.578%2043.891-43.73%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%20256%20267%22%3E%3Cpath%20fill%3D%22%230a0b09%22%20d%3D%22m223.58%20124.981l.118.637c.327%201.613%201.742%202.842%203.449%202.842l20.621.002c1.918-.037%203.445-1.644%203.445-3.57a123.8%20123.8%200%200%200-8-29.763l10.873-8.874c1.504-1.228%201.908-3.588.896-5.245l-11.618-19.033c-1.011-1.657-3.294-2.377-5.073-1.6l-15.109%206.595a120.8%20120.8%200%200%200-20.014-20.403l6.156-15.098c.733-1.798-.043-4.062-1.724-5.033l-19.311-11.15c-1.68-.97-4.03-.51-5.22%201.023l-9.832%2012.667a119.2%20119.2%200%200%200-27.686-7.527L143.21%204.38c-.264-1.922-2.068-3.515-4.01-3.515h-22.298c-1.941%200-3.745%201.593-4.01%203.515l-2.333%2017.002a119.3%20119.3%200%200%200-27.712%207.422l-9.873-12.72c-1.19-1.533-3.54-1.992-5.22-1.022l-19.312%2011.15c-1.68.97-2.457%203.236-1.724%205.034L52.857%2046.3a120.8%20120.8%200%200%200-20.082%2020.323L17.54%2060.108c-1.785-.763-4.062-.025-5.06%201.639L1.003%2080.866c-1%201.665-.578%204.021.934%205.237l10.7%208.599a123.6%20123.6%200%200%200-8.178%2030.165c-.004%201.949%201.531%203.558%203.448%203.595h20.16c2.425-.08%203.87-1.538%203.966-3.347c8.124-45.582%2048.039-80.126%2095.81-80.126c47.842%200%2087.665%2034.54%2095.737%2079.992M32.116%20158.304c-.315-1.615-1.723-2.8-3.438-2.8c-.155%200-.255.006-.464.008l-.003.002H8.058a3.52%203.52%200%200%200-3.456%203.52l.001.012c8.386%2060.532%2060.32%20107.139%20123.158%20107.139h-.002c62.839%200%20114.772-46.607%20123.158-107.14l-.001.001l.004-.021a3.5%203.5%200%200%200-3.445-3.51h-20.17c-.148-.02-.297-.047-.451-.047a3.52%203.52%200%200%200-3.511%203.344c-.012.033-.047.05-.052.082c-8.072%2045.452-47.762%2079.948-95.532%2079.948h.002c-47.77%200-87.46-34.496-95.532-79.948z%22%2F%3E%3Cpath%20fill%3D%22%233e64a0%22%20d%3D%22M171.939%20142.083c0-24.15-19.651-43.73-43.891-43.73c-24.242%200-43.89%2019.58-43.89%2043.73c0%2024.152%2019.648%2043.73%2043.89%2043.73c24.24%200%2043.891-19.578%2043.891-43.73%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/runscope.svg?color=%231a73e8&size=48