round track changes icon
round-track-changes from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.
- Name
- round-track-changes
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Action
- Viewbox
- 24×24
- License
- Apache 2.0
More action icons from Google Material Icons
baseline-123baseline-3d-rotationbaseline-abcbaseline-accessibilitybaseline-accessibility-newbaseline-accessiblebaseline-accessible-forwardbaseline-account-balancebaseline-account-balance-walletbaseline-account-boxbaseline-account-circlebaseline-add-cardbaseline-add-homebaseline-add-shopping-cartbaseline-add-taskbaseline-add-to-drivebaseline-addchartbaseline-admin-panel-settingsbaseline-ads-clickbaseline-alarmbaseline-alarm-addbaseline-alarm-offbaseline-alarm-onbaseline-all-inbox
Use the round track changes icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.32 5.68c-.36.36-.39.92-.07 1.32c1.45 1.82 2.21 4.31 1.53 6.92c-.79 3.05-3.18 5.33-6.21 5.94C8.47 20.87 4 16.93 4 12c0-4.08 3.05-7.44 7-7.93v2.02a6 6 0 0 0-4.93 6.83c.39 2.61 2.56 4.71 5.18 5.03a6 6 0 0 0 5.72-9.31c-.34-.5-1.07-.53-1.5-.11l-.01.01c-.34.34-.37.87-.11 1.27c.6.92.84 2.1.49 3.32a3.99 3.99 0 0 1-2.94 2.77A4 4 0 0 1 8 12c0-1.86 1.28-3.41 3-3.86v2.14c-.6.35-1 .98-1 1.72c0 1.1.9 2 2 2s2-.9 2-2c0-.74-.4-1.38-1-1.72V2.71c0-.39-.32-.71-.71-.71c-5.36-.2-9.98 4.06-10.27 9.4c-.36 6.55 5.41 11.82 12.01 10.4c3.88-.83 6.88-3.8 7.75-7.67c.71-3.16-.2-6.16-1.97-8.37a1 1 0 0 0-1.49-.08"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundTrackChanges(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="M18.32 5.68c-.36.36-.39.92-.07 1.32c1.45 1.82 2.21 4.31 1.53 6.92c-.79 3.05-3.18 5.33-6.21 5.94C8.47 20.87 4 16.93 4 12c0-4.08 3.05-7.44 7-7.93v2.02a6 6 0 0 0-4.93 6.83c.39 2.61 2.56 4.71 5.18 5.03a6 6 0 0 0 5.72-9.31c-.34-.5-1.07-.53-1.5-.11l-.01.01c-.34.34-.37.87-.11 1.27c.6.92.84 2.1.49 3.32a3.99 3.99 0 0 1-2.94 2.77A4 4 0 0 1 8 12c0-1.86 1.28-3.41 3-3.86v2.14c-.6.35-1 .98-1 1.72c0 1.1.9 2 2 2s2-.9 2-2c0-.74-.4-1.38-1-1.72V2.71c0-.39-.32-.71-.71-.71c-5.36-.2-9.98 4.06-10.27 9.4c-.36 6.55 5.41 11.82 12.01 10.4c3.88-.83 6.88-3.8 7.75-7.67c.71-3.16-.2-6.16-1.97-8.37a1 1 0 0 0-1.49-.08"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.32 5.68c-.36.36-.39.92-.07 1.32c1.45 1.82 2.21 4.31 1.53 6.92c-.79 3.05-3.18 5.33-6.21 5.94C8.47 20.87 4 16.93 4 12c0-4.08 3.05-7.44 7-7.93v2.02a6 6 0 0 0-4.93 6.83c.39 2.61 2.56 4.71 5.18 5.03a6 6 0 0 0 5.72-9.31c-.34-.5-1.07-.53-1.5-.11l-.01.01c-.34.34-.37.87-.11 1.27c.6.92.84 2.1.49 3.32a3.99 3.99 0 0 1-2.94 2.77A4 4 0 0 1 8 12c0-1.86 1.28-3.41 3-3.86v2.14c-.6.35-1 .98-1 1.72c0 1.1.9 2 2 2s2-.9 2-2c0-.74-.4-1.38-1-1.72V2.71c0-.39-.32-.71-.71-.71c-5.36-.2-9.98 4.06-10.27 9.4c-.36 6.55 5.41 11.82 12.01 10.4c3.88-.83 6.88-3.8 7.75-7.67c.71-3.16-.2-6.16-1.97-8.37a1 1 0 0 0-1.49-.08"/></svg> </template>
CSS
.icon-round-track-changes {
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%22M18.32%205.68c-.36.36-.39.92-.07%201.32c1.45%201.82%202.21%204.31%201.53%206.92c-.79%203.05-3.18%205.33-6.21%205.94C8.47%2020.87%204%2016.93%204%2012c0-4.08%203.05-7.44%207-7.93v2.02a6%206%200%200%200-4.93%206.83c.39%202.61%202.56%204.71%205.18%205.03a6%206%200%200%200%205.72-9.31c-.34-.5-1.07-.53-1.5-.11l-.01.01c-.34.34-.37.87-.11%201.27c.6.92.84%202.1.49%203.32a3.99%203.99%200%200%201-2.94%202.77A4%204%200%200%201%208%2012c0-1.86%201.28-3.41%203-3.86v2.14c-.6.35-1%20.98-1%201.72c0%201.1.9%202%202%202s2-.9%202-2c0-.74-.4-1.38-1-1.72V2.71c0-.39-.32-.71-.71-.71c-5.36-.2-9.98%204.06-10.27%209.4c-.36%206.55%205.41%2011.82%2012.01%2010.4c3.88-.83%206.88-3.8%207.75-7.67c.71-3.16-.2-6.16-1.97-8.37a1%201%200%200%200-1.49-.08%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%22M18.32%205.68c-.36.36-.39.92-.07%201.32c1.45%201.82%202.21%204.31%201.53%206.92c-.79%203.05-3.18%205.33-6.21%205.94C8.47%2020.87%204%2016.93%204%2012c0-4.08%203.05-7.44%207-7.93v2.02a6%206%200%200%200-4.93%206.83c.39%202.61%202.56%204.71%205.18%205.03a6%206%200%200%200%205.72-9.31c-.34-.5-1.07-.53-1.5-.11l-.01.01c-.34.34-.37.87-.11%201.27c.6.92.84%202.1.49%203.32a3.99%203.99%200%200%201-2.94%202.77A4%204%200%200%201%208%2012c0-1.86%201.28-3.41%203-3.86v2.14c-.6.35-1%20.98-1%201.72c0%201.1.9%202%202%202s2-.9%202-2c0-.74-.4-1.38-1-1.72V2.71c0-.39-.32-.71-.71-.71c-5.36-.2-9.98%204.06-10.27%209.4c-.36%206.55%205.41%2011.82%2012.01%2010.4c3.88-.83%206.88-3.8%207.75-7.67c.71-3.16-.2-6.16-1.97-8.37a1%201%200%200%200-1.49-.08%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-track-changes.svg?color=%231a73e8&size=48