baseline history toggle off icon
baseline-history-toggle-off from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.
- Name
- baseline-history-toggle-off
- 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 baseline history toggle off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.1 19.37l1 1.74c-.96.44-2.01.73-3.1.84v-2.02c.74-.09 1.44-.28 2.1-.56M4.07 13H2.05c.11 1.1.4 2.14.84 3.1l1.74-1c-.28-.66-.47-1.36-.56-2.1M15.1 4.63l1-1.74c-.96-.44-2-.73-3.1-.84v2.02c.74.09 1.44.28 2.1.56M19.93 11h2.02c-.11-1.1-.4-2.14-.84-3.1l-1.74 1c.28.66.47 1.36.56 2.1M8.9 19.37l-1 1.74c.96.44 2.01.73 3.1.84v-2.02c-.74-.09-1.44-.28-2.1-.56M11 4.07V2.05c-1.1.11-2.14.4-3.1.84l1 1.74c.66-.28 1.36-.47 2.1-.56m7.36 3.1l1.74-1.01c-.63-.87-1.4-1.64-2.27-2.27l-1.01 1.74c.59.45 1.1.96 1.54 1.54M4.63 8.9l-1.74-1c-.44.96-.73 2-.84 3.1h2.02c.09-.74.28-1.44.56-2.1m15.3 4.1c-.09.74-.28 1.44-.56 2.1l1.74 1c.44-.96.73-2.01.84-3.1zm-3.1 5.36l1.01 1.74c.87-.63 1.64-1.4 2.27-2.27l-1.74-1.01c-.45.59-.96 1.1-1.54 1.54M7.17 5.64l-1-1.75c-.88.64-1.64 1.4-2.27 2.28l1.74 1.01a7.7 7.7 0 0 1 1.53-1.54M5.64 16.83l-1.74 1c.63.87 1.4 1.64 2.27 2.27l1.01-1.74a7.7 7.7 0 0 1-1.54-1.53M13 7h-2v5.41l4.29 4.29l1.41-1.41l-3.7-3.7z"/></svg>
React
import type { SVGProps } from "react";
export function IcBaselineHistoryToggleOff(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="m15.1 19.37l1 1.74c-.96.44-2.01.73-3.1.84v-2.02c.74-.09 1.44-.28 2.1-.56M4.07 13H2.05c.11 1.1.4 2.14.84 3.1l1.74-1c-.28-.66-.47-1.36-.56-2.1M15.1 4.63l1-1.74c-.96-.44-2-.73-3.1-.84v2.02c.74.09 1.44.28 2.1.56M19.93 11h2.02c-.11-1.1-.4-2.14-.84-3.1l-1.74 1c.28.66.47 1.36.56 2.1M8.9 19.37l-1 1.74c.96.44 2.01.73 3.1.84v-2.02c-.74-.09-1.44-.28-2.1-.56M11 4.07V2.05c-1.1.11-2.14.4-3.1.84l1 1.74c.66-.28 1.36-.47 2.1-.56m7.36 3.1l1.74-1.01c-.63-.87-1.4-1.64-2.27-2.27l-1.01 1.74c.59.45 1.1.96 1.54 1.54M4.63 8.9l-1.74-1c-.44.96-.73 2-.84 3.1h2.02c.09-.74.28-1.44.56-2.1m15.3 4.1c-.09.74-.28 1.44-.56 2.1l1.74 1c.44-.96.73-2.01.84-3.1zm-3.1 5.36l1.01 1.74c.87-.63 1.64-1.4 2.27-2.27l-1.74-1.01c-.45.59-.96 1.1-1.54 1.54M7.17 5.64l-1-1.75c-.88.64-1.64 1.4-2.27 2.28l1.74 1.01a7.7 7.7 0 0 1 1.53-1.54M5.64 16.83l-1.74 1c.63.87 1.4 1.64 2.27 2.27l1.01-1.74a7.7 7.7 0 0 1-1.54-1.53M13 7h-2v5.41l4.29 4.29l1.41-1.41l-3.7-3.7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.1 19.37l1 1.74c-.96.44-2.01.73-3.1.84v-2.02c.74-.09 1.44-.28 2.1-.56M4.07 13H2.05c.11 1.1.4 2.14.84 3.1l1.74-1c-.28-.66-.47-1.36-.56-2.1M15.1 4.63l1-1.74c-.96-.44-2-.73-3.1-.84v2.02c.74.09 1.44.28 2.1.56M19.93 11h2.02c-.11-1.1-.4-2.14-.84-3.1l-1.74 1c.28.66.47 1.36.56 2.1M8.9 19.37l-1 1.74c.96.44 2.01.73 3.1.84v-2.02c-.74-.09-1.44-.28-2.1-.56M11 4.07V2.05c-1.1.11-2.14.4-3.1.84l1 1.74c.66-.28 1.36-.47 2.1-.56m7.36 3.1l1.74-1.01c-.63-.87-1.4-1.64-2.27-2.27l-1.01 1.74c.59.45 1.1.96 1.54 1.54M4.63 8.9l-1.74-1c-.44.96-.73 2-.84 3.1h2.02c.09-.74.28-1.44.56-2.1m15.3 4.1c-.09.74-.28 1.44-.56 2.1l1.74 1c.44-.96.73-2.01.84-3.1zm-3.1 5.36l1.01 1.74c.87-.63 1.64-1.4 2.27-2.27l-1.74-1.01c-.45.59-.96 1.1-1.54 1.54M7.17 5.64l-1-1.75c-.88.64-1.64 1.4-2.27 2.28l1.74 1.01a7.7 7.7 0 0 1 1.53-1.54M5.64 16.83l-1.74 1c.63.87 1.4 1.64 2.27 2.27l1.01-1.74a7.7 7.7 0 0 1-1.54-1.53M13 7h-2v5.41l4.29 4.29l1.41-1.41l-3.7-3.7z"/></svg> </template>
CSS
.icon-baseline-history-toggle-off {
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%22m15.1%2019.37l1%201.74c-.96.44-2.01.73-3.1.84v-2.02c.74-.09%201.44-.28%202.1-.56M4.07%2013H2.05c.11%201.1.4%202.14.84%203.1l1.74-1c-.28-.66-.47-1.36-.56-2.1M15.1%204.63l1-1.74c-.96-.44-2-.73-3.1-.84v2.02c.74.09%201.44.28%202.1.56M19.93%2011h2.02c-.11-1.1-.4-2.14-.84-3.1l-1.74%201c.28.66.47%201.36.56%202.1M8.9%2019.37l-1%201.74c.96.44%202.01.73%203.1.84v-2.02c-.74-.09-1.44-.28-2.1-.56M11%204.07V2.05c-1.1.11-2.14.4-3.1.84l1%201.74c.66-.28%201.36-.47%202.1-.56m7.36%203.1l1.74-1.01c-.63-.87-1.4-1.64-2.27-2.27l-1.01%201.74c.59.45%201.1.96%201.54%201.54M4.63%208.9l-1.74-1c-.44.96-.73%202-.84%203.1h2.02c.09-.74.28-1.44.56-2.1m15.3%204.1c-.09.74-.28%201.44-.56%202.1l1.74%201c.44-.96.73-2.01.84-3.1zm-3.1%205.36l1.01%201.74c.87-.63%201.64-1.4%202.27-2.27l-1.74-1.01c-.45.59-.96%201.1-1.54%201.54M7.17%205.64l-1-1.75c-.88.64-1.64%201.4-2.27%202.28l1.74%201.01a7.7%207.7%200%200%201%201.53-1.54M5.64%2016.83l-1.74%201c.63.87%201.4%201.64%202.27%202.27l1.01-1.74a7.7%207.7%200%200%201-1.54-1.53M13%207h-2v5.41l4.29%204.29l1.41-1.41l-3.7-3.7z%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%22m15.1%2019.37l1%201.74c-.96.44-2.01.73-3.1.84v-2.02c.74-.09%201.44-.28%202.1-.56M4.07%2013H2.05c.11%201.1.4%202.14.84%203.1l1.74-1c-.28-.66-.47-1.36-.56-2.1M15.1%204.63l1-1.74c-.96-.44-2-.73-3.1-.84v2.02c.74.09%201.44.28%202.1.56M19.93%2011h2.02c-.11-1.1-.4-2.14-.84-3.1l-1.74%201c.28.66.47%201.36.56%202.1M8.9%2019.37l-1%201.74c.96.44%202.01.73%203.1.84v-2.02c-.74-.09-1.44-.28-2.1-.56M11%204.07V2.05c-1.1.11-2.14.4-3.1.84l1%201.74c.66-.28%201.36-.47%202.1-.56m7.36%203.1l1.74-1.01c-.63-.87-1.4-1.64-2.27-2.27l-1.01%201.74c.59.45%201.1.96%201.54%201.54M4.63%208.9l-1.74-1c-.44.96-.73%202-.84%203.1h2.02c.09-.74.28-1.44.56-2.1m15.3%204.1c-.09.74-.28%201.44-.56%202.1l1.74%201c.44-.96.73-2.01.84-3.1zm-3.1%205.36l1.01%201.74c.87-.63%201.64-1.4%202.27-2.27l-1.74-1.01c-.45.59-.96%201.1-1.54%201.54M7.17%205.64l-1-1.75c-.88.64-1.64%201.4-2.27%202.28l1.74%201.01a7.7%207.7%200%200%201%201.53-1.54M5.64%2016.83l-1.74%201c.63.87%201.4%201.64%202.27%202.27l1.01-1.74a7.7%207.7%200%200%201-1.54-1.53M13%207h-2v5.41l4.29%204.29l1.41-1.41l-3.7-3.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/baseline-history-toggle-off.svg?color=%231a73e8&size=48