run-circle-rounded from Material Symbols by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.

Name
run-circle-rounded
Set
Material Symbols
Style
Rounded
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
run-circle-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

Use the run circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 14.425L11.875 13.2l-.325 1.65q-.075.425-.413.65t-.762.15l-2.3-.475q-.2-.05-.312-.212T7.7 14.6t.225-.325t.375-.075l2.275.475l.975-4.9l-1.55.575v1.15q0 .2-.15.35T9.5 12t-.35-.15T9 11.5v-1.15q0-.325.175-.575T9.65 9.4l2.625-.95q.375-.125.738.025t.537.5q.45.925.988 1.35t.962.575q.2.075.35.238t.15.362t-.15.338t-.35.087q-.55-.125-1.2-.537t-1.2-1.138l-.425 2.35l1.05 1.125q.125.125.2.313t.075.387V17.5q0 .2-.15.35t-.35.15t-.35-.15t-.15-.35zM13.5 8q-.425 0-.712-.288T12.5 7t.288-.712T13.5 6t.713.288T14.5 7t-.288.713T13.5 8M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRunCircleRounded(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="M13 14.425L11.875 13.2l-.325 1.65q-.075.425-.413.65t-.762.15l-2.3-.475q-.2-.05-.312-.212T7.7 14.6t.225-.325t.375-.075l2.275.475l.975-4.9l-1.55.575v1.15q0 .2-.15.35T9.5 12t-.35-.15T9 11.5v-1.15q0-.325.175-.575T9.65 9.4l2.625-.95q.375-.125.738.025t.537.5q.45.925.988 1.35t.962.575q.2.075.35.238t.15.362t-.15.338t-.35.087q-.55-.125-1.2-.537t-1.2-1.138l-.425 2.35l1.05 1.125q.125.125.2.313t.075.387V17.5q0 .2-.15.35t-.35.15t-.35-.15t-.15-.35zM13.5 8q-.425 0-.712-.288T12.5 7t.288-.712T13.5 6t.713.288T14.5 7t-.288.713T13.5 8M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 14.425L11.875 13.2l-.325 1.65q-.075.425-.413.65t-.762.15l-2.3-.475q-.2-.05-.312-.212T7.7 14.6t.225-.325t.375-.075l2.275.475l.975-4.9l-1.55.575v1.15q0 .2-.15.35T9.5 12t-.35-.15T9 11.5v-1.15q0-.325.175-.575T9.65 9.4l2.625-.95q.375-.125.738.025t.537.5q.45.925.988 1.35t.962.575q.2.075.35.238t.15.362t-.15.338t-.35.087q-.55-.125-1.2-.537t-1.2-1.138l-.425 2.35l1.05 1.125q.125.125.2.313t.075.387V17.5q0 .2-.15.35t-.35.15t-.35-.15t-.15-.35zM13.5 8q-.425 0-.712-.288T12.5 7t.288-.712T13.5 6t.713.288T14.5 7t-.288.713T13.5 8M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20"/></svg>
</template>

CSS

.icon-run-circle-rounded {
  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%22M13%2014.425L11.875%2013.2l-.325%201.65q-.075.425-.413.65t-.762.15l-2.3-.475q-.2-.05-.312-.212T7.7%2014.6t.225-.325t.375-.075l2.275.475l.975-4.9l-1.55.575v1.15q0%20.2-.15.35T9.5%2012t-.35-.15T9%2011.5v-1.15q0-.325.175-.575T9.65%209.4l2.625-.95q.375-.125.738.025t.537.5q.45.925.988%201.35t.962.575q.2.075.35.238t.15.362t-.15.338t-.35.087q-.55-.125-1.2-.537t-1.2-1.138l-.425%202.35l1.05%201.125q.125.125.2.313t.075.387V17.5q0%20.2-.15.35t-.35.15t-.35-.15t-.15-.35zM13.5%208q-.425%200-.712-.288T12.5%207t.288-.712T13.5%206t.713.288T14.5%207t-.288.713T13.5%208M12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202t3.9.788t3.175%202.137T21.213%208.1T22%2012t-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022m0-2q3.35%200%205.675-2.325T20%2012t-2.325-5.675T12%204T6.325%206.325T4%2012t2.325%205.675T12%2020%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%22M13%2014.425L11.875%2013.2l-.325%201.65q-.075.425-.413.65t-.762.15l-2.3-.475q-.2-.05-.312-.212T7.7%2014.6t.225-.325t.375-.075l2.275.475l.975-4.9l-1.55.575v1.15q0%20.2-.15.35T9.5%2012t-.35-.15T9%2011.5v-1.15q0-.325.175-.575T9.65%209.4l2.625-.95q.375-.125.738.025t.537.5q.45.925.988%201.35t.962.575q.2.075.35.238t.15.362t-.15.338t-.35.087q-.55-.125-1.2-.537t-1.2-1.138l-.425%202.35l1.05%201.125q.125.125.2.313t.075.387V17.5q0%20.2-.15.35t-.35.15t-.35-.15t-.15-.35zM13.5%208q-.425%200-.712-.288T12.5%207t.288-.712T13.5%206t.713.288T14.5%207t-.288.713T13.5%208M12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202t3.9.788t3.175%202.137T21.213%208.1T22%2012t-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022m0-2q3.35%200%205.675-2.325T20%2012t-2.325-5.675T12%204T6.325%206.325T4%2012t2.325%205.675T12%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/run-circle-rounded.svg?color=%231a73e8&size=48