letter opened icon

letter-opened-line-duotone from Solar by 480 Design · Line Duotone · Messages · CC-BY-4.0 Attribution required.

Name
letter-opened-line-duotone
Set
Solar
Style
Line Duotone
Category
Messages
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More messages icons from Solar

Use the letter opened icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M18 6.10156C19.3001 6.22944 20.1752 6.51846 20.8284 7.17164C22 8.34322 22 10.2288 22 14.0001C22 17.7713 22 19.6569 20.8284 20.8285C19.6569 22.0001 17.7712 22.0001 14 22.0001H10C6.22876 22.0001 4.34315 22.0001 3.17157 20.8285C2 19.6569 2 17.7713 2 14.0001C2 10.2288 2 8.34322 3.17157 7.17164C3.82475 6.51846 4.69989 6.22944 6 6.10156" opacity=".5"/><path stroke-linecap="round" d="M10 6H14"/><path stroke-linecap="round" d="M11 9H13"/><path stroke-linecap="round" d="M8.1589 11.7991L7.43926 11.1994C6.73152 10.6096 6.37764 10.3147 6.18882 9.91156C6 9.50842 6 9.04778 6 8.1265V7C6 4.64298 6 3.46447 6.73223 2.73223C7.46447 2 8.64298 2 11 2H13C15.357 2 16.5355 2 17.2678 2.73223C18 3.46447 18 4.64298 18 7V8.1265C18 9.04778 18 9.50842 17.8112 9.91156C17.6224 10.3147 17.2685 10.6096 16.5607 11.1994L15.8411 11.7991C14.0045 13.3296 13.0861 14.0949 12 14.0949C10.9139 14.0949 9.99553 13.3296 8.1589 11.7991Z"/><path stroke-linecap="round" d="M6 10L8.1589 11.7991C9.99553 13.3296 10.9139 14.0949 12 14.0949C13.0861 14.0949 14.0045 13.3296 15.8411 11.7991L18 10"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarLetterOpenedLineDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M18 6.10156C19.3001 6.22944 20.1752 6.51846 20.8284 7.17164C22 8.34322 22 10.2288 22 14.0001C22 17.7713 22 19.6569 20.8284 20.8285C19.6569 22.0001 17.7712 22.0001 14 22.0001H10C6.22876 22.0001 4.34315 22.0001 3.17157 20.8285C2 19.6569 2 17.7713 2 14.0001C2 10.2288 2 8.34322 3.17157 7.17164C3.82475 6.51846 4.69989 6.22944 6 6.10156" opacity=".5"/><path strokeLinecap="round" d="M10 6H14"/><path strokeLinecap="round" d="M11 9H13"/><path strokeLinecap="round" d="M8.1589 11.7991L7.43926 11.1994C6.73152 10.6096 6.37764 10.3147 6.18882 9.91156C6 9.50842 6 9.04778 6 8.1265V7C6 4.64298 6 3.46447 6.73223 2.73223C7.46447 2 8.64298 2 11 2H13C15.357 2 16.5355 2 17.2678 2.73223C18 3.46447 18 4.64298 18 7V8.1265C18 9.04778 18 9.50842 17.8112 9.91156C17.6224 10.3147 17.2685 10.6096 16.5607 11.1994L15.8411 11.7991C14.0045 13.3296 13.0861 14.0949 12 14.0949C10.9139 14.0949 9.99553 13.3296 8.1589 11.7991Z"/><path strokeLinecap="round" d="M6 10L8.1589 11.7991C9.99553 13.3296 10.9139 14.0949 12 14.0949C13.0861 14.0949 14.0045 13.3296 15.8411 11.7991L18 10"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M18 6.10156C19.3001 6.22944 20.1752 6.51846 20.8284 7.17164C22 8.34322 22 10.2288 22 14.0001C22 17.7713 22 19.6569 20.8284 20.8285C19.6569 22.0001 17.7712 22.0001 14 22.0001H10C6.22876 22.0001 4.34315 22.0001 3.17157 20.8285C2 19.6569 2 17.7713 2 14.0001C2 10.2288 2 8.34322 3.17157 7.17164C3.82475 6.51846 4.69989 6.22944 6 6.10156" opacity=".5"/><path stroke-linecap="round" d="M10 6H14"/><path stroke-linecap="round" d="M11 9H13"/><path stroke-linecap="round" d="M8.1589 11.7991L7.43926 11.1994C6.73152 10.6096 6.37764 10.3147 6.18882 9.91156C6 9.50842 6 9.04778 6 8.1265V7C6 4.64298 6 3.46447 6.73223 2.73223C7.46447 2 8.64298 2 11 2H13C15.357 2 16.5355 2 17.2678 2.73223C18 3.46447 18 4.64298 18 7V8.1265C18 9.04778 18 9.50842 17.8112 9.91156C17.6224 10.3147 17.2685 10.6096 16.5607 11.1994L15.8411 11.7991C14.0045 13.3296 13.0861 14.0949 12 14.0949C10.9139 14.0949 9.99553 13.3296 8.1589 11.7991Z"/><path stroke-linecap="round" d="M6 10L8.1589 11.7991C9.99553 13.3296 10.9139 14.0949 12 14.0949C13.0861 14.0949 14.0045 13.3296 15.8411 11.7991L18 10"/></g></svg>
</template>

