running icon
running from Line Awesome by Icons8 · Line · Users & People · Apache-2.0 Free for personal and commercial use.
- Name
- running
- Set
- Line Awesome
- Style
- Line
- Category
- Users & People
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- running-solid
The same icon in other sets
More users & people icons from Line Awesome
Use the running icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.219 5a3.08 3.08 0 0 0-3.063 3.063a3.08 3.08 0 0 0 3.063 3.062c1.683 0 3.093-1.383 3.093-3.063S21.902 5 20.219 5m0 2c.601 0 1.093.465 1.093 1.063s-.492 1.062-1.093 1.062c-.598 0-1.063-.46-1.063-1.063A1.05 1.05 0 0 1 20.219 7m-7.282 2a2.16 2.16 0 0 0-1.312.656L8.25 13.312l1.5 1.376l3.344-3.657c.035-.035.082-.058.125-.031l1.594 1.063l-2.344 3.25a2.6 2.6 0 0 0 .281 3.343l3.531 3.532L13.375 28h2.25l2.469-4.906a2 2 0 0 0-.375-2.313l-3.532-3.531a.62.62 0 0 1-.062-.781l2.344-3.282l.812.532l1.594 2.406c.371.555.988.875 1.656.875H25v-2h-4.469l-1.687-2.563l-.125-.156l-.157-.125l-4.218-2.812A2.08 2.08 0 0 0 12.938 9zm-.874 10.531L10.592 21H6v2h4.594c.527 0 1.031-.215 1.406-.594l1.469-1.468z"/></svg>
React
import type { SVGProps } from "react";
export function LaRunning(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="M20.219 5a3.08 3.08 0 0 0-3.063 3.063a3.08 3.08 0 0 0 3.063 3.062c1.683 0 3.093-1.383 3.093-3.063S21.902 5 20.219 5m0 2c.601 0 1.093.465 1.093 1.063s-.492 1.062-1.093 1.062c-.598 0-1.063-.46-1.063-1.063A1.05 1.05 0 0 1 20.219 7m-7.282 2a2.16 2.16 0 0 0-1.312.656L8.25 13.312l1.5 1.376l3.344-3.657c.035-.035.082-.058.125-.031l1.594 1.063l-2.344 3.25a2.6 2.6 0 0 0 .281 3.343l3.531 3.532L13.375 28h2.25l2.469-4.906a2 2 0 0 0-.375-2.313l-3.532-3.531a.62.62 0 0 1-.062-.781l2.344-3.282l.812.532l1.594 2.406c.371.555.988.875 1.656.875H25v-2h-4.469l-1.687-2.563l-.125-.156l-.157-.125l-4.218-2.812A2.08 2.08 0 0 0 12.938 9zm-.874 10.531L10.592 21H6v2h4.594c.527 0 1.031-.215 1.406-.594l1.469-1.468z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.219 5a3.08 3.08 0 0 0-3.063 3.063a3.08 3.08 0 0 0 3.063 3.062c1.683 0 3.093-1.383 3.093-3.063S21.902 5 20.219 5m0 2c.601 0 1.093.465 1.093 1.063s-.492 1.062-1.093 1.062c-.598 0-1.063-.46-1.063-1.063A1.05 1.05 0 0 1 20.219 7m-7.282 2a2.16 2.16 0 0 0-1.312.656L8.25 13.312l1.5 1.376l3.344-3.657c.035-.035.082-.058.125-.031l1.594 1.063l-2.344 3.25a2.6 2.6 0 0 0 .281 3.343l3.531 3.532L13.375 28h2.25l2.469-4.906a2 2 0 0 0-.375-2.313l-3.532-3.531a.62.62 0 0 1-.062-.781l2.344-3.282l.812.532l1.594 2.406c.371.555.988.875 1.656.875H25v-2h-4.469l-1.687-2.563l-.125-.156l-.157-.125l-4.218-2.812A2.08 2.08 0 0 0 12.938 9zm-.874 10.531L10.592 21H6v2h4.594c.527 0 1.031-.215 1.406-.594l1.469-1.468z"/></svg> </template>
CSS
.icon-running {
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%22M20.219%205a3.08%203.08%200%200%200-3.063%203.063a3.08%203.08%200%200%200%203.063%203.062c1.683%200%203.093-1.383%203.093-3.063S21.902%205%2020.219%205m0%202c.601%200%201.093.465%201.093%201.063s-.492%201.062-1.093%201.062c-.598%200-1.063-.46-1.063-1.063A1.05%201.05%200%200%201%2020.219%207m-7.282%202a2.16%202.16%200%200%200-1.312.656L8.25%2013.312l1.5%201.376l3.344-3.657c.035-.035.082-.058.125-.031l1.594%201.063l-2.344%203.25a2.6%202.6%200%200%200%20.281%203.343l3.531%203.532L13.375%2028h2.25l2.469-4.906a2%202%200%200%200-.375-2.313l-3.532-3.531a.62.62%200%200%201-.062-.781l2.344-3.282l.812.532l1.594%202.406c.371.555.988.875%201.656.875H25v-2h-4.469l-1.687-2.563l-.125-.156l-.157-.125l-4.218-2.812A2.08%202.08%200%200%200%2012.938%209zm-.874%2010.531L10.592%2021H6v2h4.594c.527%200%201.031-.215%201.406-.594l1.469-1.468z%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%22M20.219%205a3.08%203.08%200%200%200-3.063%203.063a3.08%203.08%200%200%200%203.063%203.062c1.683%200%203.093-1.383%203.093-3.063S21.902%205%2020.219%205m0%202c.601%200%201.093.465%201.093%201.063s-.492%201.062-1.093%201.062c-.598%200-1.063-.46-1.063-1.063A1.05%201.05%200%200%201%2020.219%207m-7.282%202a2.16%202.16%200%200%200-1.312.656L8.25%2013.312l1.5%201.376l3.344-3.657c.035-.035.082-.058.125-.031l1.594%201.063l-2.344%203.25a2.6%202.6%200%200%200%20.281%203.343l3.531%203.532L13.375%2028h2.25l2.469-4.906a2%202%200%200%200-.375-2.313l-3.532-3.531a.62.62%200%200%201-.062-.781l2.344-3.282l.812.532l1.594%202.406c.371.555.988.875%201.656.875H25v-2h-4.469l-1.687-2.563l-.125-.156l-.157-.125l-4.218-2.812A2.08%202.08%200%200%200%2012.938%209zm-.874%2010.531L10.592%2021H6v2h4.594c.527%200%201.031-.215%201.406-.594l1.469-1.468z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/running.svg?color=%231a73e8&size=48