phonecall blocked icon
phonecall-blocked-outline from Teenyicons by smhmd · Outline · MIT Free for personal and commercial use.
- Name
- phonecall-blocked-outline
- Set
- Teenyicons
- Style
- Outline
- Viewbox
- 15×15
- License
- MIT
1 other variant in Teenyicons
Related icons in Teenyicons
Use the phonecall blocked icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="none" stroke="currentColor" d="m13.5 1.5l-4 4m-7-5h2.22a1 1 0 0 1 .97.757l.585 2.345a1 1 0 0 1-.654 1.19l-1.108.37a1.21 1.21 0 0 0-.804 1.385a6.05 6.05 0 0 0 4.744 4.744a1.21 1.21 0 0 0 1.385-.804l.297-.893a1 1 0 0 1 1.396-.578l2.416 1.208a1 1 0 0 1 .553.894V12.5a2 2 0 0 1-2 2h-2c-5.523 0-10-4.477-10-10v-2a2 2 0 0 1 2-2Zm9 6a3 3 0 1 1 0-6a3 3 0 0 1 0 6Z"/></svg>
React
import type { SVGProps } from "react";
export function TeenyiconsPhonecallBlockedOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="none" stroke="currentColor" d="m13.5 1.5l-4 4m-7-5h2.22a1 1 0 0 1 .97.757l.585 2.345a1 1 0 0 1-.654 1.19l-1.108.37a1.21 1.21 0 0 0-.804 1.385a6.05 6.05 0 0 0 4.744 4.744a1.21 1.21 0 0 0 1.385-.804l.297-.893a1 1 0 0 1 1.396-.578l2.416 1.208a1 1 0 0 1 .553.894V12.5a2 2 0 0 1-2 2h-2c-5.523 0-10-4.477-10-10v-2a2 2 0 0 1 2-2Zm9 6a3 3 0 1 1 0-6a3 3 0 0 1 0 6Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="none" stroke="currentColor" d="m13.5 1.5l-4 4m-7-5h2.22a1 1 0 0 1 .97.757l.585 2.345a1 1 0 0 1-.654 1.19l-1.108.37a1.21 1.21 0 0 0-.804 1.385a6.05 6.05 0 0 0 4.744 4.744a1.21 1.21 0 0 0 1.385-.804l.297-.893a1 1 0 0 1 1.396-.578l2.416 1.208a1 1 0 0 1 .553.894V12.5a2 2 0 0 1-2 2h-2c-5.523 0-10-4.477-10-10v-2a2 2 0 0 1 2-2Zm9 6a3 3 0 1 1 0-6a3 3 0 0 1 0 6Z"/></svg> </template>
CSS
.icon-phonecall-blocked-outline {
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%2015%2015%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20d%3D%22m13.5%201.5l-4%204m-7-5h2.22a1%201%200%200%201%20.97.757l.585%202.345a1%201%200%200%201-.654%201.19l-1.108.37a1.21%201.21%200%200%200-.804%201.385a6.05%206.05%200%200%200%204.744%204.744a1.21%201.21%200%200%200%201.385-.804l.297-.893a1%201%200%200%201%201.396-.578l2.416%201.208a1%201%200%200%201%20.553.894V12.5a2%202%200%200%201-2%202h-2c-5.523%200-10-4.477-10-10v-2a2%202%200%200%201%202-2Zm9%206a3%203%200%201%201%200-6a3%203%200%200%201%200%206Z%22%2F%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%2015%2015%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20d%3D%22m13.5%201.5l-4%204m-7-5h2.22a1%201%200%200%201%20.97.757l.585%202.345a1%201%200%200%201-.654%201.19l-1.108.37a1.21%201.21%200%200%200-.804%201.385a6.05%206.05%200%200%200%204.744%204.744a1.21%201.21%200%200%200%201.385-.804l.297-.893a1%201%200%200%201%201.396-.578l2.416%201.208a1%201%200%200%201%20.553.894V12.5a2%202%200%200%201-2%202h-2c-5.523%200-10-4.477-10-10v-2a2%202%200%200%201%202-2Zm9%206a3%203%200%201%201%200-6a3%203%200%200%201%200%206Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/teenyicons/phonecall-blocked-outline.svg?color=%231a73e8&size=48