Microsoft Power Automate Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Microsoft Power Automate icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/343794.svg" alt="Microsoft Power Automate icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343794.svg" alt="Microsoft Power Automate icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343794.svg" alt="Microsoft Power Automate icon" :width="24" :height="24" />
CSS background
.icon-microsoft-power-automate {
background-image: url('https://proicons.com/icon/343794.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M7.9199,8.5005c-.8285-.0003-1.5004.6711-1.5007,1.4997-.0001.3409.1159.6717.3288.9378l10.451,13.062-10.451,13.062c-.5177.6469-.4129,1.591.2341,2.1087.2662.213.5969.329.9378.3288h20.959c.4558.0003.887-.2067,1.1719-.5625l11.201-14c.4387-.548.4387-1.327,0-1.875l-11.201-14c-.2849-.3558-.7161-.5628-1.1719-.5625l-20.959.001Z"/><path class="b" d="M29.4844,8.6454l-12.285,15.355"/><path class="b" d="M35.7994,16.2505l-18.602,23.25"/></svg>
Copied!