conversion-path from Material Symbols Light by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.

Name
conversion-path
Set
Material Symbols Light
Style
Regular
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
conversion-path-outline, conversion-path-outline-rounded, conversion-path-outline-sharp, conversion-path-rounded, conversion-path-sharp

The same icon in other sets

More business icons from Material Symbols Light

Use the conversion path icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 20.5q-.898 0-1.586-.562t-.855-1.438H11q-1.458 0-2.479-1.021T7.5 15t1.021-2.479T11 11.5h2q1.037 0 1.768-.732T15.5 9t-.732-1.768T13 6.5H7.44q-.17.875-.856 1.438T5 8.5q-1.038 0-1.77-.73T2.5 6t.73-1.77T5 3.5q.898 0 1.584.563q.685.562.857 1.437H13q1.458 0 2.479 1.021T16.5 9t-1.021 2.479T13 12.5h-2q-1.036 0-1.768.732T8.5 15t.732 1.768T11 17.5h5.56q.17-.875.856-1.437T19 15.5q1.039 0 1.77.73T21.5 18t-.73 1.77t-1.77.73M6.059 7.059Q6.5 6.617 6.5 6t-.441-1.059Q5.617 4.5 5 4.5t-1.059.441Q3.5 5.383 3.5 6t.441 1.059Q4.383 7.5 5 7.5t1.059-.441"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightConversionPath(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 20.5q-.898 0-1.586-.562t-.855-1.438H11q-1.458 0-2.479-1.021T7.5 15t1.021-2.479T11 11.5h2q1.037 0 1.768-.732T15.5 9t-.732-1.768T13 6.5H7.44q-.17.875-.856 1.438T5 8.5q-1.038 0-1.77-.73T2.5 6t.73-1.77T5 3.5q.898 0 1.584.563q.685.562.857 1.437H13q1.458 0 2.479 1.021T16.5 9t-1.021 2.479T13 12.5h-2q-1.036 0-1.768.732T8.5 15t.732 1.768T11 17.5h5.56q.17-.875.856-1.437T19 15.5q1.039 0 1.77.73T21.5 18t-.73 1.77t-1.77.73M6.059 7.059Q6.5 6.617 6.5 6t-.441-1.059Q5.617 4.5 5 4.5t-1.059.441Q3.5 5.383 3.5 6t.441 1.059Q4.383 7.5 5 7.5t1.059-.441"/></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 20.5q-.898 0-1.586-.562t-.855-1.438H11q-1.458 0-2.479-1.021T7.5 15t1.021-2.479T11 11.5h2q1.037 0 1.768-.732T15.5 9t-.732-1.768T13 6.5H7.44q-.17.875-.856 1.438T5 8.5q-1.038 0-1.77-.73T2.5 6t.73-1.77T5 3.5q.898 0 1.584.563q.685.562.857 1.437H13q1.458 0 2.479 1.021T16.5 9t-1.021 2.479T13 12.5h-2q-1.036 0-1.768.732T8.5 15t.732 1.768T11 17.5h5.56q.17-.875.856-1.437T19 15.5q1.039 0 1.77.73T21.5 18t-.73 1.77t-1.77.73M6.059 7.059Q6.5 6.617 6.5 6t-.441-1.059Q5.617 4.5 5 4.5t-1.059.441Q3.5 5.383 3.5 6t.441 1.059Q4.383 7.5 5 7.5t1.059-.441"/></svg>
</template>

CSS

.icon-conversion-path {
  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%2020.5q-.898%200-1.586-.562t-.855-1.438H11q-1.458%200-2.479-1.021T7.5%2015t1.021-2.479T11%2011.5h2q1.037%200%201.768-.732T15.5%209t-.732-1.768T13%206.5H7.44q-.17.875-.856%201.438T5%208.5q-1.038%200-1.77-.73T2.5%206t.73-1.77T5%203.5q.898%200%201.584.563q.685.562.857%201.437H13q1.458%200%202.479%201.021T16.5%209t-1.021%202.479T13%2012.5h-2q-1.036%200-1.768.732T8.5%2015t.732%201.768T11%2017.5h5.56q.17-.875.856-1.437T19%2015.5q1.039%200%201.77.73T21.5%2018t-.73%201.77t-1.77.73M6.059%207.059Q6.5%206.617%206.5%206t-.441-1.059Q5.617%204.5%205%204.5t-1.059.441Q3.5%205.383%203.5%206t.441%201.059Q4.383%207.5%205%207.5t1.059-.441%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%2020.5q-.898%200-1.586-.562t-.855-1.438H11q-1.458%200-2.479-1.021T7.5%2015t1.021-2.479T11%2011.5h2q1.037%200%201.768-.732T15.5%209t-.732-1.768T13%206.5H7.44q-.17.875-.856%201.438T5%208.5q-1.038%200-1.77-.73T2.5%206t.73-1.77T5%203.5q.898%200%201.584.563q.685.562.857%201.437H13q1.458%200%202.479%201.021T16.5%209t-1.021%202.479T13%2012.5h-2q-1.036%200-1.768.732T8.5%2015t.732%201.768T11%2017.5h5.56q.17-.875.856-1.437T19%2015.5q1.039%200%201.77.73T21.5%2018t-.73%201.77t-1.77.73M6.059%207.059Q6.5%206.617%206.5%206t-.441-1.059Q5.617%204.5%205%204.5t-1.059.441Q3.5%205.383%203.5%206t.441%201.059Q4.383%207.5%205%207.5t1.059-.441%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/conversion-path.svg?color=%231a73e8&size=48