call slash icon

call-slash from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
call-slash
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the call slash 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 stroke-miterlimit="10" d="M10.32 18.97c.14.11.28.21.43.32c1.14.83 2.29 1.49 3.44 1.98s2.24.73 3.26.73c.7 0 1.35-.13 1.95-.38c.61-.25 1.15-.64 1.64-1.18c.29-.32.51-.66.68-1.02s.25-.73.25-1.09c0-.28-.06-.53-.16-.78c-.11-.25-.29-.46-.55-.64l-3.31-2.35c-.25-.17-.48-.3-.7-.39s-.42-.13-.61-.13c-.25 0-.48.07-.71.21c-.23.12-.47.31-.72.56l-.76.75a.55.55 0 0 1-.41.17a.7.7 0 0 1-.25-.04c-.07-.03-.13-.06-.18-.08c-.19-.1-.41-.24-.65-.42m-2.23-1.97c-.52-.53-1-1.06-1.45-1.58c-.44-.52-.75-.95-.93-1.28c-.02-.06-.05-.12-.08-.2a1 1 0 0 1-.03-.23c0-.16.05-.29.16-.4l.76-.79c.24-.24.43-.48.56-.71c.14-.23.21-.47.21-.71c0-.19-.05-.4-.14-.61c-.09-.22-.22-.45-.4-.7L7.07 2.74a1.63 1.63 0 0 0-.67-.56A1.9 1.9 0 0 0 5.59 2c-.74 0-1.44.31-2.08.94c-.53.5-.91 1.06-1.15 1.67c-.24.6-.36 1.25-.36 1.93q0 1.56.72 3.27c.48 1.13 1.14 2.27 1.96 3.41q1.245 1.71 2.79 3.27"/><path d="M22 2L2 22"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconCallSlash(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 strokeMiterlimit="10" d="M10.32 18.97c.14.11.28.21.43.32c1.14.83 2.29 1.49 3.44 1.98s2.24.73 3.26.73c.7 0 1.35-.13 1.95-.38c.61-.25 1.15-.64 1.64-1.18c.29-.32.51-.66.68-1.02s.25-.73.25-1.09c0-.28-.06-.53-.16-.78c-.11-.25-.29-.46-.55-.64l-3.31-2.35c-.25-.17-.48-.3-.7-.39s-.42-.13-.61-.13c-.25 0-.48.07-.71.21c-.23.12-.47.31-.72.56l-.76.75a.55.55 0 0 1-.41.17a.7.7 0 0 1-.25-.04c-.07-.03-.13-.06-.18-.08c-.19-.1-.41-.24-.65-.42m-2.23-1.97c-.52-.53-1-1.06-1.45-1.58c-.44-.52-.75-.95-.93-1.28c-.02-.06-.05-.12-.08-.2a1 1 0 0 1-.03-.23c0-.16.05-.29.16-.4l.76-.79c.24-.24.43-.48.56-.71c.14-.23.21-.47.21-.71c0-.19-.05-.4-.14-.61c-.09-.22-.22-.45-.4-.7L7.07 2.74a1.63 1.63 0 0 0-.67-.56A1.9 1.9 0 0 0 5.59 2c-.74 0-1.44.31-2.08.94c-.53.5-.91 1.06-1.15 1.67c-.24.6-.36 1.25-.36 1.93q0 1.56.72 3.27c.48 1.13 1.14 2.27 1.96 3.41q1.245 1.71 2.79 3.27"/><path d="M22 2L2 22"/></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 stroke-miterlimit="10" d="M10.32 18.97c.14.11.28.21.43.32c1.14.83 2.29 1.49 3.44 1.98s2.24.73 3.26.73c.7 0 1.35-.13 1.95-.38c.61-.25 1.15-.64 1.64-1.18c.29-.32.51-.66.68-1.02s.25-.73.25-1.09c0-.28-.06-.53-.16-.78c-.11-.25-.29-.46-.55-.64l-3.31-2.35c-.25-.17-.48-.3-.7-.39s-.42-.13-.61-.13c-.25 0-.48.07-.71.21c-.23.12-.47.31-.72.56l-.76.75a.55.55 0 0 1-.41.17a.7.7 0 0 1-.25-.04c-.07-.03-.13-.06-.18-.08c-.19-.1-.41-.24-.65-.42m-2.23-1.97c-.52-.53-1-1.06-1.45-1.58c-.44-.52-.75-.95-.93-1.28c-.02-.06-.05-.12-.08-.2a1 1 0 0 1-.03-.23c0-.16.05-.29.16-.4l.76-.79c.24-.24.43-.48.56-.71c.14-.23.21-.47.21-.71c0-.19-.05-.4-.14-.61c-.09-.22-.22-.45-.4-.7L7.07 2.74a1.63 1.63 0 0 0-.67-.56A1.9 1.9 0 0 0 5.59 2c-.74 0-1.44.31-2.08.94c-.53.5-.91 1.06-1.15 1.67c-.24.6-.36 1.25-.36 1.93q0 1.56.72 3.27c.48 1.13 1.14 2.27 1.96 3.41q1.245 1.71 2.79 3.27"/><path d="M22 2L2 22"/></g></svg>
</template>

CSS

.icon-call-slash {
  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%20stroke-miterlimit%3D%2210%22%20d%3D%22M10.32%2018.97c.14.11.28.21.43.32c1.14.83%202.29%201.49%203.44%201.98s2.24.73%203.26.73c.7%200%201.35-.13%201.95-.38c.61-.25%201.15-.64%201.64-1.18c.29-.32.51-.66.68-1.02s.25-.73.25-1.09c0-.28-.06-.53-.16-.78c-.11-.25-.29-.46-.55-.64l-3.31-2.35c-.25-.17-.48-.3-.7-.39s-.42-.13-.61-.13c-.25%200-.48.07-.71.21c-.23.12-.47.31-.72.56l-.76.75a.55.55%200%200%201-.41.17a.7.7%200%200%201-.25-.04c-.07-.03-.13-.06-.18-.08c-.19-.1-.41-.24-.65-.42m-2.23-1.97c-.52-.53-1-1.06-1.45-1.58c-.44-.52-.75-.95-.93-1.28c-.02-.06-.05-.12-.08-.2a1%201%200%200%201-.03-.23c0-.16.05-.29.16-.4l.76-.79c.24-.24.43-.48.56-.71c.14-.23.21-.47.21-.71c0-.19-.05-.4-.14-.61c-.09-.22-.22-.45-.4-.7L7.07%202.74a1.63%201.63%200%200%200-.67-.56A1.9%201.9%200%200%200%205.59%202c-.74%200-1.44.31-2.08.94c-.53.5-.91%201.06-1.15%201.67c-.24.6-.36%201.25-.36%201.93q0%201.56.72%203.27c.48%201.13%201.14%202.27%201.96%203.41q1.245%201.71%202.79%203.27%22%2F%3E%3Cpath%20d%3D%22M22%202L2%2022%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%20stroke-miterlimit%3D%2210%22%20d%3D%22M10.32%2018.97c.14.11.28.21.43.32c1.14.83%202.29%201.49%203.44%201.98s2.24.73%203.26.73c.7%200%201.35-.13%201.95-.38c.61-.25%201.15-.64%201.64-1.18c.29-.32.51-.66.68-1.02s.25-.73.25-1.09c0-.28-.06-.53-.16-.78c-.11-.25-.29-.46-.55-.64l-3.31-2.35c-.25-.17-.48-.3-.7-.39s-.42-.13-.61-.13c-.25%200-.48.07-.71.21c-.23.12-.47.31-.72.56l-.76.75a.55.55%200%200%201-.41.17a.7.7%200%200%201-.25-.04c-.07-.03-.13-.06-.18-.08c-.19-.1-.41-.24-.65-.42m-2.23-1.97c-.52-.53-1-1.06-1.45-1.58c-.44-.52-.75-.95-.93-1.28c-.02-.06-.05-.12-.08-.2a1%201%200%200%201-.03-.23c0-.16.05-.29.16-.4l.76-.79c.24-.24.43-.48.56-.71c.14-.23.21-.47.21-.71c0-.19-.05-.4-.14-.61c-.09-.22-.22-.45-.4-.7L7.07%202.74a1.63%201.63%200%200%200-.67-.56A1.9%201.9%200%200%200%205.59%202c-.74%200-1.44.31-2.08.94c-.53.5-.91%201.06-1.15%201.67c-.24.6-.36%201.25-.36%201.93q0%201.56.72%203.27c.48%201.13%201.14%202.27%201.96%203.41q1.245%201.71%202.79%203.27%22%2F%3E%3Cpath%20d%3D%22M22%202L2%2022%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/call-slash.svg?color=%231a73e8&size=48