x icon
x-outline from Health Icons by Resolve to Save Lives · Outline · Typography · MIT Free for personal and commercial use.
- Name
- x-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Typography
- Viewbox
- 48×48
- License
- MIT
- Aliases
- x2x-outline
1 other variant in Health Icons
The same icon in other sets
More typography icons from Health Icons
Use the x icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M31.695 10.08a3 3 0 0 1 4.61 3.84L27.905 24l8.4 10.08a3 3 0 1 1-4.61 3.84L24 28.687l-7.695 9.235a3 3 0 1 1-4.61-3.841l8.4-10.08l-8.4-10.08a3 3 0 0 1 4.61-3.84L24 19.313zm2.945 1.152a1 1 0 0 0-1.408.128l-.768-.64l.768.64l-8.464 10.156a1 1 0 0 1-1.536 0L14.768 11.36a1 1 0 1 0-1.536 1.28l8.933 10.72a1 1 0 0 1 0 1.28l-8.933 10.72a1 1 0 1 0 1.536 1.28l8.464-10.156a1 1 0 0 1 1.536 0l8.464 10.156a1 1 0 0 0 1.536-1.28l-8.933-10.72a1 1 0 0 1 0-1.28l8.933-10.72a1 1 0 0 0-.128-1.408" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsXOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M31.695 10.08a3 3 0 0 1 4.61 3.84L27.905 24l8.4 10.08a3 3 0 1 1-4.61 3.84L24 28.687l-7.695 9.235a3 3 0 1 1-4.61-3.841l8.4-10.08l-8.4-10.08a3 3 0 0 1 4.61-3.84L24 19.313zm2.945 1.152a1 1 0 0 0-1.408.128l-.768-.64l.768.64l-8.464 10.156a1 1 0 0 1-1.536 0L14.768 11.36a1 1 0 1 0-1.536 1.28l8.933 10.72a1 1 0 0 1 0 1.28l-8.933 10.72a1 1 0 1 0 1.536 1.28l8.464-10.156a1 1 0 0 1 1.536 0l8.464 10.156a1 1 0 0 0 1.536-1.28l-8.933-10.72a1 1 0 0 1 0-1.28l8.933-10.72a1 1 0 0 0-.128-1.408" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M31.695 10.08a3 3 0 0 1 4.61 3.84L27.905 24l8.4 10.08a3 3 0 1 1-4.61 3.84L24 28.687l-7.695 9.235a3 3 0 1 1-4.61-3.841l8.4-10.08l-8.4-10.08a3 3 0 0 1 4.61-3.84L24 19.313zm2.945 1.152a1 1 0 0 0-1.408.128l-.768-.64l.768.64l-8.464 10.156a1 1 0 0 1-1.536 0L14.768 11.36a1 1 0 1 0-1.536 1.28l8.933 10.72a1 1 0 0 1 0 1.28l-8.933 10.72a1 1 0 1 0 1.536 1.28l8.464-10.156a1 1 0 0 1 1.536 0l8.464 10.156a1 1 0 0 0 1.536-1.28l-8.933-10.72a1 1 0 0 1 0-1.28l8.933-10.72a1 1 0 0 0-.128-1.408" clip-rule="evenodd"/></svg> </template>
CSS
.icon-x-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M31.695%2010.08a3%203%200%200%201%204.61%203.84L27.905%2024l8.4%2010.08a3%203%200%201%201-4.61%203.84L24%2028.687l-7.695%209.235a3%203%200%201%201-4.61-3.841l8.4-10.08l-8.4-10.08a3%203%200%200%201%204.61-3.84L24%2019.313zm2.945%201.152a1%201%200%200%200-1.408.128l-.768-.64l.768.64l-8.464%2010.156a1%201%200%200%201-1.536%200L14.768%2011.36a1%201%200%201%200-1.536%201.28l8.933%2010.72a1%201%200%200%201%200%201.28l-8.933%2010.72a1%201%200%201%200%201.536%201.28l8.464-10.156a1%201%200%200%201%201.536%200l8.464%2010.156a1%201%200%200%200%201.536-1.28l-8.933-10.72a1%201%200%200%201%200-1.28l8.933-10.72a1%201%200%200%200-.128-1.408%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M31.695%2010.08a3%203%200%200%201%204.61%203.84L27.905%2024l8.4%2010.08a3%203%200%201%201-4.61%203.84L24%2028.687l-7.695%209.235a3%203%200%201%201-4.61-3.841l8.4-10.08l-8.4-10.08a3%203%200%200%201%204.61-3.84L24%2019.313zm2.945%201.152a1%201%200%200%200-1.408.128l-.768-.64l.768.64l-8.464%2010.156a1%201%200%200%201-1.536%200L14.768%2011.36a1%201%200%201%200-1.536%201.28l8.933%2010.72a1%201%200%200%201%200%201.28l-8.933%2010.72a1%201%200%201%200%201.536%201.28l8.464-10.156a1%201%200%200%201%201.536%200l8.464%2010.156a1%201%200%200%200%201.536-1.28l-8.933-10.72a1%201%200%200%201%200-1.28l8.933-10.72a1%201%200%200%200-.128-1.408%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/x-outline.svg?color=%231a73e8&size=48