routine icon
routine-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- routine-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the routine icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.025 19q-1.4 0-2.675-.525T7.075 16.95T5.55 14.675T5.025 12q0-1.275.425-2.437T6.7 7.45q.325-.35.8-.237t.675.612q.525 1.375 1.312 2.6t1.838 2.275t2.275 1.838t2.6 1.312q.5.2.613.675t-.238.8q-.95.825-2.113 1.25T12.026 19m5.575-4.8q-.4-.125-.575-.513t-.1-.812q.225-1.2-.15-2.363t-1.25-2.037t-2.013-1.237t-2.312-.163q-.425.075-.8-.1T9.875 6.4t.038-.775t.587-.475q1.725-.375 3.45.113t3.025 1.787q1.275 1.275 1.775 3t.125 3.45q-.1.425-.475.625t-.8.075M12 3q-.425 0-.712-.288T11 2V1q0-.425.288-.712T12 0t.713.288T13 1v1q0 .425-.288.713T12 3m0 21q-.425 0-.712-.288T11 23v-1q0-.425.288-.712T12 21t.713.288T13 22v1q0 .425-.288.713T12 24m6.375-18.35q-.3-.3-.3-.713t.3-.712l.7-.7q.275-.275.688-.275t.712.275q.3.3.3.712t-.3.713l-.7.7q-.3.3-.7.3t-.7-.3M3.525 20.475q-.3-.3-.3-.712t.3-.713l.7-.7q.3-.3.7-.3t.7.3t.3.713t-.3.712l-.7.7q-.275.275-.687.275t-.713-.275M22 13q-.425 0-.712-.288T21 12t.288-.712T22 11h1q.425 0 .713.288T24 12t-.288.713T23 13zM1 13q-.425 0-.712-.288T0 12t.288-.712T1 11h1q.425 0 .713.288T3 12t-.288.713T2 13zm19.475 7.475q-.3.3-.712.3t-.713-.3l-.7-.7q-.3-.3-.3-.7t.3-.7t.713-.3t.712.3l.7.7q.275.275.275.688t-.275.712M5.65 5.625q-.3.3-.712.3t-.713-.3l-.7-.7q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3l.7.7q.3.3.3.7t-.3.7"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsRoutineRounded(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.025 19q-1.4 0-2.675-.525T7.075 16.95T5.55 14.675T5.025 12q0-1.275.425-2.437T6.7 7.45q.325-.35.8-.237t.675.612q.525 1.375 1.312 2.6t1.838 2.275t2.275 1.838t2.6 1.312q.5.2.613.675t-.238.8q-.95.825-2.113 1.25T12.026 19m5.575-4.8q-.4-.125-.575-.513t-.1-.812q.225-1.2-.15-2.363t-1.25-2.037t-2.013-1.237t-2.312-.163q-.425.075-.8-.1T9.875 6.4t.038-.775t.587-.475q1.725-.375 3.45.113t3.025 1.787q1.275 1.275 1.775 3t.125 3.45q-.1.425-.475.625t-.8.075M12 3q-.425 0-.712-.288T11 2V1q0-.425.288-.712T12 0t.713.288T13 1v1q0 .425-.288.713T12 3m0 21q-.425 0-.712-.288T11 23v-1q0-.425.288-.712T12 21t.713.288T13 22v1q0 .425-.288.713T12 24m6.375-18.35q-.3-.3-.3-.713t.3-.712l.7-.7q.275-.275.688-.275t.712.275q.3.3.3.712t-.3.713l-.7.7q-.3.3-.7.3t-.7-.3M3.525 20.475q-.3-.3-.3-.712t.3-.713l.7-.7q.3-.3.7-.3t.7.3t.3.713t-.3.712l-.7.7q-.275.275-.687.275t-.713-.275M22 13q-.425 0-.712-.288T21 12t.288-.712T22 11h1q.425 0 .713.288T24 12t-.288.713T23 13zM1 13q-.425 0-.712-.288T0 12t.288-.712T1 11h1q.425 0 .713.288T3 12t-.288.713T2 13zm19.475 7.475q-.3.3-.712.3t-.713-.3l-.7-.7q-.3-.3-.3-.7t.3-.7t.713-.3t.712.3l.7.7q.275.275.275.688t-.275.712M5.65 5.625q-.3.3-.712.3t-.713-.3l-.7-.7q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3l.7.7q.3.3.3.7t-.3.7"/></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.025 19q-1.4 0-2.675-.525T7.075 16.95T5.55 14.675T5.025 12q0-1.275.425-2.437T6.7 7.45q.325-.35.8-.237t.675.612q.525 1.375 1.312 2.6t1.838 2.275t2.275 1.838t2.6 1.312q.5.2.613.675t-.238.8q-.95.825-2.113 1.25T12.026 19m5.575-4.8q-.4-.125-.575-.513t-.1-.812q.225-1.2-.15-2.363t-1.25-2.037t-2.013-1.237t-2.312-.163q-.425.075-.8-.1T9.875 6.4t.038-.775t.587-.475q1.725-.375 3.45.113t3.025 1.787q1.275 1.275 1.775 3t.125 3.45q-.1.425-.475.625t-.8.075M12 3q-.425 0-.712-.288T11 2V1q0-.425.288-.712T12 0t.713.288T13 1v1q0 .425-.288.713T12 3m0 21q-.425 0-.712-.288T11 23v-1q0-.425.288-.712T12 21t.713.288T13 22v1q0 .425-.288.713T12 24m6.375-18.35q-.3-.3-.3-.713t.3-.712l.7-.7q.275-.275.688-.275t.712.275q.3.3.3.712t-.3.713l-.7.7q-.3.3-.7.3t-.7-.3M3.525 20.475q-.3-.3-.3-.712t.3-.713l.7-.7q.3-.3.7-.3t.7.3t.3.713t-.3.712l-.7.7q-.275.275-.687.275t-.713-.275M22 13q-.425 0-.712-.288T21 12t.288-.712T22 11h1q.425 0 .713.288T24 12t-.288.713T23 13zM1 13q-.425 0-.712-.288T0 12t.288-.712T1 11h1q.425 0 .713.288T3 12t-.288.713T2 13zm19.475 7.475q-.3.3-.712.3t-.713-.3l-.7-.7q-.3-.3-.3-.7t.3-.7t.713-.3t.712.3l.7.7q.275.275.275.688t-.275.712M5.65 5.625q-.3.3-.712.3t-.713-.3l-.7-.7q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3l.7.7q.3.3.3.7t-.3.7"/></svg> </template>
CSS
.icon-routine-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.025%2019q-1.4%200-2.675-.525T7.075%2016.95T5.55%2014.675T5.025%2012q0-1.275.425-2.437T6.7%207.45q.325-.35.8-.237t.675.612q.525%201.375%201.312%202.6t1.838%202.275t2.275%201.838t2.6%201.312q.5.2.613.675t-.238.8q-.95.825-2.113%201.25T12.026%2019m5.575-4.8q-.4-.125-.575-.513t-.1-.812q.225-1.2-.15-2.363t-1.25-2.037t-2.013-1.237t-2.312-.163q-.425.075-.8-.1T9.875%206.4t.038-.775t.587-.475q1.725-.375%203.45.113t3.025%201.787q1.275%201.275%201.775%203t.125%203.45q-.1.425-.475.625t-.8.075M12%203q-.425%200-.712-.288T11%202V1q0-.425.288-.712T12%200t.713.288T13%201v1q0%20.425-.288.713T12%203m0%2021q-.425%200-.712-.288T11%2023v-1q0-.425.288-.712T12%2021t.713.288T13%2022v1q0%20.425-.288.713T12%2024m6.375-18.35q-.3-.3-.3-.713t.3-.712l.7-.7q.275-.275.688-.275t.712.275q.3.3.3.712t-.3.713l-.7.7q-.3.3-.7.3t-.7-.3M3.525%2020.475q-.3-.3-.3-.712t.3-.713l.7-.7q.3-.3.7-.3t.7.3t.3.713t-.3.712l-.7.7q-.275.275-.687.275t-.713-.275M22%2013q-.425%200-.712-.288T21%2012t.288-.712T22%2011h1q.425%200%20.713.288T24%2012t-.288.713T23%2013zM1%2013q-.425%200-.712-.288T0%2012t.288-.712T1%2011h1q.425%200%20.713.288T3%2012t-.288.713T2%2013zm19.475%207.475q-.3.3-.712.3t-.713-.3l-.7-.7q-.3-.3-.3-.7t.3-.7t.713-.3t.712.3l.7.7q.275.275.275.688t-.275.712M5.65%205.625q-.3.3-.712.3t-.713-.3l-.7-.7q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3l.7.7q.3.3.3.7t-.3.7%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.025%2019q-1.4%200-2.675-.525T7.075%2016.95T5.55%2014.675T5.025%2012q0-1.275.425-2.437T6.7%207.45q.325-.35.8-.237t.675.612q.525%201.375%201.312%202.6t1.838%202.275t2.275%201.838t2.6%201.312q.5.2.613.675t-.238.8q-.95.825-2.113%201.25T12.026%2019m5.575-4.8q-.4-.125-.575-.513t-.1-.812q.225-1.2-.15-2.363t-1.25-2.037t-2.013-1.237t-2.312-.163q-.425.075-.8-.1T9.875%206.4t.038-.775t.587-.475q1.725-.375%203.45.113t3.025%201.787q1.275%201.275%201.775%203t.125%203.45q-.1.425-.475.625t-.8.075M12%203q-.425%200-.712-.288T11%202V1q0-.425.288-.712T12%200t.713.288T13%201v1q0%20.425-.288.713T12%203m0%2021q-.425%200-.712-.288T11%2023v-1q0-.425.288-.712T12%2021t.713.288T13%2022v1q0%20.425-.288.713T12%2024m6.375-18.35q-.3-.3-.3-.713t.3-.712l.7-.7q.275-.275.688-.275t.712.275q.3.3.3.712t-.3.713l-.7.7q-.3.3-.7.3t-.7-.3M3.525%2020.475q-.3-.3-.3-.712t.3-.713l.7-.7q.3-.3.7-.3t.7.3t.3.713t-.3.712l-.7.7q-.275.275-.687.275t-.713-.275M22%2013q-.425%200-.712-.288T21%2012t.288-.712T22%2011h1q.425%200%20.713.288T24%2012t-.288.713T23%2013zM1%2013q-.425%200-.712-.288T0%2012t.288-.712T1%2011h1q.425%200%20.713.288T3%2012t-.288.713T2%2013zm19.475%207.475q-.3.3-.712.3t-.713-.3l-.7-.7q-.3-.3-.3-.7t.3-.7t.713-.3t.712.3l.7.7q.275.275.275.688t-.275.712M5.65%205.625q-.3.3-.712.3t-.713-.3l-.7-.7q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3l.7.7q.3.3.3.7t-.3.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/routine-rounded.svg?color=%231a73e8&size=48