sprint logo
sprint from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- sprint
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
The same logo in other sets
Use the sprint logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2.839 31.995c7.323-2.411 17.943-8.026 25.328-13.042c.62-.422 1.104-.813 1.104-1.495c0-1.182-2.208-2.771-3.276-3.406c-5.813 5.943-17.38 14.849-23.156 17.943m6.796-5.047c4.516-3.073 11.078-8.854 13.297-11.995c.526-.74.911-1.167.911-1.943c0-1.271-1.505-2.198-2.589-2.849c-2.594 6.016-8.417 13.5-11.62 16.786zm3.454-4.703c3.125-3.958 5.583-8.609 5.583-11.948c0-1.745-1.271-2.958-2.927-3.885c.031 3.625-1.245 12.135-2.656 15.833m.661-3.818c.583-3.797.24-8.38-.505-11.255c-.406-1.568-1.839-3.333-3.167-3.885c1.74 4.859 3.234 11.776 3.672 15.141zm-1.286-5.328C11.094 9.464 7.683 1.88 2.667 0c3.266 3.547 8.109 10.578 9.797 13.099"/></svg>
React
import type { SVGProps } from "react";
export function CibSprint(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2.839 31.995c7.323-2.411 17.943-8.026 25.328-13.042c.62-.422 1.104-.813 1.104-1.495c0-1.182-2.208-2.771-3.276-3.406c-5.813 5.943-17.38 14.849-23.156 17.943m6.796-5.047c4.516-3.073 11.078-8.854 13.297-11.995c.526-.74.911-1.167.911-1.943c0-1.271-1.505-2.198-2.589-2.849c-2.594 6.016-8.417 13.5-11.62 16.786zm3.454-4.703c3.125-3.958 5.583-8.609 5.583-11.948c0-1.745-1.271-2.958-2.927-3.885c.031 3.625-1.245 12.135-2.656 15.833m.661-3.818c.583-3.797.24-8.38-.505-11.255c-.406-1.568-1.839-3.333-3.167-3.885c1.74 4.859 3.234 11.776 3.672 15.141zm-1.286-5.328C11.094 9.464 7.683 1.88 2.667 0c3.266 3.547 8.109 10.578 9.797 13.099"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2.839 31.995c7.323-2.411 17.943-8.026 25.328-13.042c.62-.422 1.104-.813 1.104-1.495c0-1.182-2.208-2.771-3.276-3.406c-5.813 5.943-17.38 14.849-23.156 17.943m6.796-5.047c4.516-3.073 11.078-8.854 13.297-11.995c.526-.74.911-1.167.911-1.943c0-1.271-1.505-2.198-2.589-2.849c-2.594 6.016-8.417 13.5-11.62 16.786zm3.454-4.703c3.125-3.958 5.583-8.609 5.583-11.948c0-1.745-1.271-2.958-2.927-3.885c.031 3.625-1.245 12.135-2.656 15.833m.661-3.818c.583-3.797.24-8.38-.505-11.255c-.406-1.568-1.839-3.333-3.167-3.885c1.74 4.859 3.234 11.776 3.672 15.141zm-1.286-5.328C11.094 9.464 7.683 1.88 2.667 0c3.266 3.547 8.109 10.578 9.797 13.099"/></svg> </template>
CSS
.icon-sprint {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.839%2031.995c7.323-2.411%2017.943-8.026%2025.328-13.042c.62-.422%201.104-.813%201.104-1.495c0-1.182-2.208-2.771-3.276-3.406c-5.813%205.943-17.38%2014.849-23.156%2017.943m6.796-5.047c4.516-3.073%2011.078-8.854%2013.297-11.995c.526-.74.911-1.167.911-1.943c0-1.271-1.505-2.198-2.589-2.849c-2.594%206.016-8.417%2013.5-11.62%2016.786zm3.454-4.703c3.125-3.958%205.583-8.609%205.583-11.948c0-1.745-1.271-2.958-2.927-3.885c.031%203.625-1.245%2012.135-2.656%2015.833m.661-3.818c.583-3.797.24-8.38-.505-11.255c-.406-1.568-1.839-3.333-3.167-3.885c1.74%204.859%203.234%2011.776%203.672%2015.141zm-1.286-5.328C11.094%209.464%207.683%201.88%202.667%200c3.266%203.547%208.109%2010.578%209.797%2013.099%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.839%2031.995c7.323-2.411%2017.943-8.026%2025.328-13.042c.62-.422%201.104-.813%201.104-1.495c0-1.182-2.208-2.771-3.276-3.406c-5.813%205.943-17.38%2014.849-23.156%2017.943m6.796-5.047c4.516-3.073%2011.078-8.854%2013.297-11.995c.526-.74.911-1.167.911-1.943c0-1.271-1.505-2.198-2.589-2.849c-2.594%206.016-8.417%2013.5-11.62%2016.786zm3.454-4.703c3.125-3.958%205.583-8.609%205.583-11.948c0-1.745-1.271-2.958-2.927-3.885c.031%203.625-1.245%2012.135-2.656%2015.833m.661-3.818c.583-3.797.24-8.38-.505-11.255c-.406-1.568-1.839-3.333-3.167-3.885c1.74%204.859%203.234%2011.776%203.672%2015.141zm-1.286-5.328C11.094%209.464%207.683%201.88%202.667%200c3.266%203.547%208.109%2010.578%209.797%2013.099%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/sprint.svg?color=%231a73e8&size=48