sms tracking icon
sms-tracking-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- sms-tracking-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the sms tracking icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6 13c-2.76 0-5 2.23-5 5s2.24 5 5 5s5-2.24 5-5s-2.23-5-5-5m-2.04 2.96H6a.68.68 0 0 1 0 1.36H3.96a.68.68 0 0 1 0-1.36m4.08 4.08H3.96a.68.68 0 0 1-.68-.68c0-.37.31-.68.68-.68h4.09c.38 0 .68.31.68.68s-.31.68-.69.68"/><path d="M17 3H7C4 3 2 4.5 2 8v3.14c0 .73.75 1.19 1.42.9a6.5 6.5 0 0 1 3.66-.45c2.62.43 4.76 2.5 5.29 5.1c.15.76.17 1.5.07 2.21c-.08.59.4 1.11.99 1.11H17c3 0 5-1.5 5-5V8c0-3.5-2-5-5-5m.47 5.59l-3.13 2.5c-.66.53-1.5.79-2.34.79s-1.69-.26-2.34-.79l-3.13-2.5a.77.77 0 0 1-.12-1.06c.26-.32.73-.38 1.05-.12l3.13 2.5c.76.61 2.05.61 2.81 0l3.13-2.5c.32-.26.8-.21 1.05.12c.26.32.21.8-.11 1.06"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconSmsTrackingFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6 13c-2.76 0-5 2.23-5 5s2.24 5 5 5s5-2.24 5-5s-2.23-5-5-5m-2.04 2.96H6a.68.68 0 0 1 0 1.36H3.96a.68.68 0 0 1 0-1.36m4.08 4.08H3.96a.68.68 0 0 1-.68-.68c0-.37.31-.68.68-.68h4.09c.38 0 .68.31.68.68s-.31.68-.69.68"/><path d="M17 3H7C4 3 2 4.5 2 8v3.14c0 .73.75 1.19 1.42.9a6.5 6.5 0 0 1 3.66-.45c2.62.43 4.76 2.5 5.29 5.1c.15.76.17 1.5.07 2.21c-.08.59.4 1.11.99 1.11H17c3 0 5-1.5 5-5V8c0-3.5-2-5-5-5m.47 5.59l-3.13 2.5c-.66.53-1.5.79-2.34.79s-1.69-.26-2.34-.79l-3.13-2.5a.77.77 0 0 1-.12-1.06c.26-.32.73-.38 1.05-.12l3.13 2.5c.76.61 2.05.61 2.81 0l3.13-2.5c.32-.26.8-.21 1.05.12c.26.32.21.8-.11 1.06"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6 13c-2.76 0-5 2.23-5 5s2.24 5 5 5s5-2.24 5-5s-2.23-5-5-5m-2.04 2.96H6a.68.68 0 0 1 0 1.36H3.96a.68.68 0 0 1 0-1.36m4.08 4.08H3.96a.68.68 0 0 1-.68-.68c0-.37.31-.68.68-.68h4.09c.38 0 .68.31.68.68s-.31.68-.69.68"/><path d="M17 3H7C4 3 2 4.5 2 8v3.14c0 .73.75 1.19 1.42.9a6.5 6.5 0 0 1 3.66-.45c2.62.43 4.76 2.5 5.29 5.1c.15.76.17 1.5.07 2.21c-.08.59.4 1.11.99 1.11H17c3 0 5-1.5 5-5V8c0-3.5-2-5-5-5m.47 5.59l-3.13 2.5c-.66.53-1.5.79-2.34.79s-1.69-.26-2.34-.79l-3.13-2.5a.77.77 0 0 1-.12-1.06c.26-.32.73-.38 1.05-.12l3.13 2.5c.76.61 2.05.61 2.81 0l3.13-2.5c.32-.26.8-.21 1.05.12c.26.32.21.8-.11 1.06"/></g></svg> </template>
CSS
.icon-sms-tracking-filled {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6%2013c-2.76%200-5%202.23-5%205s2.24%205%205%205s5-2.24%205-5s-2.23-5-5-5m-2.04%202.96H6a.68.68%200%200%201%200%201.36H3.96a.68.68%200%200%201%200-1.36m4.08%204.08H3.96a.68.68%200%200%201-.68-.68c0-.37.31-.68.68-.68h4.09c.38%200%20.68.31.68.68s-.31.68-.69.68%22%2F%3E%3Cpath%20d%3D%22M17%203H7C4%203%202%204.5%202%208v3.14c0%20.73.75%201.19%201.42.9a6.5%206.5%200%200%201%203.66-.45c2.62.43%204.76%202.5%205.29%205.1c.15.76.17%201.5.07%202.21c-.08.59.4%201.11.99%201.11H17c3%200%205-1.5%205-5V8c0-3.5-2-5-5-5m.47%205.59l-3.13%202.5c-.66.53-1.5.79-2.34.79s-1.69-.26-2.34-.79l-3.13-2.5a.77.77%200%200%201-.12-1.06c.26-.32.73-.38%201.05-.12l3.13%202.5c.76.61%202.05.61%202.81%200l3.13-2.5c.32-.26.8-.21%201.05.12c.26.32.21.8-.11%201.06%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6%2013c-2.76%200-5%202.23-5%205s2.24%205%205%205s5-2.24%205-5s-2.23-5-5-5m-2.04%202.96H6a.68.68%200%200%201%200%201.36H3.96a.68.68%200%200%201%200-1.36m4.08%204.08H3.96a.68.68%200%200%201-.68-.68c0-.37.31-.68.68-.68h4.09c.38%200%20.68.31.68.68s-.31.68-.69.68%22%2F%3E%3Cpath%20d%3D%22M17%203H7C4%203%202%204.5%202%208v3.14c0%20.73.75%201.19%201.42.9a6.5%206.5%200%200%201%203.66-.45c2.62.43%204.76%202.5%205.29%205.1c.15.76.17%201.5.07%202.21c-.08.59.4%201.11.99%201.11H17c3%200%205-1.5%205-5V8c0-3.5-2-5-5-5m.47%205.59l-3.13%202.5c-.66.53-1.5.79-2.34.79s-1.69-.26-2.34-.79l-3.13-2.5a.77.77%200%200%201-.12-1.06c.26-.32.73-.38%201.05-.12l3.13%202.5c.76.61%202.05.61%202.81%200l3.13-2.5c.32-.26.8-.21%201.05.12c.26.32.21.8-.11%201.06%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/sms-tracking-filled.svg?color=%231a73e8&size=48