slidev logo
slidev from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- slidev
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×256
- License
- CC0
Use the slidev logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGV1mLkeHH" x1="0%" x2="100%" y1="-8.889%" y2="100%"><stop offset="0%" stop-color="#3acbd4"/><stop offset="100%" stop-color="#2988b1"/></linearGradient><linearGradient id="SVGftQg8dYh" x1="-10.556%" x2="84.536%" y1="-12.222%" y2="100%"><stop offset="0%" stop-color="#95f0cf"/><stop offset="100%" stop-color="#3ab9d5"/></linearGradient><linearGradient id="SVGVVA97yWc" x1="-.132%" x2="12.361%" y1="-8.073%" y2="104.495%"><stop offset="0%" stop-color="#ffeb83"/><stop offset=".01%" stop-color="#ffeb83"/><stop offset="8.333%" stop-color="#ffdd35"/><stop offset="60.177%" stop-color="#ffbb13"/><stop offset="100%" stop-color="#ffa800"/></linearGradient></defs><path fill="url(#SVGV1mLkeHH)" d="M71.385 34.462h147.692c20.392 0 36.923 16.53 36.923 36.923v147.692C256 239.469 239.469 256 219.077 256H71.385c-20.392 0-36.923-16.531-36.923-36.923V71.385c0-20.392 16.53-36.923 36.923-36.923"/><path fill="url(#SVGftQg8dYh)" d="M110.77 0c61.175 0 110.768 49.593 110.768 110.77c0 61.175-49.593 110.768-110.769 110.768S0 171.945 0 110.77S49.593 0 110.77 0"/><path fill="url(#SVGVVA97yWc)" d="M138.159 157.354c-2.897-10.812-4.346-16.218-2.912-19.951a12.3 12.3 0 0 1 7.079-7.08c3.733-1.433 9.14.016 19.95 2.913l53.74 14.399c10.811 2.897 16.217 4.345 18.734 7.453a12.3 12.3 0 0 1 2.59 9.671c-.625 3.95-4.582 7.907-12.497 15.822l-39.34 39.34c-7.914 7.914-11.871 11.871-15.821 12.497a12.3 12.3 0 0 1-9.67-2.592c-3.109-2.516-4.557-7.922-7.454-18.734z"/></svg>
React
import type { SVGProps } from "react";
export function LogosSlidev(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="SVGV1mLkeHH" x1="0%" x2="100%" y1="-8.889%" y2="100%"><stop offset="0%" stopColor="#3acbd4"/><stop offset="100%" stopColor="#2988b1"/></linearGradient><linearGradient id="SVGftQg8dYh" x1="-10.556%" x2="84.536%" y1="-12.222%" y2="100%"><stop offset="0%" stopColor="#95f0cf"/><stop offset="100%" stopColor="#3ab9d5"/></linearGradient><linearGradient id="SVGVVA97yWc" x1="-.132%" x2="12.361%" y1="-8.073%" y2="104.495%"><stop offset="0%" stopColor="#ffeb83"/><stop offset=".01%" stopColor="#ffeb83"/><stop offset="8.333%" stopColor="#ffdd35"/><stop offset="60.177%" stopColor="#ffbb13"/><stop offset="100%" stopColor="#ffa800"/></linearGradient></defs><path fill="url(#SVGV1mLkeHH)" d="M71.385 34.462h147.692c20.392 0 36.923 16.53 36.923 36.923v147.692C256 239.469 239.469 256 219.077 256H71.385c-20.392 0-36.923-16.531-36.923-36.923V71.385c0-20.392 16.53-36.923 36.923-36.923"/><path fill="url(#SVGftQg8dYh)" d="M110.77 0c61.175 0 110.768 49.593 110.768 110.77c0 61.175-49.593 110.768-110.769 110.768S0 171.945 0 110.77S49.593 0 110.77 0"/><path fill="url(#SVGVVA97yWc)" d="M138.159 157.354c-2.897-10.812-4.346-16.218-2.912-19.951a12.3 12.3 0 0 1 7.079-7.08c3.733-1.433 9.14.016 19.95 2.913l53.74 14.399c10.811 2.897 16.217 4.345 18.734 7.453a12.3 12.3 0 0 1 2.59 9.671c-.625 3.95-4.582 7.907-12.497 15.822l-39.34 39.34c-7.914 7.914-11.871 11.871-15.821 12.497a12.3 12.3 0 0 1-9.67-2.592c-3.109-2.516-4.557-7.922-7.454-18.734z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGV1mLkeHH" x1="0%" x2="100%" y1="-8.889%" y2="100%"><stop offset="0%" stop-color="#3acbd4"/><stop offset="100%" stop-color="#2988b1"/></linearGradient><linearGradient id="SVGftQg8dYh" x1="-10.556%" x2="84.536%" y1="-12.222%" y2="100%"><stop offset="0%" stop-color="#95f0cf"/><stop offset="100%" stop-color="#3ab9d5"/></linearGradient><linearGradient id="SVGVVA97yWc" x1="-.132%" x2="12.361%" y1="-8.073%" y2="104.495%"><stop offset="0%" stop-color="#ffeb83"/><stop offset=".01%" stop-color="#ffeb83"/><stop offset="8.333%" stop-color="#ffdd35"/><stop offset="60.177%" stop-color="#ffbb13"/><stop offset="100%" stop-color="#ffa800"/></linearGradient></defs><path fill="url(#SVGV1mLkeHH)" d="M71.385 34.462h147.692c20.392 0 36.923 16.53 36.923 36.923v147.692C256 239.469 239.469 256 219.077 256H71.385c-20.392 0-36.923-16.531-36.923-36.923V71.385c0-20.392 16.53-36.923 36.923-36.923"/><path fill="url(#SVGftQg8dYh)" d="M110.77 0c61.175 0 110.768 49.593 110.768 110.77c0 61.175-49.593 110.768-110.769 110.768S0 171.945 0 110.77S49.593 0 110.77 0"/><path fill="url(#SVGVVA97yWc)" d="M138.159 157.354c-2.897-10.812-4.346-16.218-2.912-19.951a12.3 12.3 0 0 1 7.079-7.08c3.733-1.433 9.14.016 19.95 2.913l53.74 14.399c10.811 2.897 16.217 4.345 18.734 7.453a12.3 12.3 0 0 1 2.59 9.671c-.625 3.95-4.582 7.907-12.497 15.822l-39.34 39.34c-7.914 7.914-11.871 11.871-15.821 12.497a12.3 12.3 0 0 1-9.67-2.592c-3.109-2.516-4.557-7.922-7.454-18.734z"/></svg> </template>
CSS
.icon-slidev {
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%22SVGV1mLkeHH%22%20x1%3D%220%25%22%20x2%3D%22100%25%22%20y1%3D%22-8.889%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%233acbd4%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%232988b1%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGftQg8dYh%22%20x1%3D%22-10.556%25%22%20x2%3D%2284.536%25%22%20y1%3D%22-12.222%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%2395f0cf%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%233ab9d5%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGVVA97yWc%22%20x1%3D%22-.132%25%22%20x2%3D%2212.361%25%22%20y1%3D%22-8.073%25%22%20y2%3D%22104.495%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23ffeb83%22%2F%3E%3Cstop%20offset%3D%22.01%25%22%20stop-color%3D%22%23ffeb83%22%2F%3E%3Cstop%20offset%3D%228.333%25%22%20stop-color%3D%22%23ffdd35%22%2F%3E%3Cstop%20offset%3D%2260.177%25%22%20stop-color%3D%22%23ffbb13%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23ffa800%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGV1mLkeHH)%22%20d%3D%22M71.385%2034.462h147.692c20.392%200%2036.923%2016.53%2036.923%2036.923v147.692C256%20239.469%20239.469%20256%20219.077%20256H71.385c-20.392%200-36.923-16.531-36.923-36.923V71.385c0-20.392%2016.53-36.923%2036.923-36.923%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGftQg8dYh)%22%20d%3D%22M110.77%200c61.175%200%20110.768%2049.593%20110.768%20110.77c0%2061.175-49.593%20110.768-110.769%20110.768S0%20171.945%200%20110.77S49.593%200%20110.77%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGVVA97yWc)%22%20d%3D%22M138.159%20157.354c-2.897-10.812-4.346-16.218-2.912-19.951a12.3%2012.3%200%200%201%207.079-7.08c3.733-1.433%209.14.016%2019.95%202.913l53.74%2014.399c10.811%202.897%2016.217%204.345%2018.734%207.453a12.3%2012.3%200%200%201%202.59%209.671c-.625%203.95-4.582%207.907-12.497%2015.822l-39.34%2039.34c-7.914%207.914-11.871%2011.871-15.821%2012.497a12.3%2012.3%200%200%201-9.67-2.592c-3.109-2.516-4.557-7.922-7.454-18.734z%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%22SVGV1mLkeHH%22%20x1%3D%220%25%22%20x2%3D%22100%25%22%20y1%3D%22-8.889%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%233acbd4%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%232988b1%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGftQg8dYh%22%20x1%3D%22-10.556%25%22%20x2%3D%2284.536%25%22%20y1%3D%22-12.222%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%2395f0cf%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%233ab9d5%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGVVA97yWc%22%20x1%3D%22-.132%25%22%20x2%3D%2212.361%25%22%20y1%3D%22-8.073%25%22%20y2%3D%22104.495%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23ffeb83%22%2F%3E%3Cstop%20offset%3D%22.01%25%22%20stop-color%3D%22%23ffeb83%22%2F%3E%3Cstop%20offset%3D%228.333%25%22%20stop-color%3D%22%23ffdd35%22%2F%3E%3Cstop%20offset%3D%2260.177%25%22%20stop-color%3D%22%23ffbb13%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23ffa800%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGV1mLkeHH)%22%20d%3D%22M71.385%2034.462h147.692c20.392%200%2036.923%2016.53%2036.923%2036.923v147.692C256%20239.469%20239.469%20256%20219.077%20256H71.385c-20.392%200-36.923-16.531-36.923-36.923V71.385c0-20.392%2016.53-36.923%2036.923-36.923%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGftQg8dYh)%22%20d%3D%22M110.77%200c61.175%200%20110.768%2049.593%20110.768%20110.77c0%2061.175-49.593%20110.768-110.769%20110.768S0%20171.945%200%20110.77S49.593%200%20110.77%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGVVA97yWc)%22%20d%3D%22M138.159%20157.354c-2.897-10.812-4.346-16.218-2.912-19.951a12.3%2012.3%200%200%201%207.079-7.08c3.733-1.433%209.14.016%2019.95%202.913l53.74%2014.399c10.811%202.897%2016.217%204.345%2018.734%207.453a12.3%2012.3%200%200%201%202.59%209.671c-.625%203.95-4.582%207.907-12.497%2015.822l-39.34%2039.34c-7.914%207.914-11.871%2011.871-15.821%2012.497a12.3%2012.3%200%200%201-9.67-2.592c-3.109-2.516-4.557-7.922-7.454-18.734z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/slidev.svg?color=%231a73e8&size=48