sms code icon
sms-code from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- sms-code
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the sms code 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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M16.988 7c-.04-2.015-.22-3.182-1.013-3.975C14.95 2 13.3 2 10 2S5.05 2 4.025 3.025S3 5.7 3 9v6c0 3.3 0 4.95 1.025 5.975S6.7 22 10 22s4.95 0 5.975-1.025S17 18.3 17 15l-.012-2"/><path d="M18 7h-8c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C7 8.602 7 9.068 7 10s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C8.602 13 9.068 13 10 13v2l3-2h5c.932 0 1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C21 11.398 21 10.932 21 10s0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C19.398 7 18.932 7 18 7m-7.875 12H10m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/><path d="M14.125 10H14m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-3.625 0H10.5m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m6.875 0H17.5m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSmsCode(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M16.988 7c-.04-2.015-.22-3.182-1.013-3.975C14.95 2 13.3 2 10 2S5.05 2 4.025 3.025S3 5.7 3 9v6c0 3.3 0 4.95 1.025 5.975S6.7 22 10 22s4.95 0 5.975-1.025S17 18.3 17 15l-.012-2"/><path d="M18 7h-8c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C7 8.602 7 9.068 7 10s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C8.602 13 9.068 13 10 13v2l3-2h5c.932 0 1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C21 11.398 21 10.932 21 10s0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C19.398 7 18.932 7 18 7m-7.875 12H10m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/><path d="M14.125 10H14m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-3.625 0H10.5m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m6.875 0H17.5m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M16.988 7c-.04-2.015-.22-3.182-1.013-3.975C14.95 2 13.3 2 10 2S5.05 2 4.025 3.025S3 5.7 3 9v6c0 3.3 0 4.95 1.025 5.975S6.7 22 10 22s4.95 0 5.975-1.025S17 18.3 17 15l-.012-2"/><path d="M18 7h-8c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C7 8.602 7 9.068 7 10s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C8.602 13 9.068 13 10 13v2l3-2h5c.932 0 1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C21 11.398 21 10.932 21 10s0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C19.398 7 18.932 7 18 7m-7.875 12H10m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/><path d="M14.125 10H14m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-3.625 0H10.5m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m6.875 0H17.5m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg> </template>
CSS
.icon-sms-code {
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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16.988%207c-.04-2.015-.22-3.182-1.013-3.975C14.95%202%2013.3%202%2010%202S5.05%202%204.025%203.025S3%205.7%203%209v6c0%203.3%200%204.95%201.025%205.975S6.7%2022%2010%2022s4.95%200%205.975-1.025S17%2018.3%2017%2015l-.012-2%22%2F%3E%3Cpath%20d%3D%22M18%207h-8c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C7%208.602%207%209.068%207%2010s0%201.398.152%201.765a2%202%200%200%200%201.083%201.083C8.602%2013%209.068%2013%2010%2013v2l3-2h5c.932%200%201.398%200%201.765-.152a2%202%200%200%200%201.083-1.083C21%2011.398%2021%2010.932%2021%2010s0-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C19.398%207%2018.932%207%2018%207m-7.875%2012H10m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3Cpath%20d%3D%22M14.125%2010H14m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m-3.625%200H10.5m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m6.875%200H17.5m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16.988%207c-.04-2.015-.22-3.182-1.013-3.975C14.95%202%2013.3%202%2010%202S5.05%202%204.025%203.025S3%205.7%203%209v6c0%203.3%200%204.95%201.025%205.975S6.7%2022%2010%2022s4.95%200%205.975-1.025S17%2018.3%2017%2015l-.012-2%22%2F%3E%3Cpath%20d%3D%22M18%207h-8c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C7%208.602%207%209.068%207%2010s0%201.398.152%201.765a2%202%200%200%200%201.083%201.083C8.602%2013%209.068%2013%2010%2013v2l3-2h5c.932%200%201.398%200%201.765-.152a2%202%200%200%200%201.083-1.083C21%2011.398%2021%2010.932%2021%2010s0-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C19.398%207%2018.932%207%2018%207m-7.875%2012H10m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3Cpath%20d%3D%22M14.125%2010H14m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m-3.625%200H10.5m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m6.875%200H17.5m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/sms-code.svg?color=%231a73e8&size=48