running 2 icon
running-2-linear from Solar by 480 Design · Linear · Sports · CC-BY-4.0 Attribution required.
- Name
- running-2-linear
- Set
- Solar
- Style
- Linear
- Category
- Sports
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More sports icons from Solar
balls-boldbasketball-boldbicycling-boldbicycling-round-boldbody-shape-boldbody-shape-minimalistic-boldbowling-bolddumbbell-bolddumbbell-large-bolddumbbell-large-minimalistic-bolddumbbell-small-bolddumbbells-2-bolddumbbells-boldfootball-boldgolf-boldhiking-boldhiking-minimalistic-boldhiking-round-boldmeditation-boldmeditation-round-boldranking-boldrugby-boldrunning-boldrunning-round-bold
Use the running 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="18.5" cy="4.5" r="2.5"/><path stroke-linecap="round" d="M9 17L7.99923 18.2009C7.262 19.0856 6.89338 19.5279 6.38945 19.764C5.88552 20 5.30973 20 4.15813 20H3"/><path stroke-linecap="round" d="M14.3998 21.9999V19.9389C14.3998 19.1453 14.3998 18.7485 14.3057 18.3817C14.2009 17.9732 14.0111 17.5913 13.7488 17.261C13.5132 16.9646 13.1969 16.7249 12.5644 16.2457C11.6088 15.5218 11.131 15.1599 10.9215 14.72C10.6891 14.2322 10.664 13.6711 10.8518 13.1644C11.0212 12.7077 12.1125 11.8064 12.9995 11"/><path stroke-linecap="round" stroke-linejoin="round" d="M4 9.63591L5.43568 8.82018C7.87566 7.43383 9.09566 6.74065 10.4467 6.64241C11.4679 6.56815 12.0528 6.79942 13.4066 7.3567C14.4288 7.77747 15.2738 8.54703 15.7681 9.53574C16.5231 11.0457 18.0664 11.9995 19.7546 11.9995H21"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarRunning2Linear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><circle cx="18.5" cy="4.5" r="2.5"/><path strokeLinecap="round" d="M9 17L7.99923 18.2009C7.262 19.0856 6.89338 19.5279 6.38945 19.764C5.88552 20 5.30973 20 4.15813 20H3"/><path strokeLinecap="round" d="M14.3998 21.9999V19.9389C14.3998 19.1453 14.3998 18.7485 14.3057 18.3817C14.2009 17.9732 14.0111 17.5913 13.7488 17.261C13.5132 16.9646 13.1969 16.7249 12.5644 16.2457C11.6088 15.5218 11.131 15.1599 10.9215 14.72C10.6891 14.2322 10.664 13.6711 10.8518 13.1644C11.0212 12.7077 12.1125 11.8064 12.9995 11"/><path strokeLinecap="round" strokeLinejoin="round" d="M4 9.63591L5.43568 8.82018C7.87566 7.43383 9.09566 6.74065 10.4467 6.64241C11.4679 6.56815 12.0528 6.79942 13.4066 7.3567C14.4288 7.77747 15.2738 8.54703 15.7681 9.53574C16.5231 11.0457 18.0664 11.9995 19.7546 11.9995H21"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="18.5" cy="4.5" r="2.5"/><path stroke-linecap="round" d="M9 17L7.99923 18.2009C7.262 19.0856 6.89338 19.5279 6.38945 19.764C5.88552 20 5.30973 20 4.15813 20H3"/><path stroke-linecap="round" d="M14.3998 21.9999V19.9389C14.3998 19.1453 14.3998 18.7485 14.3057 18.3817C14.2009 17.9732 14.0111 17.5913 13.7488 17.261C13.5132 16.9646 13.1969 16.7249 12.5644 16.2457C11.6088 15.5218 11.131 15.1599 10.9215 14.72C10.6891 14.2322 10.664 13.6711 10.8518 13.1644C11.0212 12.7077 12.1125 11.8064 12.9995 11"/><path stroke-linecap="round" stroke-linejoin="round" d="M4 9.63591L5.43568 8.82018C7.87566 7.43383 9.09566 6.74065 10.4467 6.64241C11.4679 6.56815 12.0528 6.79942 13.4066 7.3567C14.4288 7.77747 15.2738 8.54703 15.7681 9.53574C16.5231 11.0457 18.0664 11.9995 19.7546 11.9995H21"/></g></svg> </template>
CSS
.icon-running-2-linear {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2218.5%22%20cy%3D%224.5%22%20r%3D%222.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2017L7.99923%2018.2009C7.262%2019.0856%206.89338%2019.5279%206.38945%2019.764C5.88552%2020%205.30973%2020%204.15813%2020H3%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.3998%2021.9999V19.9389C14.3998%2019.1453%2014.3998%2018.7485%2014.3057%2018.3817C14.2009%2017.9732%2014.0111%2017.5913%2013.7488%2017.261C13.5132%2016.9646%2013.1969%2016.7249%2012.5644%2016.2457C11.6088%2015.5218%2011.131%2015.1599%2010.9215%2014.72C10.6891%2014.2322%2010.664%2013.6711%2010.8518%2013.1644C11.0212%2012.7077%2012.1125%2011.8064%2012.9995%2011%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%209.63591L5.43568%208.82018C7.87566%207.43383%209.09566%206.74065%2010.4467%206.64241C11.4679%206.56815%2012.0528%206.79942%2013.4066%207.3567C14.4288%207.77747%2015.2738%208.54703%2015.7681%209.53574C16.5231%2011.0457%2018.0664%2011.9995%2019.7546%2011.9995H21%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2218.5%22%20cy%3D%224.5%22%20r%3D%222.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2017L7.99923%2018.2009C7.262%2019.0856%206.89338%2019.5279%206.38945%2019.764C5.88552%2020%205.30973%2020%204.15813%2020H3%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.3998%2021.9999V19.9389C14.3998%2019.1453%2014.3998%2018.7485%2014.3057%2018.3817C14.2009%2017.9732%2014.0111%2017.5913%2013.7488%2017.261C13.5132%2016.9646%2013.1969%2016.7249%2012.5644%2016.2457C11.6088%2015.5218%2011.131%2015.1599%2010.9215%2014.72C10.6891%2014.2322%2010.664%2013.6711%2010.8518%2013.1644C11.0212%2012.7077%2012.1125%2011.8064%2012.9995%2011%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%209.63591L5.43568%208.82018C7.87566%207.43383%209.09566%206.74065%2010.4467%206.64241C11.4679%206.56815%2012.0528%206.79942%2013.4066%207.3567C14.4288%207.77747%2015.2738%208.54703%2015.7681%209.53574C16.5231%2011.0457%2018.0664%2011.9995%2019.7546%2011.9995H21%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/running-2-linear.svg?color=%231a73e8&size=48