conversion path icon

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

Name
conversion-path
Set
Material Symbols
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

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 21q-.975 0-1.75-.562T16.175 19H11q-1.65 0-2.825-1.175T7 15t1.175-2.825T11 11h2q.825 0 1.413-.587T15 9t-.587-1.412T13 7H7.825q-.325.875-1.088 1.438T5 9q-1.25 0-2.125-.875T2 6t.875-2.125T5 3q.975 0 1.738.563T7.825 5H13q1.65 0 2.825 1.175T17 9t-1.175 2.825T13 13h-2q-.825 0-1.412.588T9 15t.588 1.413T11 17h5.175q.325-.875 1.088-1.437T19 15q1.25 0 2.125.875T22 18t-.875 2.125T19 21M5.713 6.713Q6 6.425 6 6t-.288-.712T5 5t-.712.288T4 6t.288.713T5 7t.713-.288"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsConversionPath(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 21q-.975 0-1.75-.562T16.175 19H11q-1.65 0-2.825-1.175T7 15t1.175-2.825T11 11h2q.825 0 1.413-.587T15 9t-.587-1.412T13 7H7.825q-.325.875-1.088 1.438T5 9q-1.25 0-2.125-.875T2 6t.875-2.125T5 3q.975 0 1.738.563T7.825 5H13q1.65 0 2.825 1.175T17 9t-1.175 2.825T13 13h-2q-.825 0-1.412.588T9 15t.588 1.413T11 17h5.175q.325-.875 1.088-1.437T19 15q1.25 0 2.125.875T22 18t-.875 2.125T19 21M5.713 6.713Q6 6.425 6 6t-.288-.712T5 5t-.712.288T4 6t.288.713T5 7t.713-.288"/></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 21q-.975 0-1.75-.562T16.175 19H11q-1.65 0-2.825-1.175T7 15t1.175-2.825T11 11h2q.825 0 1.413-.587T15 9t-.587-1.412T13 7H7.825q-.325.875-1.088 1.438T5 9q-1.25 0-2.125-.875T2 6t.875-2.125T5 3q.975 0 1.738.563T7.825 5H13q1.65 0 2.825 1.175T17 9t-1.175 2.825T13 13h-2q-.825 0-1.412.588T9 15t.588 1.413T11 17h5.175q.325-.875 1.088-1.437T19 15q1.25 0 2.125.875T22 18t-.875 2.125T19 21M5.713 6.713Q6 6.425 6 6t-.288-.712T5 5t-.712.288T4 6t.288.713T5 7t.713-.288"/></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%2021q-.975%200-1.75-.562T16.175%2019H11q-1.65%200-2.825-1.175T7%2015t1.175-2.825T11%2011h2q.825%200%201.413-.587T15%209t-.587-1.412T13%207H7.825q-.325.875-1.088%201.438T5%209q-1.25%200-2.125-.875T2%206t.875-2.125T5%203q.975%200%201.738.563T7.825%205H13q1.65%200%202.825%201.175T17%209t-1.175%202.825T13%2013h-2q-.825%200-1.412.588T9%2015t.588%201.413T11%2017h5.175q.325-.875%201.088-1.437T19%2015q1.25%200%202.125.875T22%2018t-.875%202.125T19%2021M5.713%206.713Q6%206.425%206%206t-.288-.712T5%205t-.712.288T4%206t.288.713T5%207t.713-.288%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%2021q-.975%200-1.75-.562T16.175%2019H11q-1.65%200-2.825-1.175T7%2015t1.175-2.825T11%2011h2q.825%200%201.413-.587T15%209t-.587-1.412T13%207H7.825q-.325.875-1.088%201.438T5%209q-1.25%200-2.125-.875T2%206t.875-2.125T5%203q.975%200%201.738.563T7.825%205H13q1.65%200%202.825%201.175T17%209t-1.175%202.825T13%2013h-2q-.825%200-1.412.588T9%2015t.588%201.413T11%2017h5.175q.325-.875%201.088-1.437T19%2015q1.25%200%202.125.875T22%2018t-.875%202.125T19%2021M5.713%206.713Q6%206.425%206%206t-.288-.712T5%205t-.712.288T4%206t.288.713T5%207t.713-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Conversion Path icon — Material Symbols · IconsDB