velocity logo
velocity from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- velocity
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the velocity logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.623 6.719l-4.752.959a.65.65 0 0 0-.44.324L.083 12.248a.65.65 0 0 0 .045.701l2.986 4.076a.66.66 0 0 0 .657.256l4.736-.957a.65.65 0 0 0 .363-.215h11.694a.542.542 0 0 0 0-1.084h-2.95a.53.53 0 0 1-.394-.152a.545.545 0 0 1 0-.78a.55.55 0 0 1 .394-.152h5.875a.53.53 0 0 0 .512-.33v-.422a.53.53 0 0 0-.512-.33h-9.79a.547.547 0 0 1-.544-.543a.54.54 0 0 1 .543-.54h5.85a.544.544 0 0 0 .525-.542a.54.54 0 0 0-.525-.543H15.68a.54.54 0 1 1 0-1.082h5.86a.546.546 0 0 0 .524-.543a.54.54 0 0 0-.525-.54H9.416L8.279 6.972a.65.65 0 0 0-.656-.254M7.576 7.77a.527.527 0 0 1 .207.715l-1.451 2.631a.88.88 0 0 0 .059.945L8.1 14.39a.528.528 0 0 1-.854.623l-1.709-2.326a.88.88 0 0 0-.88-.344l-2.897.586a.523.523 0 0 1-.621-.412a.525.525 0 0 1 .41-.621l3.14-.635a.9.9 0 0 0 .596-.438l1.576-2.845a.524.524 0 0 1 .715-.206m13.608 2.92a.54.54 0 1 0-.001 1.082a.54.54 0 0 0 0-1.082"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsVelocity(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.623 6.719l-4.752.959a.65.65 0 0 0-.44.324L.083 12.248a.65.65 0 0 0 .045.701l2.986 4.076a.66.66 0 0 0 .657.256l4.736-.957a.65.65 0 0 0 .363-.215h11.694a.542.542 0 0 0 0-1.084h-2.95a.53.53 0 0 1-.394-.152a.545.545 0 0 1 0-.78a.55.55 0 0 1 .394-.152h5.875a.53.53 0 0 0 .512-.33v-.422a.53.53 0 0 0-.512-.33h-9.79a.547.547 0 0 1-.544-.543a.54.54 0 0 1 .543-.54h5.85a.544.544 0 0 0 .525-.542a.54.54 0 0 0-.525-.543H15.68a.54.54 0 1 1 0-1.082h5.86a.546.546 0 0 0 .524-.543a.54.54 0 0 0-.525-.54H9.416L8.279 6.972a.65.65 0 0 0-.656-.254M7.576 7.77a.527.527 0 0 1 .207.715l-1.451 2.631a.88.88 0 0 0 .059.945L8.1 14.39a.528.528 0 0 1-.854.623l-1.709-2.326a.88.88 0 0 0-.88-.344l-2.897.586a.523.523 0 0 1-.621-.412a.525.525 0 0 1 .41-.621l3.14-.635a.9.9 0 0 0 .596-.438l1.576-2.845a.524.524 0 0 1 .715-.206m13.608 2.92a.54.54 0 1 0-.001 1.082a.54.54 0 0 0 0-1.082"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.623 6.719l-4.752.959a.65.65 0 0 0-.44.324L.083 12.248a.65.65 0 0 0 .045.701l2.986 4.076a.66.66 0 0 0 .657.256l4.736-.957a.65.65 0 0 0 .363-.215h11.694a.542.542 0 0 0 0-1.084h-2.95a.53.53 0 0 1-.394-.152a.545.545 0 0 1 0-.78a.55.55 0 0 1 .394-.152h5.875a.53.53 0 0 0 .512-.33v-.422a.53.53 0 0 0-.512-.33h-9.79a.547.547 0 0 1-.544-.543a.54.54 0 0 1 .543-.54h5.85a.544.544 0 0 0 .525-.542a.54.54 0 0 0-.525-.543H15.68a.54.54 0 1 1 0-1.082h5.86a.546.546 0 0 0 .524-.543a.54.54 0 0 0-.525-.54H9.416L8.279 6.972a.65.65 0 0 0-.656-.254M7.576 7.77a.527.527 0 0 1 .207.715l-1.451 2.631a.88.88 0 0 0 .059.945L8.1 14.39a.528.528 0 0 1-.854.623l-1.709-2.326a.88.88 0 0 0-.88-.344l-2.897.586a.523.523 0 0 1-.621-.412a.525.525 0 0 1 .41-.621l3.14-.635a.9.9 0 0 0 .596-.438l1.576-2.845a.524.524 0 0 1 .715-.206m13.608 2.92a.54.54 0 1 0-.001 1.082a.54.54 0 0 0 0-1.082"/></svg> </template>
CSS
.icon-velocity {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.623%206.719l-4.752.959a.65.65%200%200%200-.44.324L.083%2012.248a.65.65%200%200%200%20.045.701l2.986%204.076a.66.66%200%200%200%20.657.256l4.736-.957a.65.65%200%200%200%20.363-.215h11.694a.542.542%200%200%200%200-1.084h-2.95a.53.53%200%200%201-.394-.152a.545.545%200%200%201%200-.78a.55.55%200%200%201%20.394-.152h5.875a.53.53%200%200%200%20.512-.33v-.422a.53.53%200%200%200-.512-.33h-9.79a.547.547%200%200%201-.544-.543a.54.54%200%200%201%20.543-.54h5.85a.544.544%200%200%200%20.525-.542a.54.54%200%200%200-.525-.543H15.68a.54.54%200%201%201%200-1.082h5.86a.546.546%200%200%200%20.524-.543a.54.54%200%200%200-.525-.54H9.416L8.279%206.972a.65.65%200%200%200-.656-.254M7.576%207.77a.527.527%200%200%201%20.207.715l-1.451%202.631a.88.88%200%200%200%20.059.945L8.1%2014.39a.528.528%200%200%201-.854.623l-1.709-2.326a.88.88%200%200%200-.88-.344l-2.897.586a.523.523%200%200%201-.621-.412a.525.525%200%200%201%20.41-.621l3.14-.635a.9.9%200%200%200%20.596-.438l1.576-2.845a.524.524%200%200%201%20.715-.206m13.608%202.92a.54.54%200%201%200-.001%201.082a.54.54%200%200%200%200-1.082%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.623%206.719l-4.752.959a.65.65%200%200%200-.44.324L.083%2012.248a.65.65%200%200%200%20.045.701l2.986%204.076a.66.66%200%200%200%20.657.256l4.736-.957a.65.65%200%200%200%20.363-.215h11.694a.542.542%200%200%200%200-1.084h-2.95a.53.53%200%200%201-.394-.152a.545.545%200%200%201%200-.78a.55.55%200%200%201%20.394-.152h5.875a.53.53%200%200%200%20.512-.33v-.422a.53.53%200%200%200-.512-.33h-9.79a.547.547%200%200%201-.544-.543a.54.54%200%200%201%20.543-.54h5.85a.544.544%200%200%200%20.525-.542a.54.54%200%200%200-.525-.543H15.68a.54.54%200%201%201%200-1.082h5.86a.546.546%200%200%200%20.524-.543a.54.54%200%200%200-.525-.54H9.416L8.279%206.972a.65.65%200%200%200-.656-.254M7.576%207.77a.527.527%200%200%201%20.207.715l-1.451%202.631a.88.88%200%200%200%20.059.945L8.1%2014.39a.528.528%200%200%201-.854.623l-1.709-2.326a.88.88%200%200%200-.88-.344l-2.897.586a.523.523%200%200%201-.621-.412a.525.525%200%200%201%20.41-.621l3.14-.635a.9.9%200%200%200%20.596-.438l1.576-2.845a.524.524%200%200%201%20.715-.206m13.608%202.92a.54.54%200%201%200-.001%201.082a.54.54%200%200%200%200-1.082%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/velocity.svg?color=%231a73e8&size=48