pace icon
pace-rounded from Material Symbols by Google · Rounded · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- pace-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- pace-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More activities icons from Material Symbols
Use the pace icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2q2.1 0 3.913.788t3.162 2.137t2.138 3.163T22 12q0 .25-.012.488t-.038.462q-.05.425-.362.65t-.738.15t-.675-.425t-.2-.775q0-.125.013-.275T20 12q0-1.675-.612-3.125t-1.713-2.55t-2.55-1.713T12 4Q8.65 4 6.325 6.325T4 12t2.325 5.675T12 20q1.125 0 2.163-.288t1.962-.862q.35-.2.763-.15t.637.4q.25.35.163.763t-.438.637q-1.175.725-2.488 1.113T12 22m6.363-4.362Q18 17.275 18 16.75t.363-.888t.887-.362t.888.363t.362.887t-.363.888t-.887.362t-.888-.363M13 11.6l3 3q.275.275.275.7T16 16t-.7.275t-.7-.275l-3.3-3.3q-.15-.15-.225-.337T11 11.975V8q0-.425.288-.712T12 7t.713.288T13 8z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPaceRounded(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="M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2q2.1 0 3.913.788t3.162 2.137t2.138 3.163T22 12q0 .25-.012.488t-.038.462q-.05.425-.362.65t-.738.15t-.675-.425t-.2-.775q0-.125.013-.275T20 12q0-1.675-.612-3.125t-1.713-2.55t-2.55-1.713T12 4Q8.65 4 6.325 6.325T4 12t2.325 5.675T12 20q1.125 0 2.163-.288t1.962-.862q.35-.2.763-.15t.637.4q.25.35.163.763t-.438.637q-1.175.725-2.488 1.113T12 22m6.363-4.362Q18 17.275 18 16.75t.363-.888t.887-.362t.888.363t.362.887t-.363.888t-.887.362t-.888-.363M13 11.6l3 3q.275.275.275.7T16 16t-.7.275t-.7-.275l-3.3-3.3q-.15-.15-.225-.337T11 11.975V8q0-.425.288-.712T12 7t.713.288T13 8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2q2.1 0 3.913.788t3.162 2.137t2.138 3.163T22 12q0 .25-.012.488t-.038.462q-.05.425-.362.65t-.738.15t-.675-.425t-.2-.775q0-.125.013-.275T20 12q0-1.675-.612-3.125t-1.713-2.55t-2.55-1.713T12 4Q8.65 4 6.325 6.325T4 12t2.325 5.675T12 20q1.125 0 2.163-.288t1.962-.862q.35-.2.763-.15t.637.4q.25.35.163.763t-.438.637q-1.175.725-2.488 1.113T12 22m6.363-4.362Q18 17.275 18 16.75t.363-.888t.887-.362t.888.363t.362.887t-.363.888t-.887.362t-.888-.363M13 11.6l3 3q.275.275.275.7T16 16t-.7.275t-.7-.275l-3.3-3.3q-.15-.15-.225-.337T11 11.975V8q0-.425.288-.712T12 7t.713.288T13 8z"/></svg> </template>
CSS
.icon-pace-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%22M12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202q2.1%200%203.913.788t3.162%202.137t2.138%203.163T22%2012q0%20.25-.012.488t-.038.462q-.05.425-.362.65t-.738.15t-.675-.425t-.2-.775q0-.125.013-.275T20%2012q0-1.675-.612-3.125t-1.713-2.55t-2.55-1.713T12%204Q8.65%204%206.325%206.325T4%2012t2.325%205.675T12%2020q1.125%200%202.163-.288t1.962-.862q.35-.2.763-.15t.637.4q.25.35.163.763t-.438.637q-1.175.725-2.488%201.113T12%2022m6.363-4.362Q18%2017.275%2018%2016.75t.363-.888t.887-.362t.888.363t.362.887t-.363.888t-.887.362t-.888-.363M13%2011.6l3%203q.275.275.275.7T16%2016t-.7.275t-.7-.275l-3.3-3.3q-.15-.15-.225-.337T11%2011.975V8q0-.425.288-.712T12%207t.713.288T13%208z%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%22M12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202q2.1%200%203.913.788t3.162%202.137t2.138%203.163T22%2012q0%20.25-.012.488t-.038.462q-.05.425-.362.65t-.738.15t-.675-.425t-.2-.775q0-.125.013-.275T20%2012q0-1.675-.612-3.125t-1.713-2.55t-2.55-1.713T12%204Q8.65%204%206.325%206.325T4%2012t2.325%205.675T12%2020q1.125%200%202.163-.288t1.962-.862q.35-.2.763-.15t.637.4q.25.35.163.763t-.438.637q-1.175.725-2.488%201.113T12%2022m6.363-4.362Q18%2017.275%2018%2016.75t.363-.888t.887-.362t.888.363t.362.887t-.363.888t-.887.362t-.888-.363M13%2011.6l3%203q.275.275.275.7T16%2016t-.7.275t-.7-.275l-3.3-3.3q-.15-.15-.225-.337T11%2011.975V8q0-.425.288-.712T12%207t.713.288T13%208z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/pace-rounded.svg?color=%231a73e8&size=48