bolt horizontal icon
bolt-horizontal from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- bolt-horizontal
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Related icons in Framework7 Icons
Use the bolt horizontal icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M2.987 38.469c.585 0 1.19-.152 1.819-.498l12.728-7.36l18.638 9.979c.844.433 1.602.693 2.294.693c1.018 0 1.884-.477 2.792-1.559l14.006-17.707c.498-.65.736-1.32.736-1.948c0-1.494-1.234-2.771-2.9-2.771c-.585 0-1.235.152-1.884.541l-12.75 7.36l-18.638-9.98c-.844-.475-1.623-.692-2.316-.692c-.995 0-1.883.455-2.749 1.559L.758 33.793C.217 34.443 0 35.113 0 35.74c0 1.515 1.342 2.727 2.987 2.727m1.32-3.55c-.26.15-.454-.087-.28-.282l13.247-16.192c.303-.39.606-.433.996-.216l19.417 10.369c.91.476 1.19.368 1.905-.109l12.165-7.598c.195-.13.412.087.238.282L38.748 37.365c-.303.367-.606.432-.996.216L18.313 27.212c-.887-.476-1.169-.368-1.905.087Z"/></svg>
React
import type { SVGProps } from "react";
export function F7BoltHorizontal(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M2.987 38.469c.585 0 1.19-.152 1.819-.498l12.728-7.36l18.638 9.979c.844.433 1.602.693 2.294.693c1.018 0 1.884-.477 2.792-1.559l14.006-17.707c.498-.65.736-1.32.736-1.948c0-1.494-1.234-2.771-2.9-2.771c-.585 0-1.235.152-1.884.541l-12.75 7.36l-18.638-9.98c-.844-.475-1.623-.692-2.316-.692c-.995 0-1.883.455-2.749 1.559L.758 33.793C.217 34.443 0 35.113 0 35.74c0 1.515 1.342 2.727 2.987 2.727m1.32-3.55c-.26.15-.454-.087-.28-.282l13.247-16.192c.303-.39.606-.433.996-.216l19.417 10.369c.91.476 1.19.368 1.905-.109l12.165-7.598c.195-.13.412.087.238.282L38.748 37.365c-.303.367-.606.432-.996.216L18.313 27.212c-.887-.476-1.169-.368-1.905.087Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M2.987 38.469c.585 0 1.19-.152 1.819-.498l12.728-7.36l18.638 9.979c.844.433 1.602.693 2.294.693c1.018 0 1.884-.477 2.792-1.559l14.006-17.707c.498-.65.736-1.32.736-1.948c0-1.494-1.234-2.771-2.9-2.771c-.585 0-1.235.152-1.884.541l-12.75 7.36l-18.638-9.98c-.844-.475-1.623-.692-2.316-.692c-.995 0-1.883.455-2.749 1.559L.758 33.793C.217 34.443 0 35.113 0 35.74c0 1.515 1.342 2.727 2.987 2.727m1.32-3.55c-.26.15-.454-.087-.28-.282l13.247-16.192c.303-.39.606-.433.996-.216l19.417 10.369c.91.476 1.19.368 1.905-.109l12.165-7.598c.195-.13.412.087.238.282L38.748 37.365c-.303.367-.606.432-.996.216L18.313 27.212c-.887-.476-1.169-.368-1.905.087Z"/></svg> </template>
CSS
.icon-bolt-horizontal {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.987%2038.469c.585%200%201.19-.152%201.819-.498l12.728-7.36l18.638%209.979c.844.433%201.602.693%202.294.693c1.018%200%201.884-.477%202.792-1.559l14.006-17.707c.498-.65.736-1.32.736-1.948c0-1.494-1.234-2.771-2.9-2.771c-.585%200-1.235.152-1.884.541l-12.75%207.36l-18.638-9.98c-.844-.475-1.623-.692-2.316-.692c-.995%200-1.883.455-2.749%201.559L.758%2033.793C.217%2034.443%200%2035.113%200%2035.74c0%201.515%201.342%202.727%202.987%202.727m1.32-3.55c-.26.15-.454-.087-.28-.282l13.247-16.192c.303-.39.606-.433.996-.216l19.417%2010.369c.91.476%201.19.368%201.905-.109l12.165-7.598c.195-.13.412.087.238.282L38.748%2037.365c-.303.367-.606.432-.996.216L18.313%2027.212c-.887-.476-1.169-.368-1.905.087Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.987%2038.469c.585%200%201.19-.152%201.819-.498l12.728-7.36l18.638%209.979c.844.433%201.602.693%202.294.693c1.018%200%201.884-.477%202.792-1.559l14.006-17.707c.498-.65.736-1.32.736-1.948c0-1.494-1.234-2.771-2.9-2.771c-.585%200-1.235.152-1.884.541l-12.75%207.36l-18.638-9.98c-.844-.475-1.623-.692-2.316-.692c-.995%200-1.883.455-2.749%201.559L.758%2033.793C.217%2034.443%200%2035.113%200%2035.74c0%201.515%201.342%202.727%202.987%202.727m1.32-3.55c-.26.15-.454-.087-.28-.282l13.247-16.192c.303-.39.606-.433.996-.216l19.417%2010.369c.91.476%201.19.368%201.905-.109l12.165-7.598c.195-.13.412.087.238.282L38.748%2037.365c-.303.367-.606.432-.996.216L18.313%2027.212c-.887-.476-1.169-.368-1.905.087Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/bolt-horizontal.svg?color=%231a73e8&size=48