head side icon
head-side from Unicons by Iconscout · Line · Medical · Apache-2.0 Free for personal and commercial use.
- Name
- head-side
- Set
- Unicons
- Style
- Line
- Category
- Medical
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More medical icons from Unicons
ambulanceassistive-listening-systemsband-aidbook-medicalcapsuleclinic-medicalcoronavirusearfile-medical-althead-side-coughhead-side-maskheart-medicalheart-rateheartbeathospitalhospital-square-signhospital-symbolhouse-usermedical-dripmedical-squaremedical-square-fullmedkitmicroscopemonitor-heart-rate
Use the head side icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.23 2.003a7.37 7.37 0 0 0-5.453 2.114A7.44 7.44 0 0 0 5.5 9.5v.03l-1.904 4.044A1 1 0 0 0 4.5 15h1v2a2 2 0 0 0 2 2h1v2a1 1 0 0 0 2 0v-2a1 1 0 0 0 0-2h-3v-3a1 1 0 0 0-1-1h-.424l1.34-2.844a1 1 0 0 0 .095-.465L7.5 9.5a5.46 5.46 0 0 1 1.67-3.947a5.53 5.53 0 0 1 4-1.55a5.685 5.685 0 0 1 5.33 5.77l-1.967 7.504a1 1 0 0 0 .006.534l1 3.466A1 1 0 0 0 18.5 22a1 1 0 0 0 .277-.04a1 1 0 0 0 .684-1.237l-.924-3.2l1.93-7.267A1 1 0 0 0 20.5 10v-.228a7.7 7.7 0 0 0-7.27-7.769"/></svg>
React
import type { SVGProps } from "react";
export function UilHeadSide(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.23 2.003a7.37 7.37 0 0 0-5.453 2.114A7.44 7.44 0 0 0 5.5 9.5v.03l-1.904 4.044A1 1 0 0 0 4.5 15h1v2a2 2 0 0 0 2 2h1v2a1 1 0 0 0 2 0v-2a1 1 0 0 0 0-2h-3v-3a1 1 0 0 0-1-1h-.424l1.34-2.844a1 1 0 0 0 .095-.465L7.5 9.5a5.46 5.46 0 0 1 1.67-3.947a5.53 5.53 0 0 1 4-1.55a5.685 5.685 0 0 1 5.33 5.77l-1.967 7.504a1 1 0 0 0 .006.534l1 3.466A1 1 0 0 0 18.5 22a1 1 0 0 0 .277-.04a1 1 0 0 0 .684-1.237l-.924-3.2l1.93-7.267A1 1 0 0 0 20.5 10v-.228a7.7 7.7 0 0 0-7.27-7.769"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.23 2.003a7.37 7.37 0 0 0-5.453 2.114A7.44 7.44 0 0 0 5.5 9.5v.03l-1.904 4.044A1 1 0 0 0 4.5 15h1v2a2 2 0 0 0 2 2h1v2a1 1 0 0 0 2 0v-2a1 1 0 0 0 0-2h-3v-3a1 1 0 0 0-1-1h-.424l1.34-2.844a1 1 0 0 0 .095-.465L7.5 9.5a5.46 5.46 0 0 1 1.67-3.947a5.53 5.53 0 0 1 4-1.55a5.685 5.685 0 0 1 5.33 5.77l-1.967 7.504a1 1 0 0 0 .006.534l1 3.466A1 1 0 0 0 18.5 22a1 1 0 0 0 .277-.04a1 1 0 0 0 .684-1.237l-.924-3.2l1.93-7.267A1 1 0 0 0 20.5 10v-.228a7.7 7.7 0 0 0-7.27-7.769"/></svg> </template>
CSS
.icon-head-side {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.23%202.003a7.37%207.37%200%200%200-5.453%202.114A7.44%207.44%200%200%200%205.5%209.5v.03l-1.904%204.044A1%201%200%200%200%204.5%2015h1v2a2%202%200%200%200%202%202h1v2a1%201%200%200%200%202%200v-2a1%201%200%200%200%200-2h-3v-3a1%201%200%200%200-1-1h-.424l1.34-2.844a1%201%200%200%200%20.095-.465L7.5%209.5a5.46%205.46%200%200%201%201.67-3.947a5.53%205.53%200%200%201%204-1.55a5.685%205.685%200%200%201%205.33%205.77l-1.967%207.504a1%201%200%200%200%20.006.534l1%203.466A1%201%200%200%200%2018.5%2022a1%201%200%200%200%20.277-.04a1%201%200%200%200%20.684-1.237l-.924-3.2l1.93-7.267A1%201%200%200%200%2020.5%2010v-.228a7.7%207.7%200%200%200-7.27-7.769%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.23%202.003a7.37%207.37%200%200%200-5.453%202.114A7.44%207.44%200%200%200%205.5%209.5v.03l-1.904%204.044A1%201%200%200%200%204.5%2015h1v2a2%202%200%200%200%202%202h1v2a1%201%200%200%200%202%200v-2a1%201%200%200%200%200-2h-3v-3a1%201%200%200%200-1-1h-.424l1.34-2.844a1%201%200%200%200%20.095-.465L7.5%209.5a5.46%205.46%200%200%201%201.67-3.947a5.53%205.53%200%200%201%204-1.55a5.685%205.685%200%200%201%205.33%205.77l-1.967%207.504a1%201%200%200%200%20.006.534l1%203.466A1%201%200%200%200%2018.5%2022a1%201%200%200%200%20.277-.04a1%201%200%200%200%20.684-1.237l-.924-3.2l1.93-7.267A1%201%200%200%200%2020.5%2010v-.228a7.7%207.7%200%200%200-7.27-7.769%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/head-side.svg?color=%231a73e8&size=48