track changes icon
track-changes-rounded from Material Symbols Light by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- track-changes-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- track-changes-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More business icons from Material Symbols Light
Use the 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="M8.494 20.29q-1.642-.711-2.858-1.926q-1.215-1.216-1.926-2.858T3 12t.71-3.506q.711-1.642 1.927-2.857Q6.852 4.42 8.494 3.71T12 3q.214 0 .357.143t.143.357v7.64q.258.16.379.376q.121.217.121.484q0 .402-.299.701T12 13t-.701-.299T11 12q0-.267.121-.487t.379-.372V8.048q-1.492.177-2.496 1.297T8 12q0 1.65 1.175 2.825T12 16t2.825-1.175T16 12q0-.766-.274-1.43q-.274-.666-.734-1.205q-.134-.176-.138-.37q-.004-.195.155-.354q.166-.166.367-.156t.355.186q.594.679.932 1.518T17 12q0 2.077-1.461 3.539T12 17t-3.538-1.461T7 12q0-1.961 1.3-3.374t3.2-1.59V4.012q-3.148.183-5.324 2.481T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12q0-1.585-.552-2.959t-1.561-2.443q-.16-.171-.189-.394t.137-.389t.376-.143t.37.193q1.125 1.23 1.772 2.783Q21 10.202 21 12q0 1.864-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21t-3.506-.71"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTrackChangesRounded(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="M8.494 20.29q-1.642-.711-2.858-1.926q-1.215-1.216-1.926-2.858T3 12t.71-3.506q.711-1.642 1.927-2.857Q6.852 4.42 8.494 3.71T12 3q.214 0 .357.143t.143.357v7.64q.258.16.379.376q.121.217.121.484q0 .402-.299.701T12 13t-.701-.299T11 12q0-.267.121-.487t.379-.372V8.048q-1.492.177-2.496 1.297T8 12q0 1.65 1.175 2.825T12 16t2.825-1.175T16 12q0-.766-.274-1.43q-.274-.666-.734-1.205q-.134-.176-.138-.37q-.004-.195.155-.354q.166-.166.367-.156t.355.186q.594.679.932 1.518T17 12q0 2.077-1.461 3.539T12 17t-3.538-1.461T7 12q0-1.961 1.3-3.374t3.2-1.59V4.012q-3.148.183-5.324 2.481T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12q0-1.585-.552-2.959t-1.561-2.443q-.16-.171-.189-.394t.137-.389t.376-.143t.37.193q1.125 1.23 1.772 2.783Q21 10.202 21 12q0 1.864-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21t-3.506-.71"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.494 20.29q-1.642-.711-2.858-1.926q-1.215-1.216-1.926-2.858T3 12t.71-3.506q.711-1.642 1.927-2.857Q6.852 4.42 8.494 3.71T12 3q.214 0 .357.143t.143.357v7.64q.258.16.379.376q.121.217.121.484q0 .402-.299.701T12 13t-.701-.299T11 12q0-.267.121-.487t.379-.372V8.048q-1.492.177-2.496 1.297T8 12q0 1.65 1.175 2.825T12 16t2.825-1.175T16 12q0-.766-.274-1.43q-.274-.666-.734-1.205q-.134-.176-.138-.37q-.004-.195.155-.354q.166-.166.367-.156t.355.186q.594.679.932 1.518T17 12q0 2.077-1.461 3.539T12 17t-3.538-1.461T7 12q0-1.961 1.3-3.374t3.2-1.59V4.012q-3.148.183-5.324 2.481T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12q0-1.585-.552-2.959t-1.561-2.443q-.16-.171-.189-.394t.137-.389t.376-.143t.37.193q1.125 1.23 1.772 2.783Q21 10.202 21 12q0 1.864-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21t-3.506-.71"/></svg> </template>
CSS
.icon-track-changes-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%22M8.494%2020.29q-1.642-.711-2.858-1.926q-1.215-1.216-1.926-2.858T3%2012t.71-3.506q.711-1.642%201.927-2.857Q6.852%204.42%208.494%203.71T12%203q.214%200%20.357.143t.143.357v7.64q.258.16.379.376q.121.217.121.484q0%20.402-.299.701T12%2013t-.701-.299T11%2012q0-.267.121-.487t.379-.372V8.048q-1.492.177-2.496%201.297T8%2012q0%201.65%201.175%202.825T12%2016t2.825-1.175T16%2012q0-.766-.274-1.43q-.274-.666-.734-1.205q-.134-.176-.138-.37q-.004-.195.155-.354q.166-.166.367-.156t.355.186q.594.679.932%201.518T17%2012q0%202.077-1.461%203.539T12%2017t-3.538-1.461T7%2012q0-1.961%201.3-3.374t3.2-1.59V4.012q-3.148.183-5.324%202.481T4%2012q0%203.35%202.325%205.675T12%2020t5.675-2.325T20%2012q0-1.585-.552-2.959t-1.561-2.443q-.16-.171-.189-.394t.137-.389t.376-.143t.37.193q1.125%201.23%201.772%202.783Q21%2010.202%2021%2012q0%201.864-.71%203.506q-.711%201.642-1.926%202.857q-1.216%201.216-2.858%201.926Q13.864%2021%2012%2021t-3.506-.71%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%22M8.494%2020.29q-1.642-.711-2.858-1.926q-1.215-1.216-1.926-2.858T3%2012t.71-3.506q.711-1.642%201.927-2.857Q6.852%204.42%208.494%203.71T12%203q.214%200%20.357.143t.143.357v7.64q.258.16.379.376q.121.217.121.484q0%20.402-.299.701T12%2013t-.701-.299T11%2012q0-.267.121-.487t.379-.372V8.048q-1.492.177-2.496%201.297T8%2012q0%201.65%201.175%202.825T12%2016t2.825-1.175T16%2012q0-.766-.274-1.43q-.274-.666-.734-1.205q-.134-.176-.138-.37q-.004-.195.155-.354q.166-.166.367-.156t.355.186q.594.679.932%201.518T17%2012q0%202.077-1.461%203.539T12%2017t-3.538-1.461T7%2012q0-1.961%201.3-3.374t3.2-1.59V4.012q-3.148.183-5.324%202.481T4%2012q0%203.35%202.325%205.675T12%2020t5.675-2.325T20%2012q0-1.585-.552-2.959t-1.561-2.443q-.16-.171-.189-.394t.137-.389t.376-.143t.37.193q1.125%201.23%201.772%202.783Q21%2010.202%2021%2012q0%201.864-.71%203.506q-.711%201.642-1.926%202.857q-1.216%201.216-2.858%201.926Q13.864%2021%2012%2021t-3.506-.71%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/track-changes-rounded.svg?color=%231a73e8&size=48