scaledrone logo
scaledrone from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- scaledrone
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×256
- License
- CC0
Use the scaledrone logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGKuM0Kdhr" x1="75.094%" x2="26.264%" y1="93.381%" y2="8.971%"><stop offset="0%" stop-color="#fff" stop-opacity="0"/><stop offset="47.52%" stop-color="#6466bb"/><stop offset="100%" stop-color="#fff" stop-opacity="0"/></linearGradient></defs><circle cx="128" cy="128" r="128" fill="url(#SVGKuM0Kdhr)" opacity=".5"/><path fill="#6466bb" d="M205.6 83.2L238.9 64c-30-52-96.6-69.9-148.6-39.8c-52 30-69.9 96.6-39.8 148.6L17.1 192c30 52 96.6 69.9 148.6 39.8c52.1-30 69.9-96.6 39.9-148.6"/></svg>
React
import type { SVGProps } from "react";
export function LogosScaledrone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGKuM0Kdhr" x1="75.094%" x2="26.264%" y1="93.381%" y2="8.971%"><stop offset="0%" stopColor="#fff" stopOpacity="0"/><stop offset="47.52%" stopColor="#6466bb"/><stop offset="100%" stopColor="#fff" stopOpacity="0"/></linearGradient></defs><circle cx="128" cy="128" r="128" fill="url(#SVGKuM0Kdhr)" opacity=".5"/><path fill="#6466bb" d="M205.6 83.2L238.9 64c-30-52-96.6-69.9-148.6-39.8c-52 30-69.9 96.6-39.8 148.6L17.1 192c30 52 96.6 69.9 148.6 39.8c52.1-30 69.9-96.6 39.9-148.6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGKuM0Kdhr" x1="75.094%" x2="26.264%" y1="93.381%" y2="8.971%"><stop offset="0%" stop-color="#fff" stop-opacity="0"/><stop offset="47.52%" stop-color="#6466bb"/><stop offset="100%" stop-color="#fff" stop-opacity="0"/></linearGradient></defs><circle cx="128" cy="128" r="128" fill="url(#SVGKuM0Kdhr)" opacity=".5"/><path fill="#6466bb" d="M205.6 83.2L238.9 64c-30-52-96.6-69.9-148.6-39.8c-52 30-69.9 96.6-39.8 148.6L17.1 192c30 52 96.6 69.9 148.6 39.8c52.1-30 69.9-96.6 39.9-148.6"/></svg> </template>
CSS
.icon-scaledrone {
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%20256%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGKuM0Kdhr%22%20x1%3D%2275.094%25%22%20x2%3D%2226.264%25%22%20y1%3D%2293.381%25%22%20y2%3D%228.971%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23fff%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%2247.52%25%22%20stop-color%3D%22%236466bb%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23fff%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Ccircle%20cx%3D%22128%22%20cy%3D%22128%22%20r%3D%22128%22%20fill%3D%22url(%23SVGKuM0Kdhr)%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22%236466bb%22%20d%3D%22M205.6%2083.2L238.9%2064c-30-52-96.6-69.9-148.6-39.8c-52%2030-69.9%2096.6-39.8%20148.6L17.1%20192c30%2052%2096.6%2069.9%20148.6%2039.8c52.1-30%2069.9-96.6%2039.9-148.6%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%20256%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGKuM0Kdhr%22%20x1%3D%2275.094%25%22%20x2%3D%2226.264%25%22%20y1%3D%2293.381%25%22%20y2%3D%228.971%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23fff%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%2247.52%25%22%20stop-color%3D%22%236466bb%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23fff%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Ccircle%20cx%3D%22128%22%20cy%3D%22128%22%20r%3D%22128%22%20fill%3D%22url(%23SVGKuM0Kdhr)%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22%236466bb%22%20d%3D%22M205.6%2083.2L238.9%2064c-30-52-96.6-69.9-148.6-39.8c-52%2030-69.9%2096.6-39.8%20148.6L17.1%20192c30%2052%2096.6%2069.9%20148.6%2039.8c52.1-30%2069.9-96.6%2039.9-148.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/scaledrone.svg?color=%231a73e8&size=48