automation icon
automation-outline from Material Symbols Light by Google · Outline · Text · Apache-2.0 Free for personal and commercial use.
- Name
- automation-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- automation-outline-rounded, automation-outline-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More text icons from Material Symbols Light
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
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.361 16.596q-.861.721-1.795.646t-1.61-.64t-.913-1.482q-.235-.916.336-1.866l1.952-3.235q-.606-.453-.969-1.155T4 7.346q0-1.4.973-2.373T7.346 4t2.373.973t.973 2.373T9.72 9.72t-2.373.973q-.302 0-.584-.044t-.54-.152L4.24 13.785q-.352.585-.214 1.148t.56.913t1.006.4t1.125-.399l9.942-8.448q.838-.721 1.758-.653q.919.068 1.62.633q.7.564.948 1.482t-.343 1.886L18.669 14q.606.454.969 1.142T20 16.654q0 1.4-.987 2.373T16.64 20t-2.36-.983t-.972-2.363t.977-2.363t2.35-.983q.304 0 .592.054t.546.161l1.989-3.307q.351-.585.222-1.147q-.13-.561-.55-.914t-1.005-.41t-1.125.409zM9.01 9.01q.683-.684.683-1.663T9.01 5.684T7.346 5t-1.662.684T5 7.346t.684 1.663t1.662.683T9.01 9.01m9.295 9.307q.696-.683.696-1.662t-.695-1.663q-.696-.683-1.672-.683q-.977 0-1.651.683q-.674.684-.674 1.663t.674 1.662t1.65.684t1.672-.684m-1.65-1.662"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAutomationOutline(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.361 16.596q-.861.721-1.795.646t-1.61-.64t-.913-1.482q-.235-.916.336-1.866l1.952-3.235q-.606-.453-.969-1.155T4 7.346q0-1.4.973-2.373T7.346 4t2.373.973t.973 2.373T9.72 9.72t-2.373.973q-.302 0-.584-.044t-.54-.152L4.24 13.785q-.352.585-.214 1.148t.56.913t1.006.4t1.125-.399l9.942-8.448q.838-.721 1.758-.653q.919.068 1.62.633q.7.564.948 1.482t-.343 1.886L18.669 14q.606.454.969 1.142T20 16.654q0 1.4-.987 2.373T16.64 20t-2.36-.983t-.972-2.363t.977-2.363t2.35-.983q.304 0 .592.054t.546.161l1.989-3.307q.351-.585.222-1.147q-.13-.561-.55-.914t-1.005-.41t-1.125.409zM9.01 9.01q.683-.684.683-1.663T9.01 5.684T7.346 5t-1.662.684T5 7.346t.684 1.663t1.662.683T9.01 9.01m9.295 9.307q.696-.683.696-1.662t-.695-1.663q-.696-.683-1.672-.683q-.977 0-1.651.683q-.674.684-.674 1.663t.674 1.662t1.65.684t1.672-.684m-1.65-1.662"/></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.361 16.596q-.861.721-1.795.646t-1.61-.64t-.913-1.482q-.235-.916.336-1.866l1.952-3.235q-.606-.453-.969-1.155T4 7.346q0-1.4.973-2.373T7.346 4t2.373.973t.973 2.373T9.72 9.72t-2.373.973q-.302 0-.584-.044t-.54-.152L4.24 13.785q-.352.585-.214 1.148t.56.913t1.006.4t1.125-.399l9.942-8.448q.838-.721 1.758-.653q.919.068 1.62.633q.7.564.948 1.482t-.343 1.886L18.669 14q.606.454.969 1.142T20 16.654q0 1.4-.987 2.373T16.64 20t-2.36-.983t-.972-2.363t.977-2.363t2.35-.983q.304 0 .592.054t.546.161l1.989-3.307q.351-.585.222-1.147q-.13-.561-.55-.914t-1.005-.41t-1.125.409zM9.01 9.01q.683-.684.683-1.663T9.01 5.684T7.346 5t-1.662.684T5 7.346t.684 1.663t1.662.683T9.01 9.01m9.295 9.307q.696-.683.696-1.662t-.695-1.663q-.696-.683-1.672-.683q-.977 0-1.651.683q-.674.684-.674 1.663t.674 1.662t1.65.684t1.672-.684m-1.65-1.662"/></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.361%2016.596q-.861.721-1.795.646t-1.61-.64t-.913-1.482q-.235-.916.336-1.866l1.952-3.235q-.606-.453-.969-1.155T4%207.346q0-1.4.973-2.373T7.346%204t2.373.973t.973%202.373T9.72%209.72t-2.373.973q-.302%200-.584-.044t-.54-.152L4.24%2013.785q-.352.585-.214%201.148t.56.913t1.006.4t1.125-.399l9.942-8.448q.838-.721%201.758-.653q.919.068%201.62.633q.7.564.948%201.482t-.343%201.886L18.669%2014q.606.454.969%201.142T20%2016.654q0%201.4-.987%202.373T16.64%2020t-2.36-.983t-.972-2.363t.977-2.363t2.35-.983q.304%200%20.592.054t.546.161l1.989-3.307q.351-.585.222-1.147q-.13-.561-.55-.914t-1.005-.41t-1.125.409zM9.01%209.01q.683-.684.683-1.663T9.01%205.684T7.346%205t-1.662.684T5%207.346t.684%201.663t1.662.683T9.01%209.01m9.295%209.307q.696-.683.696-1.662t-.695-1.663q-.696-.683-1.672-.683q-.977%200-1.651.683q-.674.684-.674%201.663t.674%201.662t1.65.684t1.672-.684m-1.65-1.662%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.361%2016.596q-.861.721-1.795.646t-1.61-.64t-.913-1.482q-.235-.916.336-1.866l1.952-3.235q-.606-.453-.969-1.155T4%207.346q0-1.4.973-2.373T7.346%204t2.373.973t.973%202.373T9.72%209.72t-2.373.973q-.302%200-.584-.044t-.54-.152L4.24%2013.785q-.352.585-.214%201.148t.56.913t1.006.4t1.125-.399l9.942-8.448q.838-.721%201.758-.653q.919.068%201.62.633q.7.564.948%201.482t-.343%201.886L18.669%2014q.606.454.969%201.142T20%2016.654q0%201.4-.987%202.373T16.64%2020t-2.36-.983t-.972-2.363t.977-2.363t2.35-.983q.304%200%20.592.054t.546.161l1.989-3.307q.351-.585.222-1.147q-.13-.561-.55-.914t-1.005-.41t-1.125.409zM9.01%209.01q.683-.684.683-1.663T9.01%205.684T7.346%205t-1.662.684T5%207.346t.684%201.663t1.662.683T9.01%209.01m9.295%209.307q.696-.683.696-1.662t-.695-1.663q-.696-.683-1.672-.683q-.977%200-1.651.683q-.674.684-.674%201.663t.674%201.662t1.65.684t1.672-.684m-1.65-1.662%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/automation-outline.svg?color=%231a73e8&size=48