firewire icon
firewire from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- firewire
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
Use the firewire icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 10c1.1 0 2 .9 2 2s-.9 2-2 2s-2-.9-2-2s.9-2 2-2m0-2c-2.2 0-4 1.8-4 4s1.8 4 4 4s4-1.8 4-4s-1.8-4-4-4m3 9H9v2h6zm0 3H9v2h6zm-8.7-9.4l4.2-4.2l-1.3-1.5l-4.3 4.3zM4.2 8.5l4.2-4.2l-1.3-1.5l-4.3 4.3zM15 17H9v2h6zM13.4 6.3l4.2 4.2L21.1 7l-4.2-4.2z"/></svg>
React
import type { SVGProps } from "react";
export function MdiFirewire(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="M12 10c1.1 0 2 .9 2 2s-.9 2-2 2s-2-.9-2-2s.9-2 2-2m0-2c-2.2 0-4 1.8-4 4s1.8 4 4 4s4-1.8 4-4s-1.8-4-4-4m3 9H9v2h6zm0 3H9v2h6zm-8.7-9.4l4.2-4.2l-1.3-1.5l-4.3 4.3zM4.2 8.5l4.2-4.2l-1.3-1.5l-4.3 4.3zM15 17H9v2h6zM13.4 6.3l4.2 4.2L21.1 7l-4.2-4.2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 10c1.1 0 2 .9 2 2s-.9 2-2 2s-2-.9-2-2s.9-2 2-2m0-2c-2.2 0-4 1.8-4 4s1.8 4 4 4s4-1.8 4-4s-1.8-4-4-4m3 9H9v2h6zm0 3H9v2h6zm-8.7-9.4l4.2-4.2l-1.3-1.5l-4.3 4.3zM4.2 8.5l4.2-4.2l-1.3-1.5l-4.3 4.3zM15 17H9v2h6zM13.4 6.3l4.2 4.2L21.1 7l-4.2-4.2z"/></svg> </template>
CSS
.icon-firewire {
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%22M12%2010c1.1%200%202%20.9%202%202s-.9%202-2%202s-2-.9-2-2s.9-2%202-2m0-2c-2.2%200-4%201.8-4%204s1.8%204%204%204s4-1.8%204-4s-1.8-4-4-4m3%209H9v2h6zm0%203H9v2h6zm-8.7-9.4l4.2-4.2l-1.3-1.5l-4.3%204.3zM4.2%208.5l4.2-4.2l-1.3-1.5l-4.3%204.3zM15%2017H9v2h6zM13.4%206.3l4.2%204.2L21.1%207l-4.2-4.2z%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%22M12%2010c1.1%200%202%20.9%202%202s-.9%202-2%202s-2-.9-2-2s.9-2%202-2m0-2c-2.2%200-4%201.8-4%204s1.8%204%204%204s4-1.8%204-4s-1.8-4-4-4m3%209H9v2h6zm0%203H9v2h6zm-8.7-9.4l4.2-4.2l-1.3-1.5l-4.3%204.3zM4.2%208.5l4.2-4.2l-1.3-1.5l-4.3%204.3zM15%2017H9v2h6zM13.4%206.3l4.2%204.2L21.1%207l-4.2-4.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/firewire.svg?color=%231a73e8&size=48