runable logo
runable from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- runable
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×232
- License
- CC0
Use the runable logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 232"><path d="M173.659 231.245c20.485 0 37.09-16.609 37.09-37.094s-16.605-37.09-37.09-37.09c-13.603 0-25.5 7.325-31.953 18.243l-.857 1.02c-6.822 8.132-19.342 8.107-26.133-.049l-1.104-1.323c-6.499-10.723-18.284-17.89-31.741-17.89c-20.485 0-37.09 16.605-37.09 37.09c0 20.484 16.605 37.093 37.09 37.093c13.276 0 24.925-6.976 31.48-17.462l1.48-1.745c6.787-7.968 19.088-7.992 25.9-.045l1.23 1.431c6.508 10.685 18.269 17.82 31.698 17.82m-58.546-175.6c10.242-17.741 4.165-40.427-13.576-50.67C83.797-5.266 61.111.812 50.87 18.552c-6.802 11.782-6.405 25.747-.174 36.797l.452 1.247c3.633 9.974-2.65 20.805-13.108 22.61l-1.7.295c-12.537.268-24.636 6.889-31.364 18.542c-10.243 17.74-4.162 40.426 13.579 50.668c17.74 10.243 40.422 4.165 50.665-13.575c6.638-11.496 6.422-25.068.62-35.986l-.77-2.163c-3.51-9.862 2.622-20.526 12.91-22.452l1.853-.348c12.51-.296 24.57-6.913 31.28-18.542m71.665 79.49c10.246 17.74 32.928 23.818 50.668 13.575c17.74-10.242 23.822-32.928 13.58-50.668c-6.806-11.782-19.096-18.42-31.78-18.549l-1.306-.233c-10.455-1.842-16.695-12.694-13.028-22.658l.599-1.62c6.032-10.99 6.345-24.778-.38-36.431C194.89.811 172.203-5.267 154.463 4.976c-17.74 10.242-23.818 32.928-13.576 50.668c6.635 11.496 18.5 18.096 30.856 18.528l2.257.414c10.295 1.891 16.462 12.534 12.99 22.407l-.627 1.777c-6 10.98-6.3 24.733.415 36.365"/></svg>
React
import type { SVGProps } from "react";
export function LogosRunable(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 232"><path d="M173.659 231.245c20.485 0 37.09-16.609 37.09-37.094s-16.605-37.09-37.09-37.09c-13.603 0-25.5 7.325-31.953 18.243l-.857 1.02c-6.822 8.132-19.342 8.107-26.133-.049l-1.104-1.323c-6.499-10.723-18.284-17.89-31.741-17.89c-20.485 0-37.09 16.605-37.09 37.09c0 20.484 16.605 37.093 37.09 37.093c13.276 0 24.925-6.976 31.48-17.462l1.48-1.745c6.787-7.968 19.088-7.992 25.9-.045l1.23 1.431c6.508 10.685 18.269 17.82 31.698 17.82m-58.546-175.6c10.242-17.741 4.165-40.427-13.576-50.67C83.797-5.266 61.111.812 50.87 18.552c-6.802 11.782-6.405 25.747-.174 36.797l.452 1.247c3.633 9.974-2.65 20.805-13.108 22.61l-1.7.295c-12.537.268-24.636 6.889-31.364 18.542c-10.243 17.74-4.162 40.426 13.579 50.668c17.74 10.243 40.422 4.165 50.665-13.575c6.638-11.496 6.422-25.068.62-35.986l-.77-2.163c-3.51-9.862 2.622-20.526 12.91-22.452l1.853-.348c12.51-.296 24.57-6.913 31.28-18.542m71.665 79.49c10.246 17.74 32.928 23.818 50.668 13.575c17.74-10.242 23.822-32.928 13.58-50.668c-6.806-11.782-19.096-18.42-31.78-18.549l-1.306-.233c-10.455-1.842-16.695-12.694-13.028-22.658l.599-1.62c6.032-10.99 6.345-24.778-.38-36.431C194.89.811 172.203-5.267 154.463 4.976c-17.74 10.242-23.818 32.928-13.576 50.668c6.635 11.496 18.5 18.096 30.856 18.528l2.257.414c10.295 1.891 16.462 12.534 12.99 22.407l-.627 1.777c-6 10.98-6.3 24.733.415 36.365"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 232"><path d="M173.659 231.245c20.485 0 37.09-16.609 37.09-37.094s-16.605-37.09-37.09-37.09c-13.603 0-25.5 7.325-31.953 18.243l-.857 1.02c-6.822 8.132-19.342 8.107-26.133-.049l-1.104-1.323c-6.499-10.723-18.284-17.89-31.741-17.89c-20.485 0-37.09 16.605-37.09 37.09c0 20.484 16.605 37.093 37.09 37.093c13.276 0 24.925-6.976 31.48-17.462l1.48-1.745c6.787-7.968 19.088-7.992 25.9-.045l1.23 1.431c6.508 10.685 18.269 17.82 31.698 17.82m-58.546-175.6c10.242-17.741 4.165-40.427-13.576-50.67C83.797-5.266 61.111.812 50.87 18.552c-6.802 11.782-6.405 25.747-.174 36.797l.452 1.247c3.633 9.974-2.65 20.805-13.108 22.61l-1.7.295c-12.537.268-24.636 6.889-31.364 18.542c-10.243 17.74-4.162 40.426 13.579 50.668c17.74 10.243 40.422 4.165 50.665-13.575c6.638-11.496 6.422-25.068.62-35.986l-.77-2.163c-3.51-9.862 2.622-20.526 12.91-22.452l1.853-.348c12.51-.296 24.57-6.913 31.28-18.542m71.665 79.49c10.246 17.74 32.928 23.818 50.668 13.575c17.74-10.242 23.822-32.928 13.58-50.668c-6.806-11.782-19.096-18.42-31.78-18.549l-1.306-.233c-10.455-1.842-16.695-12.694-13.028-22.658l.599-1.62c6.032-10.99 6.345-24.778-.38-36.431C194.89.811 172.203-5.267 154.463 4.976c-17.74 10.242-23.818 32.928-13.576 50.668c6.635 11.496 18.5 18.096 30.856 18.528l2.257.414c10.295 1.891 16.462 12.534 12.99 22.407l-.627 1.777c-6 10.98-6.3 24.733.415 36.365"/></svg> </template>
CSS
.icon-runable {
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%20232%22%3E%3Cpath%20d%3D%22M173.659%20231.245c20.485%200%2037.09-16.609%2037.09-37.094s-16.605-37.09-37.09-37.09c-13.603%200-25.5%207.325-31.953%2018.243l-.857%201.02c-6.822%208.132-19.342%208.107-26.133-.049l-1.104-1.323c-6.499-10.723-18.284-17.89-31.741-17.89c-20.485%200-37.09%2016.605-37.09%2037.09c0%2020.484%2016.605%2037.093%2037.09%2037.093c13.276%200%2024.925-6.976%2031.48-17.462l1.48-1.745c6.787-7.968%2019.088-7.992%2025.9-.045l1.23%201.431c6.508%2010.685%2018.269%2017.82%2031.698%2017.82m-58.546-175.6c10.242-17.741%204.165-40.427-13.576-50.67C83.797-5.266%2061.111.812%2050.87%2018.552c-6.802%2011.782-6.405%2025.747-.174%2036.797l.452%201.247c3.633%209.974-2.65%2020.805-13.108%2022.61l-1.7.295c-12.537.268-24.636%206.889-31.364%2018.542c-10.243%2017.74-4.162%2040.426%2013.579%2050.668c17.74%2010.243%2040.422%204.165%2050.665-13.575c6.638-11.496%206.422-25.068.62-35.986l-.77-2.163c-3.51-9.862%202.622-20.526%2012.91-22.452l1.853-.348c12.51-.296%2024.57-6.913%2031.28-18.542m71.665%2079.49c10.246%2017.74%2032.928%2023.818%2050.668%2013.575c17.74-10.242%2023.822-32.928%2013.58-50.668c-6.806-11.782-19.096-18.42-31.78-18.549l-1.306-.233c-10.455-1.842-16.695-12.694-13.028-22.658l.599-1.62c6.032-10.99%206.345-24.778-.38-36.431C194.89.811%20172.203-5.267%20154.463%204.976c-17.74%2010.242-23.818%2032.928-13.576%2050.668c6.635%2011.496%2018.5%2018.096%2030.856%2018.528l2.257.414c10.295%201.891%2016.462%2012.534%2012.99%2022.407l-.627%201.777c-6%2010.98-6.3%2024.733.415%2036.365%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%20232%22%3E%3Cpath%20d%3D%22M173.659%20231.245c20.485%200%2037.09-16.609%2037.09-37.094s-16.605-37.09-37.09-37.09c-13.603%200-25.5%207.325-31.953%2018.243l-.857%201.02c-6.822%208.132-19.342%208.107-26.133-.049l-1.104-1.323c-6.499-10.723-18.284-17.89-31.741-17.89c-20.485%200-37.09%2016.605-37.09%2037.09c0%2020.484%2016.605%2037.093%2037.09%2037.093c13.276%200%2024.925-6.976%2031.48-17.462l1.48-1.745c6.787-7.968%2019.088-7.992%2025.9-.045l1.23%201.431c6.508%2010.685%2018.269%2017.82%2031.698%2017.82m-58.546-175.6c10.242-17.741%204.165-40.427-13.576-50.67C83.797-5.266%2061.111.812%2050.87%2018.552c-6.802%2011.782-6.405%2025.747-.174%2036.797l.452%201.247c3.633%209.974-2.65%2020.805-13.108%2022.61l-1.7.295c-12.537.268-24.636%206.889-31.364%2018.542c-10.243%2017.74-4.162%2040.426%2013.579%2050.668c17.74%2010.243%2040.422%204.165%2050.665-13.575c6.638-11.496%206.422-25.068.62-35.986l-.77-2.163c-3.51-9.862%202.622-20.526%2012.91-22.452l1.853-.348c12.51-.296%2024.57-6.913%2031.28-18.542m71.665%2079.49c10.246%2017.74%2032.928%2023.818%2050.668%2013.575c17.74-10.242%2023.822-32.928%2013.58-50.668c-6.806-11.782-19.096-18.42-31.78-18.549l-1.306-.233c-10.455-1.842-16.695-12.694-13.028-22.658l.599-1.62c6.032-10.99%206.345-24.778-.38-36.431C194.89.811%20172.203-5.267%20154.463%204.976c-17.74%2010.242-23.818%2032.928-13.576%2050.668c6.635%2011.496%2018.5%2018.096%2030.856%2018.528l2.257.414c10.295%201.891%2016.462%2012.534%2012.99%2022.407l-.627%201.777c-6%2010.98-6.3%2024.733.415%2036.365%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/runable.svg?color=%231a73e8&size=48