CSS

.icon-letter-opened-line-duotone {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18%206.10156C19.3001%206.22944%2020.1752%206.51846%2020.8284%207.17164C22%208.34322%2022%2010.2288%2022%2014.0001C22%2017.7713%2022%2019.6569%2020.8284%2020.8285C19.6569%2022.0001%2017.7712%2022.0001%2014%2022.0001H10C6.22876%2022.0001%204.34315%2022.0001%203.17157%2020.8285C2%2019.6569%202%2017.7713%202%2014.0001C2%2010.2288%202%208.34322%203.17157%207.17164C3.82475%206.51846%204.69989%206.22944%206%206.10156%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%206H14%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%209H13%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8.1589%2011.7991L7.43926%2011.1994C6.73152%2010.6096%206.37764%2010.3147%206.18882%209.91156C6%209.50842%206%209.04778%206%208.1265V7C6%204.64298%206%203.46447%206.73223%202.73223C7.46447%202%208.64298%202%2011%202H13C15.357%202%2016.5355%202%2017.2678%202.73223C18%203.46447%2018%204.64298%2018%207V8.1265C18%209.04778%2018%209.50842%2017.8112%209.91156C17.6224%2010.3147%2017.2685%2010.6096%2016.5607%2011.1994L15.8411%2011.7991C14.0045%2013.3296%2013.0861%2014.0949%2012%2014.0949C10.9139%2014.0949%209.99553%2013.3296%208.1589%2011.7991Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2010L8.1589%2011.7991C9.99553%2013.3296%2010.9139%2014.0949%2012%2014.0949C13.0861%2014.0949%2014.0045%2013.3296%2015.8411%2011.7991L18%2010%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18%206.10156C19.3001%206.22944%2020.1752%206.51846%2020.8284%207.17164C22%208.34322%2022%2010.2288%2022%2014.0001C22%2017.7713%2022%2019.6569%2020.8284%2020.8285C19.6569%2022.0001%2017.7712%2022.0001%2014%2022.0001H10C6.22876%2022.0001%204.34315%2022.0001%203.17157%2020.8285C2%2019.6569%202%2017.7713%202%2014.0001C2%2010.2288%202%208.34322%203.17157%207.17164C3.82475%206.51846%204.69989%206.22944%206%206.10156%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%206H14%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%209H13%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8.1589%2011.7991L7.43926%2011.1994C6.73152%2010.6096%206.37764%2010.3147%206.18882%209.91156C6%209.50842%206%209.04778%206%208.1265V7C6%204.64298%206%203.46447%206.73223%202.73223C7.46447%202%208.64298%202%2011%202H13C15.357%202%2016.5355%202%2017.2678%202.73223C18%203.46447%2018%204.64298%2018%207V8.1265C18%209.04778%2018%209.50842%2017.8112%209.91156C17.6224%2010.3147%2017.2685%2010.6096%2016.5607%2011.1994L15.8411%2011.7991C14.0045%2013.3296%2013.0861%2014.0949%2012%2014.0949C10.9139%2014.0949%209.99553%2013.3296%208.1589%2011.7991Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2010L8.1589%2011.7991C9.99553%2013.3296%2010.9139%2014.0949%2012%2014.0949C13.0861%2014.0949%2014.0045%2013.3296%2015.8411%2011.7991L18%2010%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/letter-opened-line-duotone.svg?color=%231a73e8&size=48