italic icon
italic from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- italic
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
The same icon in other sets
italic-outlinedAnt Design IconsitalicBoxIcons v2italicCodiconsitalicFont Awesome 6 SoliditalicFont Awesome SoliditalicFeather IconsitalicHeroIconsitalicHuge IconsitalicHumbleiconsitalicIconoiritalicJam IconsitalicLine AwesomeitalicLucideitalicMajesticonsitalic-fillMingCute IconitalicOcticonsitalicRemix IconitalicTabler Iconsitalic-outlineTeenyiconsitalicUnicons
Use the italic icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M17.734 44.758H32.57c1.102 0 1.875-.68 1.875-1.781c0-1.055-.75-1.735-1.851-1.735H27.32l5.696-26.484h5.25c1.101 0 1.875-.68 1.875-1.781c0-1.055-.75-1.735-1.852-1.735H23.43c-1.1 0-1.874.68-1.874 1.735c0 1.101.797 1.78 1.898 1.78h5.227l-5.696 26.485h-5.273c-1.102 0-1.852.68-1.852 1.735c0 1.101.774 1.78 1.875 1.78"/></svg>
React
import type { SVGProps } from "react";
export function F7Italic(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="M17.734 44.758H32.57c1.102 0 1.875-.68 1.875-1.781c0-1.055-.75-1.735-1.851-1.735H27.32l5.696-26.484h5.25c1.101 0 1.875-.68 1.875-1.781c0-1.055-.75-1.735-1.852-1.735H23.43c-1.1 0-1.874.68-1.874 1.735c0 1.101.797 1.78 1.898 1.78h5.227l-5.696 26.485h-5.273c-1.102 0-1.852.68-1.852 1.735c0 1.101.774 1.78 1.875 1.78"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M17.734 44.758H32.57c1.102 0 1.875-.68 1.875-1.781c0-1.055-.75-1.735-1.851-1.735H27.32l5.696-26.484h5.25c1.101 0 1.875-.68 1.875-1.781c0-1.055-.75-1.735-1.852-1.735H23.43c-1.1 0-1.874.68-1.874 1.735c0 1.101.797 1.78 1.898 1.78h5.227l-5.696 26.485h-5.273c-1.102 0-1.852.68-1.852 1.735c0 1.101.774 1.78 1.875 1.78"/></svg> </template>
CSS
.icon-italic {
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%22M17.734%2044.758H32.57c1.102%200%201.875-.68%201.875-1.781c0-1.055-.75-1.735-1.851-1.735H27.32l5.696-26.484h5.25c1.101%200%201.875-.68%201.875-1.781c0-1.055-.75-1.735-1.852-1.735H23.43c-1.1%200-1.874.68-1.874%201.735c0%201.101.797%201.78%201.898%201.78h5.227l-5.696%2026.485h-5.273c-1.102%200-1.852.68-1.852%201.735c0%201.101.774%201.78%201.875%201.78%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%22M17.734%2044.758H32.57c1.102%200%201.875-.68%201.875-1.781c0-1.055-.75-1.735-1.851-1.735H27.32l5.696-26.484h5.25c1.101%200%201.875-.68%201.875-1.781c0-1.055-.75-1.735-1.852-1.735H23.43c-1.1%200-1.874.68-1.874%201.735c0%201.101.797%201.78%201.898%201.78h5.227l-5.696%2026.485h-5.273c-1.102%200-1.852.68-1.852%201.735c0%201.101.774%201.78%201.875%201.78%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/italic.svg?color=%231a73e8&size=48