alt icon
alt from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- alt
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
The same icon in other sets
Use the alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M6.297 49.48H17.57c2.04 0 3.703-1.101 4.5-2.93l15.375-34.663c.375-.774.961-1.125 1.922-1.125h10.36c1.218 0 2.203-.961 2.203-2.133s-.985-2.11-2.203-2.11H38.313c-2.18 0-3.61.915-4.477 2.883L18.414 44.09c-.375.773-.984 1.148-1.828 1.148H6.296c-1.241 0-2.226.938-2.226 2.133s.985 2.11 2.227 2.11m28.266 0h15.164c1.242 0 2.18-.89 2.18-2.085c0-1.196-.938-2.11-2.18-2.11H34.563c-1.243 0-2.204.914-2.204 2.11s.961 2.085 2.203 2.085"/></svg>
React
import type { SVGProps } from "react";
export function F7Alt(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="M6.297 49.48H17.57c2.04 0 3.703-1.101 4.5-2.93l15.375-34.663c.375-.774.961-1.125 1.922-1.125h10.36c1.218 0 2.203-.961 2.203-2.133s-.985-2.11-2.203-2.11H38.313c-2.18 0-3.61.915-4.477 2.883L18.414 44.09c-.375.773-.984 1.148-1.828 1.148H6.296c-1.241 0-2.226.938-2.226 2.133s.985 2.11 2.227 2.11m28.266 0h15.164c1.242 0 2.18-.89 2.18-2.085c0-1.196-.938-2.11-2.18-2.11H34.563c-1.243 0-2.204.914-2.204 2.11s.961 2.085 2.203 2.085"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M6.297 49.48H17.57c2.04 0 3.703-1.101 4.5-2.93l15.375-34.663c.375-.774.961-1.125 1.922-1.125h10.36c1.218 0 2.203-.961 2.203-2.133s-.985-2.11-2.203-2.11H38.313c-2.18 0-3.61.915-4.477 2.883L18.414 44.09c-.375.773-.984 1.148-1.828 1.148H6.296c-1.241 0-2.226.938-2.226 2.133s.985 2.11 2.227 2.11m28.266 0h15.164c1.242 0 2.18-.89 2.18-2.085c0-1.196-.938-2.11-2.18-2.11H34.563c-1.243 0-2.204.914-2.204 2.11s.961 2.085 2.203 2.085"/></svg> </template>
CSS
.icon-alt {
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%22M6.297%2049.48H17.57c2.04%200%203.703-1.101%204.5-2.93l15.375-34.663c.375-.774.961-1.125%201.922-1.125h10.36c1.218%200%202.203-.961%202.203-2.133s-.985-2.11-2.203-2.11H38.313c-2.18%200-3.61.915-4.477%202.883L18.414%2044.09c-.375.773-.984%201.148-1.828%201.148H6.296c-1.241%200-2.226.938-2.226%202.133s.985%202.11%202.227%202.11m28.266%200h15.164c1.242%200%202.18-.89%202.18-2.085c0-1.196-.938-2.11-2.18-2.11H34.563c-1.243%200-2.204.914-2.204%202.11s.961%202.085%202.203%202.085%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%22M6.297%2049.48H17.57c2.04%200%203.703-1.101%204.5-2.93l15.375-34.663c.375-.774.961-1.125%201.922-1.125h10.36c1.218%200%202.203-.961%202.203-2.133s-.985-2.11-2.203-2.11H38.313c-2.18%200-3.61.915-4.477%202.883L18.414%2044.09c-.375.773-.984%201.148-1.828%201.148H6.296c-1.241%200-2.226.938-2.226%202.133s.985%202.11%202.227%202.11m28.266%200h15.164c1.242%200%202.18-.89%202.18-2.085c0-1.196-.938-2.11-2.18-2.11H34.563c-1.243%200-2.204.914-2.204%202.11s.961%202.085%202.203%202.085%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/alt.svg?color=%231a73e8&size=48