origin logo
origin from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- origin
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×344
- License
- CC0
The same logo in other sets
Use the origin logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 344"><defs><linearGradient id="SVG8QVp0hPi" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stop-color="#f90"/><stop offset="100%" stop-color="#f05a22"/></linearGradient></defs><path fill="url(#SVG8QVp0hPi)" d="M127.616 2.374c.7 1.802-.51 3.45-1.503 4.844c-7.025 9.957-12.548 21.092-14.75 33.063c-.862 2.457-.672 4.288 0 4.492c13.633-1.197 29.012-1.059 42.434 1.808c24.423 4.917 47.25 17.274 64.793 34.942c17.493 17.486 29.77 40.144 34.738 64.385c5.508 26.247 2.43 54.186-8.586 78.632c-23.358 49.918-62.736 92.141-110.918 118.906c-1.554.722-3.794.751-4.859-.795c-1.254-1.62-.736-3.925.504-5.398c6.5-9.068 11.037-19.492 13.503-30.362c.474-2.254 1.123-4.537.926-6.857c-.795-1.036-2.108-.722-3.224-.685c-23.388 2.341-47.454-1.839-68.587-12.168c-22.636-10.906-41.843-28.735-54.544-50.408C5.777 216.836-.409 193.617.021 170.455c.08-21.257 5.88-42.34 16.093-60.948C39.888 63.863 77.215 25.346 122.284.463c1.889-1.05 4.683-.27 5.332 1.911M120.97 122.44c-13.911 1.868-26.743 10.038-34.534 21.68c-5.274 7.996-8.47 17.494-8.404 27.109c-.393 12.882 4.742 25.787 13.642 35.066c7.776 8.375 18.58 13.831 29.909 15.29c11.533 1.525 23.577-1.174 33.345-7.514c9.928-6.302 17.493-16.253 20.878-27.523c6.354-19.565-1.262-42.486-17.836-54.573c-10.41-7.922-24.059-11.439-37-9.535"/></svg>
React
import type { SVGProps } from "react";
export function LogosOrigin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 344"><defs><linearGradient id="SVG8QVp0hPi" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stopColor="#f90"/><stop offset="100%" stopColor="#f05a22"/></linearGradient></defs><path fill="url(#SVG8QVp0hPi)" d="M127.616 2.374c.7 1.802-.51 3.45-1.503 4.844c-7.025 9.957-12.548 21.092-14.75 33.063c-.862 2.457-.672 4.288 0 4.492c13.633-1.197 29.012-1.059 42.434 1.808c24.423 4.917 47.25 17.274 64.793 34.942c17.493 17.486 29.77 40.144 34.738 64.385c5.508 26.247 2.43 54.186-8.586 78.632c-23.358 49.918-62.736 92.141-110.918 118.906c-1.554.722-3.794.751-4.859-.795c-1.254-1.62-.736-3.925.504-5.398c6.5-9.068 11.037-19.492 13.503-30.362c.474-2.254 1.123-4.537.926-6.857c-.795-1.036-2.108-.722-3.224-.685c-23.388 2.341-47.454-1.839-68.587-12.168c-22.636-10.906-41.843-28.735-54.544-50.408C5.777 216.836-.409 193.617.021 170.455c.08-21.257 5.88-42.34 16.093-60.948C39.888 63.863 77.215 25.346 122.284.463c1.889-1.05 4.683-.27 5.332 1.911M120.97 122.44c-13.911 1.868-26.743 10.038-34.534 21.68c-5.274 7.996-8.47 17.494-8.404 27.109c-.393 12.882 4.742 25.787 13.642 35.066c7.776 8.375 18.58 13.831 29.909 15.29c11.533 1.525 23.577-1.174 33.345-7.514c9.928-6.302 17.493-16.253 20.878-27.523c6.354-19.565-1.262-42.486-17.836-54.573c-10.41-7.922-24.059-11.439-37-9.535"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 344"><defs><linearGradient id="SVG8QVp0hPi" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stop-color="#f90"/><stop offset="100%" stop-color="#f05a22"/></linearGradient></defs><path fill="url(#SVG8QVp0hPi)" d="M127.616 2.374c.7 1.802-.51 3.45-1.503 4.844c-7.025 9.957-12.548 21.092-14.75 33.063c-.862 2.457-.672 4.288 0 4.492c13.633-1.197 29.012-1.059 42.434 1.808c24.423 4.917 47.25 17.274 64.793 34.942c17.493 17.486 29.77 40.144 34.738 64.385c5.508 26.247 2.43 54.186-8.586 78.632c-23.358 49.918-62.736 92.141-110.918 118.906c-1.554.722-3.794.751-4.859-.795c-1.254-1.62-.736-3.925.504-5.398c6.5-9.068 11.037-19.492 13.503-30.362c.474-2.254 1.123-4.537.926-6.857c-.795-1.036-2.108-.722-3.224-.685c-23.388 2.341-47.454-1.839-68.587-12.168c-22.636-10.906-41.843-28.735-54.544-50.408C5.777 216.836-.409 193.617.021 170.455c.08-21.257 5.88-42.34 16.093-60.948C39.888 63.863 77.215 25.346 122.284.463c1.889-1.05 4.683-.27 5.332 1.911M120.97 122.44c-13.911 1.868-26.743 10.038-34.534 21.68c-5.274 7.996-8.47 17.494-8.404 27.109c-.393 12.882 4.742 25.787 13.642 35.066c7.776 8.375 18.58 13.831 29.909 15.29c11.533 1.525 23.577-1.174 33.345-7.514c9.928-6.302 17.493-16.253 20.878-27.523c6.354-19.565-1.262-42.486-17.836-54.573c-10.41-7.922-24.059-11.439-37-9.535"/></svg> </template>
CSS
.icon-origin {
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%20344%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG8QVp0hPi%22%20x1%3D%2250%25%22%20x2%3D%2250%25%22%20y1%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23f90%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23f05a22%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVG8QVp0hPi)%22%20d%3D%22M127.616%202.374c.7%201.802-.51%203.45-1.503%204.844c-7.025%209.957-12.548%2021.092-14.75%2033.063c-.862%202.457-.672%204.288%200%204.492c13.633-1.197%2029.012-1.059%2042.434%201.808c24.423%204.917%2047.25%2017.274%2064.793%2034.942c17.493%2017.486%2029.77%2040.144%2034.738%2064.385c5.508%2026.247%202.43%2054.186-8.586%2078.632c-23.358%2049.918-62.736%2092.141-110.918%20118.906c-1.554.722-3.794.751-4.859-.795c-1.254-1.62-.736-3.925.504-5.398c6.5-9.068%2011.037-19.492%2013.503-30.362c.474-2.254%201.123-4.537.926-6.857c-.795-1.036-2.108-.722-3.224-.685c-23.388%202.341-47.454-1.839-68.587-12.168c-22.636-10.906-41.843-28.735-54.544-50.408C5.777%20216.836-.409%20193.617.021%20170.455c.08-21.257%205.88-42.34%2016.093-60.948C39.888%2063.863%2077.215%2025.346%20122.284.463c1.889-1.05%204.683-.27%205.332%201.911M120.97%20122.44c-13.911%201.868-26.743%2010.038-34.534%2021.68c-5.274%207.996-8.47%2017.494-8.404%2027.109c-.393%2012.882%204.742%2025.787%2013.642%2035.066c7.776%208.375%2018.58%2013.831%2029.909%2015.29c11.533%201.525%2023.577-1.174%2033.345-7.514c9.928-6.302%2017.493-16.253%2020.878-27.523c6.354-19.565-1.262-42.486-17.836-54.573c-10.41-7.922-24.059-11.439-37-9.535%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%20344%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG8QVp0hPi%22%20x1%3D%2250%25%22%20x2%3D%2250%25%22%20y1%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23f90%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23f05a22%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVG8QVp0hPi)%22%20d%3D%22M127.616%202.374c.7%201.802-.51%203.45-1.503%204.844c-7.025%209.957-12.548%2021.092-14.75%2033.063c-.862%202.457-.672%204.288%200%204.492c13.633-1.197%2029.012-1.059%2042.434%201.808c24.423%204.917%2047.25%2017.274%2064.793%2034.942c17.493%2017.486%2029.77%2040.144%2034.738%2064.385c5.508%2026.247%202.43%2054.186-8.586%2078.632c-23.358%2049.918-62.736%2092.141-110.918%20118.906c-1.554.722-3.794.751-4.859-.795c-1.254-1.62-.736-3.925.504-5.398c6.5-9.068%2011.037-19.492%2013.503-30.362c.474-2.254%201.123-4.537.926-6.857c-.795-1.036-2.108-.722-3.224-.685c-23.388%202.341-47.454-1.839-68.587-12.168c-22.636-10.906-41.843-28.735-54.544-50.408C5.777%20216.836-.409%20193.617.021%20170.455c.08-21.257%205.88-42.34%2016.093-60.948C39.888%2063.863%2077.215%2025.346%20122.284.463c1.889-1.05%204.683-.27%205.332%201.911M120.97%20122.44c-13.911%201.868-26.743%2010.038-34.534%2021.68c-5.274%207.996-8.47%2017.494-8.404%2027.109c-.393%2012.882%204.742%2025.787%2013.642%2035.066c7.776%208.375%2018.58%2013.831%2029.909%2015.29c11.533%201.525%2023.577-1.174%2033.345-7.514c9.928-6.302%2017.493-16.253%2020.878-27.523c6.354-19.565-1.262-42.486-17.836-54.573c-10.41-7.922-24.059-11.439-37-9.535%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/origin.svg?color=%231a73e8&size=48