outline track changes icon

outline-track-changes from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
outline-track-changes
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the outline 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="m19.07 4.93l-1.41 1.41A8 8 0 0 1 20 12c0 4.42-3.58 8-8 8s-8-3.58-8-8c0-4.08 3.05-7.44 7-7.93v2.02C8.16 6.57 6 9.03 6 12c0 3.31 2.69 6 6 6s6-2.69 6-6c0-1.66-.67-3.16-1.76-4.24l-1.41 1.41C15.55 9.9 16 10.9 16 12c0 2.21-1.79 4-4 4s-4-1.79-4-4c0-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.72V2h-1C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10c0-2.76-1.12-5.26-2.93-7.07"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlineTrackChanges(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="m19.07 4.93l-1.41 1.41A8 8 0 0 1 20 12c0 4.42-3.58 8-8 8s-8-3.58-8-8c0-4.08 3.05-7.44 7-7.93v2.02C8.16 6.57 6 9.03 6 12c0 3.31 2.69 6 6 6s6-2.69 6-6c0-1.66-.67-3.16-1.76-4.24l-1.41 1.41C15.55 9.9 16 10.9 16 12c0 2.21-1.79 4-4 4s-4-1.79-4-4c0-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.72V2h-1C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10c0-2.76-1.12-5.26-2.93-7.07"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.07 4.93l-1.41 1.41A8 8 0 0 1 20 12c0 4.42-3.58 8-8 8s-8-3.58-8-8c0-4.08 3.05-7.44 7-7.93v2.02C8.16 6.57 6 9.03 6 12c0 3.31 2.69 6 6 6s6-2.69 6-6c0-1.66-.67-3.16-1.76-4.24l-1.41 1.41C15.55 9.9 16 10.9 16 12c0 2.21-1.79 4-4 4s-4-1.79-4-4c0-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.72V2h-1C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10c0-2.76-1.12-5.26-2.93-7.07"/></svg>
</template>

CSS

.icon-outline-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%22m19.07%204.93l-1.41%201.41A8%208%200%200%201%2020%2012c0%204.42-3.58%208-8%208s-8-3.58-8-8c0-4.08%203.05-7.44%207-7.93v2.02C8.16%206.57%206%209.03%206%2012c0%203.31%202.69%206%206%206s6-2.69%206-6c0-1.66-.67-3.16-1.76-4.24l-1.41%201.41C15.55%209.9%2016%2010.9%2016%2012c0%202.21-1.79%204-4%204s-4-1.79-4-4c0-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.72V2h-1C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010s10-4.48%2010-10c0-2.76-1.12-5.26-2.93-7.07%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%22m19.07%204.93l-1.41%201.41A8%208%200%200%201%2020%2012c0%204.42-3.58%208-8%208s-8-3.58-8-8c0-4.08%203.05-7.44%207-7.93v2.02C8.16%206.57%206%209.03%206%2012c0%203.31%202.69%206%206%206s6-2.69%206-6c0-1.66-.67-3.16-1.76-4.24l-1.41%201.41C15.55%209.9%2016%2010.9%2016%2012c0%202.21-1.79%204-4%204s-4-1.79-4-4c0-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.72V2h-1C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010s10-4.48%2010-10c0-2.76-1.12-5.26-2.93-7.07%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-track-changes.svg?color=%231a73e8&size=48