text tracking icon
text-tracking from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- text-tracking
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
text-align-centertext-align-endtext-align-justifytext-align-justify-centertext-align-justify-lefttext-align-justify-righttext-align-lefttext-align-left-01text-align-righttext-align-right-01text-align-starttext-all-capstext-boldtext-centerline-center-toptext-centerline-lefttext-centerline-middletext-centerline-righttext-checktext-circletext-cleartext-colortext-creationtext-firstline-lefttext-firstline-right
Use the text tracking icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M22 19H2m20 0c0-.56-1.595-1.607-2-2m2 2c0 .56-1.595 1.607-2 2M2 19c0-.56 1.595-1.607 2-2m-2 2c0 .56 1.595 1.607 2 2m18-7l-1.929-5.5m0 0L18.38 3.674c-.047-.134-.07-.2-.1-.257a.76.76 0 0 0-.53-.407C17.692 3 17.628 3 17.5 3s-.192 0-.25.01a.76.76 0 0 0-.53.407c-.029.056-.052.123-.1.257L14.93 8.5m5.142 0H14.93m0 0L13 14M2 3l3.62 10.326c.048.133.071.2.1.257a.76.76 0 0 0 .53.407c.058.01.122.01.25.01s.192 0 .25-.01a.76.76 0 0 0 .53-.407c.029-.056.052-.123.1-.257L11 3"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsTextTracking(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M22 19H2m20 0c0-.56-1.595-1.607-2-2m2 2c0 .56-1.595 1.607-2 2M2 19c0-.56 1.595-1.607 2-2m-2 2c0 .56 1.595 1.607 2 2m18-7l-1.929-5.5m0 0L18.38 3.674c-.047-.134-.07-.2-.1-.257a.76.76 0 0 0-.53-.407C17.692 3 17.628 3 17.5 3s-.192 0-.25.01a.76.76 0 0 0-.53.407c-.029.056-.052.123-.1.257L14.93 8.5m5.142 0H14.93m0 0L13 14M2 3l3.62 10.326c.048.133.071.2.1.257a.76.76 0 0 0 .53.407c.058.01.122.01.25.01s.192 0 .25-.01a.76.76 0 0 0 .53-.407c.029-.056.052-.123.1-.257L11 3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M22 19H2m20 0c0-.56-1.595-1.607-2-2m2 2c0 .56-1.595 1.607-2 2M2 19c0-.56 1.595-1.607 2-2m-2 2c0 .56 1.595 1.607 2 2m18-7l-1.929-5.5m0 0L18.38 3.674c-.047-.134-.07-.2-.1-.257a.76.76 0 0 0-.53-.407C17.692 3 17.628 3 17.5 3s-.192 0-.25.01a.76.76 0 0 0-.53.407c-.029.056-.052.123-.1.257L14.93 8.5m5.142 0H14.93m0 0L13 14M2 3l3.62 10.326c.048.133.071.2.1.257a.76.76 0 0 0 .53.407c.058.01.122.01.25.01s.192 0 .25-.01a.76.76 0 0 0 .53-.407c.029-.056.052-.123.1-.257L11 3"/></svg> </template>
CSS
.icon-text-tracking {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M22%2019H2m20%200c0-.56-1.595-1.607-2-2m2%202c0%20.56-1.595%201.607-2%202M2%2019c0-.56%201.595-1.607%202-2m-2%202c0%20.56%201.595%201.607%202%202m18-7l-1.929-5.5m0%200L18.38%203.674c-.047-.134-.07-.2-.1-.257a.76.76%200%200%200-.53-.407C17.692%203%2017.628%203%2017.5%203s-.192%200-.25.01a.76.76%200%200%200-.53.407c-.029.056-.052.123-.1.257L14.93%208.5m5.142%200H14.93m0%200L13%2014M2%203l3.62%2010.326c.048.133.071.2.1.257a.76.76%200%200%200%20.53.407c.058.01.122.01.25.01s.192%200%20.25-.01a.76.76%200%200%200%20.53-.407c.029-.056.052-.123.1-.257L11%203%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M22%2019H2m20%200c0-.56-1.595-1.607-2-2m2%202c0%20.56-1.595%201.607-2%202M2%2019c0-.56%201.595-1.607%202-2m-2%202c0%20.56%201.595%201.607%202%202m18-7l-1.929-5.5m0%200L18.38%203.674c-.047-.134-.07-.2-.1-.257a.76.76%200%200%200-.53-.407C17.692%203%2017.628%203%2017.5%203s-.192%200-.25.01a.76.76%200%200%200-.53.407c-.029.056-.052.123-.1.257L14.93%208.5m5.142%200H14.93m0%200L13%2014M2%203l3.62%2010.326c.048.133.071.2.1.257a.76.76%200%200%200%20.53.407c.058.01.122.01.25.01s.192%200%20.25-.01a.76.76%200%200%200%20.53-.407c.029-.056.052-.123.1-.257L11%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/text-tracking.svg?color=%231a73e8&size=48