automation-outline from Material Symbols by Google · Outline · Text · Apache-2.0 Free for personal and commercial use.

Name
automation-outline
Set
Material Symbols
Style
Outline
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
automation-outline-rounded, automation-outline-sharp

1 other variant in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the automation icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.4 17.25q-1.05.875-2.187.8t-1.988-.775t-1.162-1.837t.412-2.338L4.35 10q-.625-.55-.987-1.325T3 7q0-1.65 1.175-2.825T7 3t2.825 1.175T11 7T9.825 9.825T7 11q-.225 0-.45-.025t-.425-.075L4.2 14.15q-.275.45-.175.888t.425.712t.775.313t.875-.313l10.5-9.025q1.05-.875 2.2-.788t2 .788t1.15 1.838t-.425 2.337L19.65 14q.625.55.988 1.325T21 17q0 1.65-1.175 2.825T17 21t-2.825-1.175T13 17t1.175-2.825T17 13q.225 0 .438.025t.412.075l1.95-3.25q.275-.45.175-.888t-.425-.712t-.775-.312t-.875.312zm1.013-8.837Q9 7.825 9 7t-.587-1.412T7 5t-1.412.588T5 7t.588 1.413T7 9t1.413-.587m10 10Q19 17.825 19 17t-.587-1.412T17 15t-1.412.588T15 17t.588 1.413T17 19t1.413-.587M17 17"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAutomationOutline(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="M7.4 17.25q-1.05.875-2.187.8t-1.988-.775t-1.162-1.837t.412-2.338L4.35 10q-.625-.55-.987-1.325T3 7q0-1.65 1.175-2.825T7 3t2.825 1.175T11 7T9.825 9.825T7 11q-.225 0-.45-.025t-.425-.075L4.2 14.15q-.275.45-.175.888t.425.712t.775.313t.875-.313l10.5-9.025q1.05-.875 2.2-.788t2 .788t1.15 1.838t-.425 2.337L19.65 14q.625.55.988 1.325T21 17q0 1.65-1.175 2.825T17 21t-2.825-1.175T13 17t1.175-2.825T17 13q.225 0 .438.025t.412.075l1.95-3.25q.275-.45.175-.888t-.425-.712t-.775-.312t-.875.312zm1.013-8.837Q9 7.825 9 7t-.587-1.412T7 5t-1.412.588T5 7t.588 1.413T7 9t1.413-.587m10 10Q19 17.825 19 17t-.587-1.412T17 15t-1.412.588T15 17t.588 1.413T17 19t1.413-.587M17 17"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.4 17.25q-1.05.875-2.187.8t-1.988-.775t-1.162-1.837t.412-2.338L4.35 10q-.625-.55-.987-1.325T3 7q0-1.65 1.175-2.825T7 3t2.825 1.175T11 7T9.825 9.825T7 11q-.225 0-.45-.025t-.425-.075L4.2 14.15q-.275.45-.175.888t.425.712t.775.313t.875-.313l10.5-9.025q1.05-.875 2.2-.788t2 .788t1.15 1.838t-.425 2.337L19.65 14q.625.55.988 1.325T21 17q0 1.65-1.175 2.825T17 21t-2.825-1.175T13 17t1.175-2.825T17 13q.225 0 .438.025t.412.075l1.95-3.25q.275-.45.175-.888t-.425-.712t-.775-.312t-.875.312zm1.013-8.837Q9 7.825 9 7t-.587-1.412T7 5t-1.412.588T5 7t.588 1.413T7 9t1.413-.587m10 10Q19 17.825 19 17t-.587-1.412T17 15t-1.412.588T15 17t.588 1.413T17 19t1.413-.587M17 17"/></svg>
</template>

CSS

.icon-automation-outline {
  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%22M7.4%2017.25q-1.05.875-2.187.8t-1.988-.775t-1.162-1.837t.412-2.338L4.35%2010q-.625-.55-.987-1.325T3%207q0-1.65%201.175-2.825T7%203t2.825%201.175T11%207T9.825%209.825T7%2011q-.225%200-.45-.025t-.425-.075L4.2%2014.15q-.275.45-.175.888t.425.712t.775.313t.875-.313l10.5-9.025q1.05-.875%202.2-.788t2%20.788t1.15%201.838t-.425%202.337L19.65%2014q.625.55.988%201.325T21%2017q0%201.65-1.175%202.825T17%2021t-2.825-1.175T13%2017t1.175-2.825T17%2013q.225%200%20.438.025t.412.075l1.95-3.25q.275-.45.175-.888t-.425-.712t-.775-.312t-.875.312zm1.013-8.837Q9%207.825%209%207t-.587-1.412T7%205t-1.412.588T5%207t.588%201.413T7%209t1.413-.587m10%2010Q19%2017.825%2019%2017t-.587-1.412T17%2015t-1.412.588T15%2017t.588%201.413T17%2019t1.413-.587M17%2017%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%22M7.4%2017.25q-1.05.875-2.187.8t-1.988-.775t-1.162-1.837t.412-2.338L4.35%2010q-.625-.55-.987-1.325T3%207q0-1.65%201.175-2.825T7%203t2.825%201.175T11%207T9.825%209.825T7%2011q-.225%200-.45-.025t-.425-.075L4.2%2014.15q-.275.45-.175.888t.425.712t.775.313t.875-.313l10.5-9.025q1.05-.875%202.2-.788t2%20.788t1.15%201.838t-.425%202.337L19.65%2014q.625.55.988%201.325T21%2017q0%201.65-1.175%202.825T17%2021t-2.825-1.175T13%2017t1.175-2.825T17%2013q.225%200%20.438.025t.412.075l1.95-3.25q.275-.45.175-.888t-.425-.712t-.775-.312t-.875.312zm1.013-8.837Q9%207.825%209%207t-.587-1.412T7%205t-1.412.588T5%207t.588%201.413T7%209t1.413-.587m10%2010Q19%2017.825%2019%2017t-.587-1.412T17%2015t-1.412.588T15%2017t.588%201.413T17%2019t1.413-.587M17%2017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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