sms edit icon

sms-edit-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
sms-edit-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 edit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17 3H7C4 3 2 4.5 2 8v7c0 3.5 2 5 5 5h3.57c.59 0 1.07-.52.99-1.11c-.1-.71-.08-1.45.07-2.21c.53-2.6 2.67-4.67 5.29-5.1a6.5 6.5 0 0 1 3.66.45c.67.29 1.42-.17 1.42-.9V8c0-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.33.21.8-.11 1.06"/><path d="M18 13c-2.76 0-5 2.23-5 5c0 2.76 2.24 5 5 5c2.77 0 5-2.24 5-5c0-2.77-2.23-5-5-5m2.05 4.55l-.37.36l-2.18 2.19c-.1.09-.29.19-.43.21l-.98.14c-.35.05-.6-.2-.55-.55l.14-.98a.87.87 0 0 1 .21-.43l2.18-2.17l.36-.37c.24-.24.51-.4.79-.4c.24 0 .51.11.81.4c.67.65.46 1.16.02 1.6"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconSmsEditFilled(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="M17 3H7C4 3 2 4.5 2 8v7c0 3.5 2 5 5 5h3.57c.59 0 1.07-.52.99-1.11c-.1-.71-.08-1.45.07-2.21c.53-2.6 2.67-4.67 5.29-5.1a6.5 6.5 0 0 1 3.66.45c.67.29 1.42-.17 1.42-.9V8c0-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.33.21.8-.11 1.06"/><path d="M18 13c-2.76 0-5 2.23-5 5c0 2.76 2.24 5 5 5c2.77 0 5-2.24 5-5c0-2.77-2.23-5-5-5m2.05 4.55l-.37.36l-2.18 2.19c-.1.09-.29.19-.43.21l-.98.14c-.35.05-.6-.2-.55-.55l.14-.98a.87.87 0 0 1 .21-.43l2.18-2.17l.36-.37c.24-.24.51-.4.79-.4c.24 0 .51.11.81.4c.67.65.46 1.16.02 1.6"/></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="M17 3H7C4 3 2 4.5 2 8v7c0 3.5 2 5 5 5h3.57c.59 0 1.07-.52.99-1.11c-.1-.71-.08-1.45.07-2.21c.53-2.6 2.67-4.67 5.29-5.1a6.5 6.5 0 0 1 3.66.45c.67.29 1.42-.17 1.42-.9V8c0-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.33.21.8-.11 1.06"/><path d="M18 13c-2.76 0-5 2.23-5 5c0 2.76 2.24 5 5 5c2.77 0 5-2.24 5-5c0-2.77-2.23-5-5-5m2.05 4.55l-.37.36l-2.18 2.19c-.1.09-.29.19-.43.21l-.98.14c-.35.05-.6-.2-.55-.55l.14-.98a.87.87 0 0 1 .21-.43l2.18-2.17l.36-.37c.24-.24.51-.4.79-.4c.24 0 .51.11.81.4c.67.65.46 1.16.02 1.6"/></g></svg>
</template>

CSS

.icon-sms-edit-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%22M17%203H7C4%203%202%204.5%202%208v7c0%203.5%202%205%205%205h3.57c.59%200%201.07-.52.99-1.11c-.1-.71-.08-1.45.07-2.21c.53-2.6%202.67-4.67%205.29-5.1a6.5%206.5%200%200%201%203.66.45c.67.29%201.42-.17%201.42-.9V8c0-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.33.21.8-.11%201.06%22%2F%3E%3Cpath%20d%3D%22M18%2013c-2.76%200-5%202.23-5%205c0%202.76%202.24%205%205%205c2.77%200%205-2.24%205-5c0-2.77-2.23-5-5-5m2.05%204.55l-.37.36l-2.18%202.19c-.1.09-.29.19-.43.21l-.98.14c-.35.05-.6-.2-.55-.55l.14-.98a.87.87%200%200%201%20.21-.43l2.18-2.17l.36-.37c.24-.24.51-.4.79-.4c.24%200%20.51.11.81.4c.67.65.46%201.16.02%201.6%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%22M17%203H7C4%203%202%204.5%202%208v7c0%203.5%202%205%205%205h3.57c.59%200%201.07-.52.99-1.11c-.1-.71-.08-1.45.07-2.21c.53-2.6%202.67-4.67%205.29-5.1a6.5%206.5%200%200%201%203.66.45c.67.29%201.42-.17%201.42-.9V8c0-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.33.21.8-.11%201.06%22%2F%3E%3Cpath%20d%3D%22M18%2013c-2.76%200-5%202.23-5%205c0%202.76%202.24%205%205%205c2.77%200%205-2.24%205-5c0-2.77-2.23-5-5-5m2.05%204.55l-.37.36l-2.18%202.19c-.1.09-.29.19-.43.21l-.98.14c-.35.05-.6-.2-.55-.55l.14-.98a.87.87%200%200%201%20.21-.43l2.18-2.17l.36-.37c.24-.24.51-.4.79-.4c.24%200%20.51.11.81.4c.67.65.46%201.16.02%201.6%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-edit-filled.svg?color=%231a73e8&size=48